@breadstone/mosaik-elements-svelte 0.0.163 → 0.0.165

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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/index.mjs +343 -311
  3. package/package.json +3 -3
package/index.mjs CHANGED
@@ -7568,7 +7568,7 @@ function aF(o) {
7568
7568
  </ul>
7569
7569
  `;
7570
7570
  }
7571
- const ot = {
7571
+ const et = {
7572
7572
  /**
7573
7573
  * `horizontal` - Layout should be horizontally oriented.
7574
7574
  */
@@ -7579,10 +7579,10 @@ const ot = {
7579
7579
  Vertical: "vertical"
7580
7580
  };
7581
7581
  function q_(o) {
7582
- return o === ot.Horizontal;
7582
+ return o === et.Horizontal;
7583
7583
  }
7584
7584
  function G_(o) {
7585
- return o === ot.Vertical;
7585
+ return o === et.Vertical;
7586
7586
  }
7587
7587
  var iF = function(o, t, e, r) {
7588
7588
  var a = arguments.length, n = a < 3 ? t : r === null ? r = Object.getOwnPropertyDescriptor(t, e) : r, i;
@@ -7592,7 +7592,7 @@ var iF = function(o, t, e, r) {
7592
7592
  }, W_ = function(o, t) {
7593
7593
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
7594
7594
  };
7595
- const Ft = (o) => {
7595
+ const Mt = (o) => {
7596
7596
  class t extends o {
7597
7597
  // #region Fields
7598
7598
  _orientation;
@@ -7604,7 +7604,7 @@ const Ft = (o) => {
7604
7604
  * @public
7605
7605
  */
7606
7606
  constructor(...r) {
7607
- super(r), this._orientation = ot.Horizontal;
7607
+ super(r), this._orientation = et.Horizontal;
7608
7608
  }
7609
7609
  // #endregion
7610
7610
  // #region Properties
@@ -7648,7 +7648,7 @@ const Ft = (o) => {
7648
7648
  }
7649
7649
  }
7650
7650
  return iF([
7651
- b({ type: ot }),
7651
+ b({ type: et }),
7652
7652
  W_("design:type", String),
7653
7653
  W_("design:paramtypes", [String])
7654
7654
  ], t.prototype, "orientation", null), t;
@@ -8210,7 +8210,7 @@ var Km = function(o, t, e, r) {
8210
8210
  }, fc = function(o, t) {
8211
8211
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
8212
8212
  };
8213
- let Nu = class extends P(G(Z(Ft(H)))) {
8213
+ let Nu = class extends P(G(Z(Mt(H)))) {
8214
8214
  // #region Fields
8215
8215
  _indicated;
8216
8216
  _total;
@@ -8725,9 +8725,9 @@ const ji = (o) => {
8725
8725
  */
8726
8726
  getFlexDirection() {
8727
8727
  switch (this.orientation) {
8728
- case ot.Horizontal:
8728
+ case et.Horizontal:
8729
8729
  return this._reverse ? "row-reverse" : "row";
8730
- case ot.Vertical:
8730
+ case et.Vertical:
8731
8731
  return this._reverse ? "column-reverse" : "column";
8732
8732
  default:
8733
8733
  return this._reverse ? "row-reverse" : "row";
@@ -9971,7 +9971,7 @@ var Qm = function(o, t, e, r) {
9971
9971
  }, bc = function(o, t) {
9972
9972
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
9973
9973
  };
9974
- let Bu = class extends P(ji(Ft(Io(Jm(tf))))) {
9974
+ let Bu = class extends P(ji(Mt(Io(Jm(tf))))) {
9975
9975
  // #region Fields
9976
9976
  _horizontalAlignment;
9977
9977
  _verticalAlignment;
@@ -10066,7 +10066,7 @@ Bu = Qm([
10066
10066
  }),
10067
10067
  bc("design:paramtypes", [])
10068
10068
  ], Bu);
10069
- const et = {
10069
+ const ot = {
10070
10070
  /**
10071
10071
  * `default` - The default appearance style.
10072
10072
  * @default
@@ -10109,7 +10109,7 @@ const ct = (o) => {
10109
10109
  * @public
10110
10110
  */
10111
10111
  constructor(...r) {
10112
- super(r), this._appearance = et.Default;
10112
+ super(r), this._appearance = ot.Default;
10113
10113
  }
10114
10114
  // #endregion
10115
10115
  // #region Properties
@@ -10129,7 +10129,7 @@ const ct = (o) => {
10129
10129
  }
10130
10130
  return _F([
10131
10131
  b({
10132
- type: et,
10132
+ type: ot,
10133
10133
  useDefault: !0
10134
10134
  }),
10135
10135
  e1("design:type", String),
@@ -10958,7 +10958,7 @@ let Xh = class extends P(Z(rn(ct(G(H))))) {
10958
10958
  * @public
10959
10959
  */
10960
10960
  constructor() {
10961
- super(), this._data = "", this._angel = 0, this._inline = !1, this._readonly = !1, Object.assign(this, { appearance: et.Plain });
10961
+ super(), this._data = "", this._angel = 0, this._inline = !1, this._readonly = !1, Object.assign(this, { appearance: ot.Plain });
10962
10962
  }
10963
10963
  // #endregion
10964
10964
  // #region Properties
@@ -12256,7 +12256,7 @@ var rf = function(o, t, e, r) {
12256
12256
  }, Wi = function(o, t) {
12257
12257
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
12258
12258
  };
12259
- let Zh = class extends P(Z(Ft(G(Ht(xl))))) {
12259
+ let Zh = class extends P(Z(Mt(G(Ht(xl))))) {
12260
12260
  // #region Fields
12261
12261
  _isIndeterminate;
12262
12262
  _thickness;
@@ -13193,7 +13193,7 @@ function BF(o) {
13193
13193
  <slot name="icon">
13194
13194
  ${A(o.icon, () => v`
13195
13195
  <mosaik-icon part="icon"
13196
- .appearance="${et.Plain}"
13196
+ .appearance="${ot.Plain}"
13197
13197
  .variant="${o.variant}"
13198
13198
  .data="${o.icon}"
13199
13199
  .size="${o.iconSize ?? o.size}"
@@ -13231,7 +13231,7 @@ function BF(o) {
13231
13231
  <slot name="icon">
13232
13232
  ${A(o.icon, () => v`
13233
13233
  <mosaik-icon part="icon"
13234
- .appearance="${et.Plain}"
13234
+ .appearance="${ot.Plain}"
13235
13235
  .variant="${o.variant}"
13236
13236
  .data="${o.icon}"
13237
13237
  .size="${o.iconSize ?? o.size}"
@@ -14313,7 +14313,7 @@ var $p = function(o, t, e, r) {
14313
14313
  }, ba = function(o, t) {
14314
14314
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
14315
14315
  };
14316
- let nd = class extends P(ji(Ft(fs(Io(Rn(Ht(bs(bn)))))))) {
14316
+ let nd = class extends P(ji(Mt(fs(Io(Rn(Ht(bs(bn)))))))) {
14317
14317
  // #region Fields
14318
14318
  _href;
14319
14319
  _download;
@@ -15492,7 +15492,7 @@ var nf = function(o, t, e, r) {
15492
15492
  }, Bn = function(o, t) {
15493
15493
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
15494
15494
  };
15495
- let Jh = class extends P(Ft(G(ct(Z(kt(H)))))) {
15495
+ let Jh = class extends P(Mt(G(ct(Z(kt(H)))))) {
15496
15496
  // #region Ctor
15497
15497
  /**
15498
15498
  * @public
@@ -15617,7 +15617,7 @@ function qF(o) {
15617
15617
  <slot name="prefix">
15618
15618
  ${A(o.icon, () => v`
15619
15619
  <mosaik-icon part="icon"
15620
- .appearance="${et.Plain}"
15620
+ .appearance="${ot.Plain}"
15621
15621
  .variant="${o.variant}"
15622
15622
  .data="${o.icon}"
15623
15623
  .size="${o.iconSize ?? o.size}"
@@ -15625,7 +15625,7 @@ function qF(o) {
15625
15625
  ?disabled="${o.disabled}"></mosaik-icon>
15626
15626
  `)}
15627
15627
  </slot>
15628
- <mosaik-stack .orientation="${ot.Vertical}"
15628
+ <mosaik-stack .orientation="${et.Vertical}"
15629
15629
  .verticalAlignment="${o.verticalContentAlignment}"
15630
15630
  .horizontalAlignment="${o.horizontalContentAlignment}"
15631
15631
  .gap="${De("--compound-button-gap")}">
@@ -15652,7 +15652,7 @@ function qF(o) {
15652
15652
  ${A(o.isNavigation, () => v`
15653
15653
  <mosaik-icon part="icon nav"
15654
15654
  .size="${J.Medium}"
15655
- .appearance="${et.Plain}"
15655
+ .appearance="${ot.Plain}"
15656
15656
  .variant="${o.variant}"
15657
15657
  .data="${o.dir === Mo.RightToLeft ? ft.chevronLeft : ft.chevronRight}"
15658
15658
  .inline="${!0}"
@@ -16909,7 +16909,7 @@ var kw = function(o, t, e, r) {
16909
16909
  }, Fu = function(o, t) {
16910
16910
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
16911
16911
  };
16912
- let Fb = class extends P(ji(Ft(fs(Io(Rn(Ht(bs(bn)))))))) {
16912
+ let Fb = class extends P(ji(Mt(fs(Io(Rn(Ht(bs(bn)))))))) {
16913
16913
  // #region Fields
16914
16914
  _subLabel;
16915
16915
  _isNavigation;
@@ -20965,7 +20965,7 @@ function sU(o) {
20965
20965
  <slot name="icon">
20966
20966
  ${A(o.icon, () => v`
20967
20967
  <mosaik-icon part="icon"
20968
- .appearance="${et.Plain}"
20968
+ .appearance="${ot.Plain}"
20969
20969
  .variant="${o.variant}"
20970
20970
  .data="${o.icon}"
20971
20971
  .size="${o.iconSize ?? o.size}"
@@ -20985,7 +20985,7 @@ function sU(o) {
20985
20985
  ${A(o.caretVisible, () => v`
20986
20986
  <mosaik-icon part="iconCaret"
20987
20987
  slot="suffix"
20988
- .appearance="${et.Plain}"
20988
+ .appearance="${ot.Plain}"
20989
20989
  .variant="${o.variant}"
20990
20990
  .size="${J.Small}"
20991
20991
  .data="${ft.caretDown}"
@@ -22848,7 +22848,7 @@ var iy = function(o, t, e, r) {
22848
22848
  }, Gs = function(o, t) {
22849
22849
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
22850
22850
  }, Zv;
22851
- let Yu = Zv = class extends P(ji(Ft(fs(Io(wl(Rn(Ht(bs(bn))))))))) {
22851
+ let Yu = Zv = class extends P(ji(Mt(fs(Io(wl(Rn(Ht(bs(bn))))))))) {
22852
22852
  // #region Fields
22853
22853
  _clickOutsideController;
22854
22854
  _projectionController;
@@ -22995,7 +22995,7 @@ function yU(o) {
22995
22995
  .variant="${o.variant}"
22996
22996
  .for="${"button"}"></mosaik-ripple>
22997
22997
  `)}
22998
- <mosaik-stack .orientation="${ot.Horizontal}"
22998
+ <mosaik-stack .orientation="${et.Horizontal}"
22999
22999
  .verticalAlignment="${fe.Center}"
23000
23000
  .horizontalAlignment="${Or.Center}"
23001
23001
  .gap="${De("--fab-gap")}"
@@ -23003,7 +23003,7 @@ function yU(o) {
23003
23003
  <slot name="icon">
23004
23004
  ${A(o.icon, () => v`
23005
23005
  <mosaik-icon part="icon"
23006
- .appearance="${et.Plain}"
23006
+ .appearance="${ot.Plain}"
23007
23007
  .variant="${o.variant}"
23008
23008
  .data="${o.icon}"
23009
23009
  .size="${o.iconSize ?? o.size}"
@@ -24743,7 +24743,7 @@ function CU(o) {
24743
24743
  <slot name="icon">
24744
24744
  ${A(o.icon, () => v`
24745
24745
  <mosaik-icon part="icon"
24746
- .appearance="${et.Plain}"
24746
+ .appearance="${ot.Plain}"
24747
24747
  .variant="${o.variant}"
24748
24748
  .data="${o.icon}"
24749
24749
  .size="${o.iconSize ?? o.size}"
@@ -25995,7 +25995,7 @@ var df = function(o, t, e, r) {
25995
25995
  }, rl = function(o, t) {
25996
25996
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
25997
25997
  };
25998
- let ep = class extends P(ji(Ft(fs(Io(Rn(Ht(bs(bn)))))))) {
25998
+ let ep = class extends P(ji(Mt(fs(Io(Rn(Ht(bs(bn)))))))) {
25999
25999
  // #region Fields
26000
26000
  _delay;
26001
26001
  _interval;
@@ -26205,7 +26205,7 @@ function OU(o) {
26205
26205
  <slot name="icon">
26206
26206
  ${A(o.icon, () => v`
26207
26207
  <mosaik-icon part="icon"
26208
- .appearance="${et.Plain}"
26208
+ .appearance="${ot.Plain}"
26209
26209
  .variant="${o.variant}"
26210
26210
  .data="${o.icon}"
26211
26211
  .size="${o.iconSize ?? o.size}"
@@ -26247,7 +26247,7 @@ function OU(o) {
26247
26247
  .inline="${!0}"
26248
26248
  .size="${J.Small}"
26249
26249
  .data="${ft.caretDown}"
26250
- .appearance="${et.Plain}"
26250
+ .appearance="${ot.Plain}"
26251
26251
  .variant="${o.variant}"
26252
26252
  ?disabled="${o.disabled}"></mosaik-icon>
26253
26253
  </button>
@@ -27587,7 +27587,7 @@ var $w = function(o, t, e, r) {
27587
27587
  }, cc = function(o, t) {
27588
27588
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
27589
27589
  }, Jv;
27590
- let Vb = Jv = class extends P(ji(Ft(fs(Io(wl(Rn(Ht(bs(bn))))))))) {
27590
+ let Vb = Jv = class extends P(ji(Mt(fs(Io(wl(Rn(Ht(bs(bn))))))))) {
27591
27591
  // #region Fields
27592
27592
  _clickOutsideController;
27593
27593
  _projectionController;
@@ -29017,7 +29017,7 @@ function HU(o) {
29017
29017
  <slot name="icon">
29018
29018
  ${A(o.icon, () => v`
29019
29019
  <mosaik-icon part="icon"
29020
- .appearance="${et.Plain}"
29020
+ .appearance="${ot.Plain}"
29021
29021
  .variant="${o.variant}"
29022
29022
  .data="${o.icon}"
29023
29023
  .size="${o.iconSize ?? o.size}"
@@ -29312,7 +29312,7 @@ var MU = function(o, t, e, r) {
29312
29312
  }, BU = function(o, t) {
29313
29313
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
29314
29314
  };
29315
- let qa = class extends P(ji(Ft(fs(Io(Rn(Ow(Ht(bs(bn))))))))) {
29315
+ let qa = class extends P(ji(Mt(fs(Io(Rn(Ow(Ht(bs(bn))))))))) {
29316
29316
  // #region Ctor
29317
29317
  /**
29318
29318
  * @public
@@ -29445,7 +29445,7 @@ var ch = function(o, t, e, r) {
29445
29445
  }, Jo = function(o, t) {
29446
29446
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
29447
29447
  };
29448
- let dd = class extends P(Ye(G(Ft(Ot(ct(Z(kt(H)))))))) {
29448
+ let dd = class extends P(Ye(G(Mt(Ot(ct(Z(kt(H)))))))) {
29449
29449
  // #region Fields
29450
29450
  _toggleChanged;
29451
29451
  _eventSubscriptions;
@@ -44336,7 +44336,7 @@ function Aq(o) {
44336
44336
  ${A(o?.isClearableFn ? o?.isClearableFn() : !o.disabled && !o.readonly && o.value && o.isClearable && !o.isBusy, () => v`
44337
44337
  <mosaik-button part="clear"
44338
44338
  tabindex="-1"
44339
- .appearance="${et.Plain}"
44339
+ .appearance="${ot.Plain}"
44340
44340
  .icon="${ft.clear}"
44341
44341
  .size="${J.Small}"
44342
44342
  .iconSize="${J.Medium}"
@@ -44837,7 +44837,7 @@ var Ho = function(o, t, e, r) {
44837
44837
  if (typeof Reflect == "object" && typeof Reflect.decorate == "function") n = Reflect.decorate(o, t, e, r);
44838
44838
  else for (var s = o.length - 1; s >= 0; s--) (i = o[s]) && (n = (a < 3 ? i(n) : a > 3 ? i(t, e, n) : i(t, e)) || n);
44839
44839
  return a > 3 && n && Object.defineProperty(t, e, n), n;
44840
- }, Bt = function(o, t) {
44840
+ }, Ft = function(o, t) {
44841
44841
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
44842
44842
  };
44843
44843
  let jo = class extends P(kt(ta(ct(Z(G(Ht(Ye(Ot(Rn(sn)))))))))) {
@@ -45250,119 +45250,119 @@ let jo = class extends P(kt(ta(ct(Z(G(Ht(Ye(Ot(Rn(sn)))))))))) {
45250
45250
  };
45251
45251
  Ho([
45252
45252
  T({ type: String }),
45253
- Bt("design:type", String),
45254
- Bt("design:paramtypes", [String])
45253
+ Ft("design:type", String),
45254
+ Ft("design:paramtypes", [String])
45255
45255
  ], jo.prototype, "value", null);
45256
45256
  Ho([
45257
45257
  b({
45258
45258
  type: Boolean,
45259
45259
  useDefault: !0
45260
45260
  }),
45261
- Bt("design:type", Boolean),
45262
- Bt("design:paramtypes", [Boolean])
45261
+ Ft("design:type", Boolean),
45262
+ Ft("design:paramtypes", [Boolean])
45263
45263
  ], jo.prototype, "multiline", null);
45264
45264
  Ho([
45265
45265
  b({ type: Number }),
45266
- Bt("design:type", Number),
45267
- Bt("design:paramtypes", [Number])
45266
+ Ft("design:type", Number),
45267
+ Ft("design:paramtypes", [Number])
45268
45268
  ], jo.prototype, "multilineRows", null);
45269
45269
  Ho([
45270
45270
  b({ type: Number }),
45271
- Bt("design:type", Object),
45272
- Bt("design:paramtypes", [Object])
45271
+ Ft("design:type", Object),
45272
+ Ft("design:paramtypes", [Object])
45273
45273
  ], jo.prototype, "multilineMaxRows", null);
45274
45274
  Ho([
45275
45275
  b({
45276
45276
  type: Boolean,
45277
45277
  useDefault: !0
45278
45278
  }),
45279
- Bt("design:type", Boolean),
45280
- Bt("design:paramtypes", [Boolean])
45279
+ Ft("design:type", Boolean),
45280
+ Ft("design:paramtypes", [Boolean])
45281
45281
  ], jo.prototype, "readonly", null);
45282
45282
  Ho([
45283
45283
  b({
45284
45284
  type: Boolean,
45285
45285
  useDefault: !0
45286
45286
  }),
45287
- Bt("design:type", Boolean),
45288
- Bt("design:paramtypes", [Boolean])
45287
+ Ft("design:type", Boolean),
45288
+ Ft("design:paramtypes", [Boolean])
45289
45289
  ], jo.prototype, "required", null);
45290
45290
  Ho([
45291
45291
  b({
45292
45292
  type: Boolean,
45293
45293
  useDefault: !0
45294
45294
  }),
45295
- Bt("design:type", Boolean),
45296
- Bt("design:paramtypes", [Boolean])
45295
+ Ft("design:type", Boolean),
45296
+ Ft("design:paramtypes", [Boolean])
45297
45297
  ], jo.prototype, "autofocus", null);
45298
45298
  Ho([
45299
45299
  b({ type: String }),
45300
- Bt("design:type", String),
45301
- Bt("design:paramtypes", [String])
45300
+ Ft("design:type", String),
45301
+ Ft("design:paramtypes", [String])
45302
45302
  ], jo.prototype, "name", null);
45303
45303
  Ho([
45304
45304
  b({ type: xE }),
45305
- Bt("design:type", String),
45306
- Bt("design:paramtypes", [String])
45305
+ Ft("design:type", String),
45306
+ Ft("design:paramtypes", [String])
45307
45307
  ], jo.prototype, "keyboard", null);
45308
45308
  Ho([
45309
45309
  b({ type: hy }),
45310
- Bt("design:type", String),
45311
- Bt("design:paramtypes", [String])
45310
+ Ft("design:type", String),
45311
+ Ft("design:paramtypes", [String])
45312
45312
  ], jo.prototype, "type", null);
45313
45313
  Ho([
45314
45314
  b({ type: String }),
45315
- Bt("design:type", String),
45316
- Bt("design:paramtypes", [String])
45315
+ Ft("design:type", String),
45316
+ Ft("design:paramtypes", [String])
45317
45317
  ], jo.prototype, "pattern", null);
45318
45318
  Ho([
45319
45319
  T({ type: String }),
45320
- Bt("design:type", String),
45321
- Bt("design:paramtypes", [String])
45320
+ Ft("design:type", String),
45321
+ Ft("design:paramtypes", [String])
45322
45322
  ], jo.prototype, "placeholder", null);
45323
45323
  Ho([
45324
45324
  b({
45325
45325
  type: Boolean,
45326
45326
  useDefault: !0
45327
45327
  }),
45328
- Bt("design:type", Boolean),
45329
- Bt("design:paramtypes", [Boolean])
45328
+ Ft("design:type", Boolean),
45329
+ Ft("design:paramtypes", [Boolean])
45330
45330
  ], jo.prototype, "autocomplete", null);
45331
45331
  Ho([
45332
45332
  b({ type: Number }),
45333
- Bt("design:type", Object),
45334
- Bt("design:paramtypes", [Object])
45333
+ Ft("design:type", Object),
45334
+ Ft("design:paramtypes", [Object])
45335
45335
  ], jo.prototype, "minlength", null);
45336
45336
  Ho([
45337
45337
  b({ type: Number }),
45338
- Bt("design:type", Object),
45339
- Bt("design:paramtypes", [Object])
45338
+ Ft("design:type", Object),
45339
+ Ft("design:paramtypes", [Object])
45340
45340
  ], jo.prototype, "maxlength", null);
45341
45341
  Ho([
45342
45342
  b({ type: cy }),
45343
- Bt("design:type", String),
45344
- Bt("design:paramtypes", [String])
45343
+ Ft("design:type", String),
45344
+ Ft("design:paramtypes", [String])
45345
45345
  ], jo.prototype, "resize", null);
45346
45346
  Ho([
45347
45347
  b({ type: $t }),
45348
- Bt("design:type", String),
45349
- Bt("design:paramtypes", [String])
45348
+ Ft("design:type", String),
45349
+ Ft("design:paramtypes", [String])
45350
45350
  ], jo.prototype, "textAlign", null);
45351
45351
  Ho([
45352
45352
  b({
45353
45353
  type: Boolean,
45354
45354
  useDefault: !0
45355
45355
  }),
45356
- Bt("design:type", Boolean),
45357
- Bt("design:paramtypes", [])
45356
+ Ft("design:type", Boolean),
45357
+ Ft("design:paramtypes", [])
45358
45358
  ], jo.prototype, "hasPrefix", null);
45359
45359
  Ho([
45360
45360
  b({
45361
45361
  type: Boolean,
45362
45362
  useDefault: !0
45363
45363
  }),
45364
- Bt("design:type", Boolean),
45365
- Bt("design:paramtypes", [])
45364
+ Ft("design:type", Boolean),
45365
+ Ft("design:paramtypes", [])
45366
45366
  ], jo.prototype, "hasSuffix", null);
45367
45367
  jo = Ho([
45368
45368
  O({
@@ -45383,7 +45383,7 @@ jo = Ho([
45383
45383
  delegatesFocus: !0
45384
45384
  }
45385
45385
  }),
45386
- Bt("design:paramtypes", [])
45386
+ Ft("design:paramtypes", [])
45387
45387
  ], jo);
45388
45388
  const Tq = Xo([
45389
45389
  {
@@ -46960,12 +46960,12 @@ ur = xx = Nr([
46960
46960
  ], ur);
46961
46961
  function Gq(o) {
46962
46962
  return v`
46963
- <mosaik-stack .orientation="${ot.Vertical}"
46963
+ <mosaik-stack .orientation="${et.Vertical}"
46964
46964
  .verticalAlignment="${o.verticalContentAlignment}"
46965
46965
  .horizontalAlignment="${o.horizontalContentAlignment}"
46966
46966
  .gap="${"4px"}">
46967
46967
  ${A(o.label.trim() || o.info.trim(), () => v`
46968
- <mosaik-stack .orientation="${ot.Horizontal}"
46968
+ <mosaik-stack .orientation="${et.Horizontal}"
46969
46969
  .verticalAlignment="${fe.Center}"
46970
46970
  .gap="${"8px"}">
46971
46971
  <label part="label">
@@ -46989,7 +46989,7 @@ function Gq(o) {
46989
46989
  <slot @slotchange="${(t) => o.onSlotChange(t)}"></slot>
46990
46990
  ${A(o.error.trim() || o.validationMessage.trim() || o.hint.trim(), () => v`
46991
46991
  <mosaik-stack part="detail"
46992
- .orientation="${ot.Horizontal}"
46992
+ .orientation="${et.Horizontal}"
46993
46993
  .verticalAlignment="${fe.Center}">
46994
46994
  ${A(o.error.trim().length, () => v`
46995
46995
  <mosaik-error part="error"
@@ -49846,27 +49846,27 @@ function y8() {
49846
49846
  min-height: 36px;
49847
49847
  }
49848
49848
 
49849
- [size="giant"] [part="close"] {
49849
+ :host([size="giant"]) [part="close"] {
49850
49850
  min-width: 52px;
49851
49851
  min-height: 52px;
49852
49852
  }
49853
49853
 
49854
- [size="large"] [part="close"] {
49854
+ :host([size="large"]) [part="close"] {
49855
49855
  min-width: 44px;
49856
49856
  min-height: 44px;
49857
49857
  }
49858
49858
 
49859
- [size="medium"] [part="close"] {
49859
+ :host([size="medium"]) [part="close"] {
49860
49860
  min-width: 36px;
49861
49861
  min-height: 36px;
49862
49862
  }
49863
49863
 
49864
- [size="small"] [part="close"] {
49864
+ :host([size="small"]) [part="close"] {
49865
49865
  min-width: 28px;
49866
49866
  min-height: 28px;
49867
49867
  }
49868
49868
 
49869
- [size="tiny"] [part="close"] {
49869
+ :host([size="tiny"]) [part="close"] {
49870
49870
  min-width: 20px;
49871
49871
  min-height: 20px;
49872
49872
  }
@@ -49926,27 +49926,27 @@ function v8() {
49926
49926
  min-height: 36px;
49927
49927
  }
49928
49928
 
49929
- [size="giant"] [part="close"] {
49929
+ :host([size="giant"]) [part="close"] {
49930
49930
  min-width: 52px;
49931
49931
  min-height: 52px;
49932
49932
  }
49933
49933
 
49934
- [size="large"] [part="close"] {
49934
+ :host([size="large"]) [part="close"] {
49935
49935
  min-width: 44px;
49936
49936
  min-height: 44px;
49937
49937
  }
49938
49938
 
49939
- [size="medium"] [part="close"] {
49939
+ :host([size="medium"]) [part="close"] {
49940
49940
  min-width: 36px;
49941
49941
  min-height: 36px;
49942
49942
  }
49943
49943
 
49944
- [size="small"] [part="close"] {
49944
+ :host([size="small"]) [part="close"] {
49945
49945
  min-width: 28px;
49946
49946
  min-height: 28px;
49947
49947
  }
49948
49948
 
49949
- [size="tiny"] [part="close"] {
49949
+ :host([size="tiny"]) [part="close"] {
49950
49950
  min-width: 20px;
49951
49951
  min-height: 20px;
49952
49952
  }
@@ -50006,27 +50006,27 @@ function x8() {
50006
50006
  min-height: 36px;
50007
50007
  }
50008
50008
 
50009
- [size="giant"] [part="close"] {
50009
+ :host([size="giant"]) [part="close"] {
50010
50010
  min-width: 52px;
50011
50011
  min-height: 52px;
50012
50012
  }
50013
50013
 
50014
- [size="large"] [part="close"] {
50014
+ :host([size="large"]) [part="close"] {
50015
50015
  min-width: 44px;
50016
50016
  min-height: 44px;
50017
50017
  }
50018
50018
 
50019
- [size="medium"] [part="close"] {
50019
+ :host([size="medium"]) [part="close"] {
50020
50020
  min-width: 36px;
50021
50021
  min-height: 36px;
50022
50022
  }
50023
50023
 
50024
- [size="small"] [part="close"] {
50024
+ :host([size="small"]) [part="close"] {
50025
50025
  min-width: 28px;
50026
50026
  min-height: 28px;
50027
50027
  }
50028
50028
 
50029
- [size="tiny"] [part="close"] {
50029
+ :host([size="tiny"]) [part="close"] {
50030
50030
  min-width: 20px;
50031
50031
  min-height: 20px;
50032
50032
  }
@@ -50090,7 +50090,7 @@ var zl = function(o, t, e, r) {
50090
50090
  }, Oo = function(o, t) {
50091
50091
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
50092
50092
  };
50093
- let zr = class extends P(ny(Dp(G(Z(ct(Io(dh(Ft(fs(ce(kt(H)))))))))))) {
50093
+ let zr = class extends P(ny(Dp(G(Z(ct(Io(dh(Mt(fs(ce(kt(H)))))))))))) {
50094
50094
  // #region Fields
50095
50095
  _actionElements;
50096
50096
  _icon;
@@ -50223,7 +50223,7 @@ let zr = class extends P(ny(Dp(G(Z(ct(Io(dh(Ft(fs(ce(kt(H)))))))))))) {
50223
50223
  this._actionElements.forEach((r) => r.variant = e ?? ue.Default);
50224
50224
  }
50225
50225
  onAppearancePropertyChanged(t, e) {
50226
- this._actionElements.forEach((r) => r.appearance = e ?? et.Default);
50226
+ this._actionElements.forEach((r) => r.appearance = e ?? ot.Default);
50227
50227
  }
50228
50228
  };
50229
50229
  zl([
@@ -50854,7 +50854,7 @@ var ln = function(o, t, e, r) {
50854
50854
  }, Zt = function(o, t) {
50855
50855
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
50856
50856
  };
50857
- let Pr = class extends P(Ft(G(ct(Z(kt(H)))))) {
50857
+ let Pr = class extends P(Mt(G(ct(Z(kt(H)))))) {
50858
50858
  // #region Fields
50859
50859
  _change;
50860
50860
  _keyboardController;
@@ -51013,7 +51013,7 @@ let Pr = class extends P(Ft(G(ct(Z(kt(H)))))) {
51013
51013
  * @override
51014
51014
  */
51015
51015
  connectedCallback() {
51016
- super.connectedCallback(), this._keyboardController.add(yt.LeftArrow, () => this.previous(), () => !this.disabled && this.canPrev && this.orientation === ot.Horizontal, { preventDefault: !0 }).add(yt.RightArrow, () => this.next(), () => !this.disabled && this.canNext && this.orientation === ot.Horizontal, { preventDefault: !0 }).add(yt.UpArrow, () => this.previous(), () => !this.disabled && this.canPrev && this.orientation === ot.Vertical, { preventDefault: !0 }).add(yt.DownArrow, () => this.next(), () => !this.disabled && this.canNext && this.orientation === ot.Vertical, { preventDefault: !0 }).add(yt.Home, () => this.first(), () => !this.disabled && this.length > 0, { preventDefault: !0 }).add(yt.End, () => this.last(), () => !this.disabled && this.length > 0, { preventDefault: !0 });
51016
+ super.connectedCallback(), this._keyboardController.add(yt.LeftArrow, () => this.previous(), () => !this.disabled && this.canPrev && this.orientation === et.Horizontal, { preventDefault: !0 }).add(yt.RightArrow, () => this.next(), () => !this.disabled && this.canNext && this.orientation === et.Horizontal, { preventDefault: !0 }).add(yt.UpArrow, () => this.previous(), () => !this.disabled && this.canPrev && this.orientation === et.Vertical, { preventDefault: !0 }).add(yt.DownArrow, () => this.next(), () => !this.disabled && this.canNext && this.orientation === et.Vertical, { preventDefault: !0 }).add(yt.Home, () => this.first(), () => !this.disabled && this.length > 0, { preventDefault: !0 }).add(yt.End, () => this.last(), () => !this.disabled && this.length > 0, { preventDefault: !0 });
51017
51017
  }
51018
51018
  /**
51019
51019
  * Navigates to the previous banner.
@@ -51826,7 +51826,7 @@ nm = Kw([
51826
51826
  ], nm);
51827
51827
  function H8(o) {
51828
51828
  return v`
51829
- <mosaik-stack .orientation="${ot.Horizontal}"
51829
+ <mosaik-stack .orientation="${et.Horizontal}"
51830
51830
  .verticalAlignment="${fe.Center}"
51831
51831
  .gap="${De("--card-actions-gap")}"
51832
51832
  .dir="${o.dir}"
@@ -51835,7 +51835,7 @@ function H8(o) {
51835
51835
  <slot name="prefix"></slot>
51836
51836
  </mosaik-stack>
51837
51837
  <mosaik-stack style="flex: 1;"
51838
- .orientation="${ot.Horizontal}"
51838
+ .orientation="${et.Horizontal}"
51839
51839
  .verticalAlignment="${fe.Center}"
51840
51840
  .horizontalAlignment="${Or.Right}"
51841
51841
  .gap="${De("--card-actions-gap")}"
@@ -51844,7 +51844,7 @@ function H8(o) {
51844
51844
  ?hidden="${!o.hasSlotContent("")}">
51845
51845
  <slot></slot>
51846
51846
  </mosaik-stack>
51847
- <mosaik-stack .orientation="${ot.Horizontal}"
51847
+ <mosaik-stack .orientation="${et.Horizontal}"
51848
51848
  .verticalAlignment="${fe.Center}"
51849
51849
  .gap="${De("--card-actions-gap")}"
51850
51850
  .dir="${o.dir}"
@@ -52596,7 +52596,7 @@ Ex = SE([
52596
52596
  function J8(o) {
52597
52597
  const t = (e, r, a) => (a ? F.current.setAttribute(e, r) : F.current.removeAttribute(e, r), a);
52598
52598
  return v`
52599
- ${A(!o.disabled && o.appearance !== et.Outline, () => v`
52599
+ ${A(!o.disabled && o.appearance !== ot.Outline, () => v`
52600
52600
  <mosaik-elevation part="elevation"
52601
52601
  .weigh="${o.elevation}"
52602
52602
  @connected="${(e) => e.target.attach(o)}"></mosaik-elevation>
@@ -54684,7 +54684,7 @@ var bf = function(o, t, e, r) {
54684
54684
  }, nl = function(o, t) {
54685
54685
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
54686
54686
  };
54687
- let np = class extends P(dh(ct(Sd(G(Io(Ft(ce(kt(Qw(H)))))))))) {
54687
+ let np = class extends P(dh(ct(Sd(G(Io(Mt(ce(kt(Qw(H)))))))))) {
54688
54688
  // #region Fields
54689
54689
  _header;
54690
54690
  _subHeader;
@@ -54696,7 +54696,7 @@ let np = class extends P(dh(ct(Sd(G(Io(Ft(ce(kt(Qw(H)))))))))) {
54696
54696
  * @public
54697
54697
  */
54698
54698
  constructor() {
54699
- super(), this._header = "", this._subHeader = "", this._content = "", this._inlineMedia = !1, Object.assign(this, { orientation: ot.Vertical });
54699
+ super(), this._header = "", this._subHeader = "", this._content = "", this._inlineMedia = !1, Object.assign(this, { orientation: et.Vertical });
54700
54700
  }
54701
54701
  // #endregion
54702
54702
  // #region Properties
@@ -55354,7 +55354,7 @@ function jG(o) {
55354
55354
  .lang="${o.lang}"
55355
55355
  .dir="${o.dir}"></mosaik-ripple>
55356
55356
  `)}
55357
- <mosaik-stack .orientation="${ot.Horizontal}"
55357
+ <mosaik-stack .orientation="${et.Horizontal}"
55358
55358
  .verticalAlignment="${fe.Center}"
55359
55359
  .gap="${De("--expander-gap")}"
55360
55360
  .fit="${Nn.Width}"
@@ -55388,7 +55388,7 @@ function jG(o) {
55388
55388
  <mosaik-button part="caret"
55389
55389
  .lang="${o.lang}"
55390
55390
  .dir="${o.dir}"
55391
- .appearance="${et.Plain}"
55391
+ .appearance="${ot.Plain}"
55392
55392
  .icon="${ft.caretDown}"
55393
55393
  .size="${J.Small}"
55394
55394
  .iconSize="${J.Medium}"></mosaik-button>
@@ -60345,7 +60345,7 @@ function J1(o, t, e) {
60345
60345
  ${e === 0 ? v`
60346
60346
  <div part="navigation" slot="header">
60347
60347
  <mosaik-button-group .dir="${o.dir}"
60348
- .appearance="${et.Plain}"
60348
+ .appearance="${ot.Plain}"
60349
60349
  ?disabled="${o.disabled}">
60350
60350
  <mosaik-button part="previous"
60351
60351
  .icon="${ft.caretUp}"
@@ -60388,7 +60388,7 @@ function J1(o, t, e) {
60388
60388
  ${e === 0 ? v`
60389
60389
  <div part="navigation" slot="header">
60390
60390
  <mosaik-button-group .dir="${o.dir}"
60391
- .appearance="${et.Plain}"
60391
+ .appearance="${ot.Plain}"
60392
60392
  ?disabled="${o.disabled}">
60393
60393
  <mosaik-button part="previous"
60394
60394
  .icon="${ft.caretUp}"
@@ -60431,7 +60431,7 @@ function J1(o, t, e) {
60431
60431
  ${e === 0 ? v`
60432
60432
  <div part="navigation" slot="header">
60433
60433
  <mosaik-button-group .dir="${o.dir}"
60434
- .appearance="${et.Plain}"
60434
+ .appearance="${ot.Plain}"
60435
60435
  ?disabled="${o.disabled}">
60436
60436
  <mosaik-button part="previous"
60437
60437
  .icon="${ft.caretUp}"
@@ -61247,7 +61247,7 @@ function u7(o) {
61247
61247
  .disabled="${o.disabled}"></mosaik-text>
61248
61248
  ${A(o.markers.length, () => v`
61249
61249
  <mosaik-stack .dir="${o.dir}"
61250
- .orientation="${ot.Horizontal}"
61250
+ .orientation="${et.Horizontal}"
61251
61251
  .verticalAlignment="${fe.Center}"
61252
61252
  .gap="${"2px"}">
61253
61253
  ${le(o.markers, (t) => v`
@@ -63115,7 +63115,7 @@ function _7(o) {
63115
63115
  <div part="heading"
63116
63116
  style="display: flex; flex: 1;">
63117
63117
  <mosaik-button-group .dir="${o.dir}"
63118
- .appearance="${et.Plain}">
63118
+ .appearance="${ot.Plain}">
63119
63119
  <mosaik-button part="month"
63120
63120
  .label="${o.displayDate?.toLocaleString(o.locale, { month: "long" }) ?? ""}"
63121
63121
  @click="${() => o.setView(go.Month)}"></mosaik-button>
@@ -63920,7 +63920,7 @@ function E7(o) {
63920
63920
  <div part="heading"
63921
63921
  style="display: flex; flex: 1;">
63922
63922
  <mosaik-button-group .dir="${o.dir}"
63923
- .appearance="${et.Plain}">
63923
+ .appearance="${ot.Plain}">
63924
63924
  <mosaik-button part="month"
63925
63925
  .label="${o.displayDate?.toLocaleString(o.locale, { year: "numeric" }) ?? ""}"
63926
63926
  @click="${() => o.setView(go.Year)}"></mosaik-button>
@@ -64282,7 +64282,7 @@ function T7(o) {
64282
64282
  <div part="heading"
64283
64283
  style="display: flex; flex: 1;">
64284
64284
  <mosaik-button-group .dir="${o.dir}"
64285
- .appearance="${et.Plain}">
64285
+ .appearance="${ot.Plain}">
64286
64286
  <mosaik-button part="year"
64287
64287
  .label="${O7("{0} - {1}", r, a)}"
64288
64288
  @click="${() => o.setView(go.Month)}"></mosaik-button>
@@ -65211,7 +65211,7 @@ var co = function(o, t, e, r) {
65211
65211
  }, Tt = function(o, t) {
65212
65212
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
65213
65213
  };
65214
- let ao = class extends P(Sl(ct(G(Ye(Ot(Ft(Z(Io(H))))))))) {
65214
+ let ao = class extends P(Sl(ct(G(Ye(Ot(Mt(Z(Io(H))))))))) {
65215
65215
  // #region Fields
65216
65216
  _dateChanged;
65217
65217
  _intl;
@@ -68226,7 +68226,7 @@ var js = function(o, t, e, r) {
68226
68226
  }, Xe = function(o, t) {
68227
68227
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
68228
68228
  }, Ux;
68229
- let di = Ux = class extends P(Ye(G(Ft(Ot(ct(Z(kt(H)))))))) {
68229
+ let di = Ux = class extends P(Ye(G(Mt(Ot(ct(Z(kt(H)))))))) {
68230
68230
  // #region Fields
68231
68231
  _checkChanged;
68232
68232
  _name;
@@ -68866,7 +68866,7 @@ function nW(o) {
68866
68866
  ${A(o.icon, () => v`
68867
68867
  <mosaik-icon part="icon"
68868
68868
  .size="${J.Small}"
68869
- .appearance="${et.Plain}"
68869
+ .appearance="${ot.Plain}"
68870
68870
  .variant="${o.variant}"
68871
68871
  .data="${o.icon}"
68872
68872
  ?disabled="${o.disabled}"></mosaik-icon>
@@ -68876,7 +68876,7 @@ function nW(o) {
68876
68876
  name="checkmark">
68877
68877
  ${A(o.isCheckable && o.isChecked, () => v`
68878
68878
  <mosaik-checkmark part="checkmark"
68879
- .appearance="${et.Plain}"
68879
+ .appearance="${ot.Plain}"
68880
68880
  .variant="${o.variant}"
68881
68881
  .type="${Ci.Hook}"
68882
68882
  ?checked="${o.isChecked}"
@@ -68889,7 +68889,7 @@ function nW(o) {
68889
68889
  ${A(o.icon, () => v`
68890
68890
  <mosaik-icon part="icon"
68891
68891
  .size="${J.Small}"
68892
- .appearance="${et.Plain}"
68892
+ .appearance="${ot.Plain}"
68893
68893
  .variant="${o.variant}"
68894
68894
  .data="${o.icon}"
68895
68895
  ?disabled="${o.disabled}"></mosaik-icon>
@@ -68909,7 +68909,7 @@ function nW(o) {
68909
68909
  ${A(o.closeable && !o.disabled, () => v`
68910
68910
  <mosaik-icon part="close"
68911
68911
  .size="${J.Small}"
68912
- .appearance="${et.Plain}"
68912
+ .appearance="${ot.Plain}"
68913
68913
  .variant="${o.variant}"
68914
68914
  .data="${ft.dismissCircle}"
68915
68915
  .inline="${!0}"
@@ -70036,7 +70036,7 @@ function lW(o) {
70036
70036
  </div>
70037
70037
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable, () => v`
70038
70038
  <mosaik-button part="clear"
70039
- .appearance="${et.Plain}"
70039
+ .appearance="${ot.Plain}"
70040
70040
  .icon="${ft.clear}"
70041
70041
  .size="${J.Small}"
70042
70042
  .iconSize="${J.Medium}"
@@ -72072,7 +72072,7 @@ ir = qp([
72072
72072
  function bW(o) {
72073
72073
  return v`
72074
72074
  <slot name="header"></slot>
72075
- <div part="root" ${os({ direction: o.orientation === ot.Vertical ? "column" : "row" })}>
72075
+ <div part="root" ${os({ direction: o.orientation === et.Vertical ? "column" : "row" })}>
72076
72076
  <slot></slot>
72077
72077
  </div>
72078
72078
  <slot name="error"></slot>
@@ -72658,7 +72658,7 @@ var zs = function(o, t, e, r) {
72658
72658
  }, Ke = function(o, t) {
72659
72659
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
72660
72660
  }, Gx;
72661
- let hi = Gx = class extends P(Ft(Ye(Ot(G(ct(Z(kt(H)))))))) {
72661
+ let hi = Gx = class extends P(Mt(Ye(Ot(G(ct(Z(kt(H)))))))) {
72662
72662
  // #region Fields
72663
72663
  _choiceChanged;
72664
72664
  _name;
@@ -73770,7 +73770,7 @@ function DW(o) {
73770
73770
  </div>
73771
73771
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable, () => v`
73772
73772
  <mosaik-button part="clear"
73773
- .appearance="${et.Plain}"
73773
+ .appearance="${ot.Plain}"
73774
73774
  .icon="${ft.clear}"
73775
73775
  .size="${J.Small}"
73776
73776
  .iconSize="${J.Medium}"
@@ -73801,7 +73801,7 @@ function DW(o) {
73801
73801
  ?active="${o.isDropDownOpen}">
73802
73802
  <mosaik-tab .placement="${Mn.Bottom}"
73803
73803
  .variant="${o.variant}"
73804
- .appearance="${et.Plain}">
73804
+ .appearance="${ot.Plain}">
73805
73805
  <mosaik-tab-item>
73806
73806
  <mosaik-color-area></mosaik-color-area>
73807
73807
  </mosaik-tab-item>
@@ -75703,7 +75703,7 @@ function UW(o) {
75703
75703
  </div>
75704
75704
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable, () => v`
75705
75705
  <mosaik-button part="clear"
75706
- .appearance="${et.Plain}"
75706
+ .appearance="${ot.Plain}"
75707
75707
  .icon="${ft.clear}"
75708
75708
  .size="${J.Small}"
75709
75709
  .iconSize="${J.Medium}"
@@ -75711,7 +75711,7 @@ function UW(o) {
75711
75711
  @click="${() => o.clear()}"></mosaik-button>
75712
75712
  `)}
75713
75713
  <mosaik-button part="picker"
75714
- .appearance="${et.Plain}"
75714
+ .appearance="${ot.Plain}"
75715
75715
  .icon="${ft.calendar}"
75716
75716
  .size="${J.Small}"
75717
75717
  .iconSize="${J.Medium}"
@@ -75747,7 +75747,7 @@ function UW(o) {
75747
75747
  .showAdjacent="${o.showAdjacent}"
75748
75748
  .showWeekNumbers="${o.showWeekNumbers}"
75749
75749
  .specialDates="${o.specialDates}"
75750
- .orientation="${ot.Vertical}"
75750
+ .orientation="${et.Vertical}"
75751
75751
  .view="${o.view}"
75752
75752
  .appearance="${o.appearance}"
75753
75753
  .variant="${o.variant}"
@@ -77479,7 +77479,7 @@ function VW(o) {
77479
77479
  </div>
77480
77480
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable, () => v`
77481
77481
  <mosaik-button part="clear"
77482
- .appearance="${et.Plain}"
77482
+ .appearance="${ot.Plain}"
77483
77483
  .icon="${ft.clear}"
77484
77484
  .size="${J.Small}"
77485
77485
  .iconSize="${J.Medium}"
@@ -77487,7 +77487,7 @@ function VW(o) {
77487
77487
  @click="${() => o.clear()}"></mosaik-button>
77488
77488
  `)}
77489
77489
  <mosaik-button part="picker"
77490
- .appearance="${et.Plain}"
77490
+ .appearance="${ot.Plain}"
77491
77491
  .icon="${ft.calendar}"
77492
77492
  .size="${J.Small}"
77493
77493
  .iconSize="${J.Medium}"
@@ -77523,7 +77523,7 @@ function VW(o) {
77523
77523
  .showAdjacent="${o.showAdjacent}"
77524
77524
  .showWeekNumbers="${o.showWeekNumbers}"
77525
77525
  .specialDates="${o.specialDates}"
77526
- .orientation="${ot.Vertical}"
77526
+ .orientation="${et.Vertical}"
77527
77527
  .view="${o.view}"
77528
77528
  .appearance="${o.appearance}"
77529
77529
  .variant="${o.variant}"
@@ -77536,13 +77536,13 @@ function VW(o) {
77536
77536
  @dateChanged="${(t) => o.onDateChanged(t.detail)}">
77537
77537
  <mosaik-stack slot="footer">
77538
77538
  <mosaik-text .text="${"Time"}"></mosaik-text>
77539
- <mosaik-stack .orientation="${ot.Horizontal}"
77539
+ <mosaik-stack .orientation="${et.Horizontal}"
77540
77540
  .horizontalAlignment="${Or.Right}">
77541
77541
  <input type="time"/>
77542
77542
  <mosaik-button .label="${"AM"}"
77543
- .appearance="${et.Plain}"></mosaik-button>
77543
+ .appearance="${ot.Plain}"></mosaik-button>
77544
77544
  <mosaik-button .label="${"PM"}"
77545
- .appearance="${et.Plain}"></mosaik-button>
77545
+ .appearance="${ot.Plain}"></mosaik-button>
77546
77546
  </mosaik-stack>
77547
77547
  </mosaik-stack>
77548
77548
  </mosaik-calendar>
@@ -80811,7 +80811,9 @@ function d9(o) {
80811
80811
  </div>
80812
80812
  `)}
80813
80813
  <slot name="header"></slot>
80814
- <slot></slot>
80814
+ <div part="items">
80815
+ <slot></slot>
80816
+ </div>
80815
80817
  <div part="empty">
80816
80818
  <slot name="empty"></slot>
80817
80819
  </div>
@@ -80966,7 +80968,7 @@ function c9(o) {
80966
80968
  `], [so.Single, () => v`
80967
80969
  `], [so.Multiple, () => v`
80968
80970
  <mosaik-checkmark part="checkmark"
80969
- .appearance="${et.Outline}"
80971
+ .appearance="${ot.Outline}"
80970
80972
  .variant="${o.variant}"
80971
80973
  .type="${Ci.Hook}"
80972
80974
  ?checked="${o.isChecked}"
@@ -82243,6 +82245,16 @@ function k9() {
82243
82245
  top: 8px;
82244
82246
  }
82245
82247
 
82248
+ :host [part="items"] {
82249
+ gap: var(--list-gap);
82250
+ flex-direction: column;
82251
+ display: flex;
82252
+ }
82253
+
82254
+ :host([orientation="horizontal"]) [part="items"] {
82255
+ flex-flow: wrap;
82256
+ }
82257
+
82246
82258
  `;
82247
82259
  }
82248
82260
  function _9() {
@@ -82335,6 +82347,16 @@ function _9() {
82335
82347
  top: 8px;
82336
82348
  }
82337
82349
 
82350
+ :host [part="items"] {
82351
+ gap: var(--list-gap);
82352
+ flex-direction: column;
82353
+ display: flex;
82354
+ }
82355
+
82356
+ :host([orientation="horizontal"]) [part="items"] {
82357
+ flex-flow: wrap;
82358
+ }
82359
+
82338
82360
  `;
82339
82361
  }
82340
82362
  function j9() {
@@ -82427,6 +82449,16 @@ function j9() {
82427
82449
  top: 8px;
82428
82450
  }
82429
82451
 
82452
+ :host [part="items"] {
82453
+ gap: var(--list-gap);
82454
+ flex-direction: column;
82455
+ display: flex;
82456
+ }
82457
+
82458
+ :host([orientation="horizontal"]) [part="items"] {
82459
+ flex-flow: wrap;
82460
+ }
82461
+
82430
82462
  `;
82431
82463
  }
82432
82464
  class z9 extends ks {
@@ -82891,7 +82923,7 @@ var Wp = function(o, t, e, r) {
82891
82923
  }, wn = function(o, t) {
82892
82924
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
82893
82925
  };
82894
- let fd = class extends P(G(nk(Ha))) {
82926
+ let fd = class extends P(G(nk(Mt(Ha)))) {
82895
82927
  // #region Fields
82896
82928
  _itemsClickSubscriptions;
82897
82929
  _intlController;
@@ -82905,7 +82937,7 @@ let fd = class extends P(G(nk(Ha))) {
82905
82937
  constructor() {
82906
82938
  super(), this._selectionMode = so.Single, this._value = null, this._itemsClickSubscriptions = new Array(), this._intlController = new Ei(this, {
82907
82939
  factory: () => new z9()
82908
- });
82940
+ }), Object.assign(this, { orientation: et.Vertical });
82909
82941
  }
82910
82942
  // #endregion
82911
82943
  // #region Properties
@@ -83482,7 +83514,7 @@ function P9(o) {
83482
83514
  .accept="${o.accept}"
83483
83515
  .disabled="${o.disabled}"
83484
83516
  @filePicked="${(e) => o.add(e.detail.files)}">
83485
- <mosaik-button .appearance="${et.Plain}"
83517
+ <mosaik-button .appearance="${ot.Plain}"
83486
83518
  .variant="${ue.Primary}"
83487
83519
  .label="${o.placeholder}"
83488
83520
  .icon="${ft.add}"
@@ -83525,11 +83557,11 @@ function P9(o) {
83525
83557
  ${le(o.value, (e) => e.fullName, (e) => v`
83526
83558
  <mosaik-list-item .value="${e}"
83527
83559
  .variant="${o.variant}">
83528
- <mosaik-stack .orientation="${ot.Horizontal}"
83560
+ <mosaik-stack .orientation="${et.Horizontal}"
83529
83561
  .verticalAlignment="${fe.Center}"
83530
83562
  .fit="${Nn.Both}"
83531
83563
  .gap="${"16px"}">
83532
- <mosaik-stack .orientation="${ot.Horizontal}"
83564
+ <mosaik-stack .orientation="${et.Horizontal}"
83533
83565
  .fit="${Nn.Width}"
83534
83566
  .gap="${"8px"}">
83535
83567
  <mosaik-text part="name"
@@ -83542,12 +83574,12 @@ function P9(o) {
83542
83574
  .text="${t(e.blob?.size ?? 0)}"></mosaik-text>
83543
83575
  `)}
83544
83576
  </mosaik-stack>
83545
- <mosaik-stack part="actions" .orientation="${ot.Horizontal}">
83577
+ <mosaik-stack part="actions" .orientation="${et.Horizontal}">
83546
83578
  ${A(o.disabled, () => v`
83547
- <mosaik-button .appearance="${et.Plain}"
83579
+ <mosaik-button .appearance="${ot.Plain}"
83548
83580
  .icon="${"M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z"}"
83549
83581
  @click="${() => o.save(e)}"></mosaik-button>
83550
- <mosaik-button .appearance="${et.Plain}"
83582
+ <mosaik-button .appearance="${ot.Plain}"
83551
83583
  .icon="${"M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z"}"
83552
83584
  @click="${() => o.delete(e)}"></mosaik-button>
83553
83585
  `)}
@@ -83597,9 +83629,9 @@ function D9(o) {
83597
83629
  return v`
83598
83630
  ${Rp(o.view, [[qi.Card, () => v`
83599
83631
  `], [qi.Chip, () => v`
83600
- <mosaik-chip .appearance="${et.Outline}"
83632
+ <mosaik-chip .appearance="${ot.Outline}"
83601
83633
  ?closeable="${o.controlled}">
83602
- <mosaik-stack slot="label" .orientation="${ot.Horizontal}">
83634
+ <mosaik-stack slot="label" .orientation="${et.Horizontal}">
83603
83635
  <mosaik-text part="name"
83604
83636
  .text="${o.file?.name}"
83605
83637
  .truncate="${!0}"></mosaik-text>
@@ -83612,11 +83644,11 @@ function D9(o) {
83612
83644
  </mosaik-stack>
83613
83645
  </mosaik-chip>
83614
83646
  `], [qi.List, () => v`
83615
- <mosaik-stack .orientation="${ot.Horizontal}"
83647
+ <mosaik-stack .orientation="${et.Horizontal}"
83616
83648
  .verticalAlignment="${fe.Center}"
83617
83649
  .fit="${Nn.Both}"
83618
83650
  .gap="${"16px"}">
83619
- <mosaik-stack .orientation="${ot.Horizontal}"
83651
+ <mosaik-stack .orientation="${et.Horizontal}"
83620
83652
  .fit="${Nn.Width}"
83621
83653
  .gap="${"8px"}">
83622
83654
  <mosaik-text part="name"
@@ -83629,12 +83661,12 @@ function D9(o) {
83629
83661
  .text="${t(o.file?.blob?.size ?? 0)}"></mosaik-text>
83630
83662
  `)}
83631
83663
  </mosaik-stack>
83632
- <mosaik-stack part="actions" .orientation="${ot.Horizontal}">
83664
+ <mosaik-stack part="actions" .orientation="${et.Horizontal}">
83633
83665
  ${A(o.controlled, () => v`
83634
- <mosaik-button .appearance="${et.Plain}"
83666
+ <mosaik-button .appearance="${ot.Plain}"
83635
83667
  .icon="${"M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z"}"
83636
83668
  @click="${(e) => o.onSave(e)}"></mosaik-button>
83637
- <mosaik-button .appearance="${et.Plain}"
83669
+ <mosaik-button .appearance="${ot.Plain}"
83638
83670
  .icon="${"M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z"}"
83639
83671
  @click="${(e) => o.onDelete(e)}"></mosaik-button>
83640
83672
  `)}
@@ -85296,7 +85328,7 @@ var Es = function(o, t, e, r) {
85296
85328
  }, Wo = function(o, t) {
85297
85329
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
85298
85330
  };
85299
- let kn = class extends P(Z(rn(ct(Ft(G(H)))))) {
85331
+ let kn = class extends P(Z(rn(ct(Mt(G(H)))))) {
85300
85332
  // #region Fields
85301
85333
  _spinned;
85302
85334
  _delay;
@@ -85780,7 +85812,7 @@ function X9(o) {
85780
85812
  `)}
85781
85813
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable && !o.isBusy, () => v`
85782
85814
  <mosaik-button part="clear"
85783
- .appearance="${et.Plain}"
85815
+ .appearance="${ot.Plain}"
85784
85816
  .icon="${ft.clear}"
85785
85817
  .size="${J.Small}"
85786
85818
  .iconSize="${J.Medium}"
@@ -85788,9 +85820,9 @@ function X9(o) {
85788
85820
  `)}
85789
85821
  ${A(o.spinner, () => v`
85790
85822
  <mosaik-updown-spinner part="spinner"
85791
- .orientation="${ot.Horizontal}"
85823
+ .orientation="${et.Horizontal}"
85792
85824
  .size="${J.Small}"
85793
- .appearance="${et.Plain}"
85825
+ .appearance="${ot.Plain}"
85794
85826
  .position="${o.spinPosition}"
85795
85827
  .disabled="${o.disabled}"></mosaik-updown-spinner>
85796
85828
  `)}
@@ -87191,7 +87223,7 @@ function tV(o) {
87191
87223
  </div>
87192
87224
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable, () => v`
87193
87225
  <mosaik-button part="clear"
87194
- .appearance="${et.Plain}"
87226
+ .appearance="${ot.Plain}"
87195
87227
  .icon="${ft.clear}"
87196
87228
  .size="${J.Small}"
87197
87229
  .iconSize="${J.Medium}"
@@ -87199,7 +87231,7 @@ function tV(o) {
87199
87231
  `)}
87200
87232
  ${A(!o.disabled && !o.readonly && o.revealable, () => v`
87201
87233
  <mosaik-button part="showHide"
87202
- .appearance="${et.Plain}"
87234
+ .appearance="${ot.Plain}"
87203
87235
  .icon="${o.isReveal ? ft.eyeHide : ft.eyeShow}"
87204
87236
  .size="${J.Small}"
87205
87237
  .iconSize="${J.Medium}"
@@ -90240,7 +90272,7 @@ var Cs = function(o, t, e, r) {
90240
90272
  }, Ze = function(o, t) {
90241
90273
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
90242
90274
  }, Kx;
90243
- let ui = Kx = class extends P(Ye(G(Ft(Ot(ct(Z(kt(H)))))))) {
90275
+ let ui = Kx = class extends P(Ye(G(Mt(Ot(ct(Z(kt(H)))))))) {
90244
90276
  // #region Fields
90245
90277
  _radioChanged;
90246
90278
  _name;
@@ -90470,7 +90502,7 @@ function bV(o) {
90470
90502
  aria-valuemin="${0}"
90471
90503
  aria-valuemax="${o.length}"
90472
90504
  tabindex="${o.disabled ? "-1" : "0"}">
90473
- <span ${os({ direction: o.orientation === ot.Vertical ? "column" : "row" })}
90505
+ <span ${os({ direction: o.orientation === et.Vertical ? "column" : "row" })}
90474
90506
  part="symbols">
90475
90507
  ${le([].constructor(o.length), (t, e) => v`
90476
90508
  ${A(Number(o.value) > e && Number(o.value) < e + 1, () => v`
@@ -90867,10 +90899,10 @@ var Ur = function(o, t, e, r) {
90867
90899
  if (typeof Reflect == "object" && typeof Reflect.decorate == "function") n = Reflect.decorate(o, t, e, r);
90868
90900
  else for (var s = o.length - 1; s >= 0; s--) (i = o[s]) && (n = (a < 3 ? i(n) : a > 3 ? i(t, e, n) : i(t, e)) || n);
90869
90901
  return a > 3 && n && Object.defineProperty(t, e, n), n;
90870
- }, Mt = function(o, t) {
90902
+ }, Bt = function(o, t) {
90871
90903
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
90872
90904
  };
90873
- let fr = class extends P(G(Ot(Ht(Ft(rn(Z(H))))))) {
90905
+ let fr = class extends P(G(Ot(Ht(Mt(rn(Z(H))))))) {
90874
90906
  // #region Fields
90875
90907
  _ratingElement;
90876
90908
  _length;
@@ -91100,89 +91132,89 @@ let fr = class extends P(G(Ot(Ht(Ft(rn(Z(H))))))) {
91100
91132
  };
91101
91133
  Ur([
91102
91134
  b({ type: Number }),
91103
- Mt("design:type", Number),
91104
- Mt("design:paramtypes", [Number])
91135
+ Bt("design:type", Number),
91136
+ Bt("design:paramtypes", [Number])
91105
91137
  ], fr.prototype, "length", null);
91106
91138
  Ur([
91107
91139
  b({ type: Number }),
91108
- Mt("design:type", Number),
91109
- Mt("design:paramtypes", [Number])
91140
+ Bt("design:type", Number),
91141
+ Bt("design:paramtypes", [Number])
91110
91142
  ], fr.prototype, "precision", null);
91111
91143
  Ur([
91112
91144
  b({
91113
91145
  type: Boolean,
91114
91146
  useDefault: !0
91115
91147
  }),
91116
- Mt("design:type", Boolean),
91117
- Mt("design:paramtypes", [Boolean])
91148
+ Bt("design:type", Boolean),
91149
+ Bt("design:paramtypes", [Boolean])
91118
91150
  ], fr.prototype, "readonly", null);
91119
91151
  Ur([
91120
91152
  b({ type: String }),
91121
- Mt("design:type", String),
91122
- Mt("design:paramtypes", [String])
91153
+ Bt("design:type", String),
91154
+ Bt("design:paramtypes", [String])
91123
91155
  ], fr.prototype, "symbol", null);
91124
91156
  Ur([
91125
91157
  b({ type: Function }),
91126
- Mt("design:type", Function),
91127
- Mt("design:paramtypes", [Function])
91158
+ Bt("design:type", Function),
91159
+ Bt("design:paramtypes", [Function])
91128
91160
  ], fr.prototype, "symbolAccessor", null);
91129
91161
  Ur([
91130
91162
  T({ type: Number }),
91131
- Mt("design:type", Number),
91132
- Mt("design:paramtypes", [Number])
91163
+ Bt("design:type", Number),
91164
+ Bt("design:paramtypes", [Number])
91133
91165
  ], fr.prototype, "hoverValue", null);
91134
91166
  Ur([
91135
91167
  T({ type: Boolean }),
91136
- Mt("design:type", Boolean),
91137
- Mt("design:paramtypes", [Boolean])
91168
+ Bt("design:type", Boolean),
91169
+ Bt("design:paramtypes", [Boolean])
91138
91170
  ], fr.prototype, "isHovering", null);
91139
91171
  Ur([
91140
91172
  Vt("click"),
91141
- Mt("design:type", Function),
91142
- Mt("design:paramtypes", [MouseEvent]),
91143
- Mt("design:returntype", void 0)
91173
+ Bt("design:type", Function),
91174
+ Bt("design:paramtypes", [MouseEvent]),
91175
+ Bt("design:returntype", void 0)
91144
91176
  ], fr.prototype, "onClick", null);
91145
91177
  Ur([
91146
91178
  Vt("keydown"),
91147
- Mt("design:type", Function),
91148
- Mt("design:paramtypes", [KeyboardEvent]),
91149
- Mt("design:returntype", void 0)
91179
+ Bt("design:type", Function),
91180
+ Bt("design:paramtypes", [KeyboardEvent]),
91181
+ Bt("design:returntype", void 0)
91150
91182
  ], fr.prototype, "onKeyDown", null);
91151
91183
  Ur([
91152
91184
  Vt("mouseenter"),
91153
- Mt("design:type", Function),
91154
- Mt("design:paramtypes", [MouseEvent]),
91155
- Mt("design:returntype", void 0)
91185
+ Bt("design:type", Function),
91186
+ Bt("design:paramtypes", [MouseEvent]),
91187
+ Bt("design:returntype", void 0)
91156
91188
  ], fr.prototype, "onMouseEnter", null);
91157
91189
  Ur([
91158
91190
  Vt("mousemove"),
91159
- Mt("design:type", Function),
91160
- Mt("design:paramtypes", [MouseEvent]),
91161
- Mt("design:returntype", void 0)
91191
+ Bt("design:type", Function),
91192
+ Bt("design:paramtypes", [MouseEvent]),
91193
+ Bt("design:returntype", void 0)
91162
91194
  ], fr.prototype, "onMouseMove", null);
91163
91195
  Ur([
91164
91196
  Vt("mouseleave"),
91165
- Mt("design:type", Function),
91166
- Mt("design:paramtypes", []),
91167
- Mt("design:returntype", void 0)
91197
+ Bt("design:type", Function),
91198
+ Bt("design:paramtypes", []),
91199
+ Bt("design:returntype", void 0)
91168
91200
  ], fr.prototype, "onMouseLeave", null);
91169
91201
  Ur([
91170
91202
  Vt("touchstart"),
91171
- Mt("design:type", Function),
91172
- Mt("design:paramtypes", [Object]),
91173
- Mt("design:returntype", void 0)
91203
+ Bt("design:type", Function),
91204
+ Bt("design:paramtypes", [Object]),
91205
+ Bt("design:returntype", void 0)
91174
91206
  ], fr.prototype, "onTouchStart", null);
91175
91207
  Ur([
91176
91208
  Vt("touchmove", "self", { passive: !0 }),
91177
- Mt("design:type", Function),
91178
- Mt("design:paramtypes", [Object]),
91179
- Mt("design:returntype", void 0)
91209
+ Bt("design:type", Function),
91210
+ Bt("design:paramtypes", [Object]),
91211
+ Bt("design:returntype", void 0)
91180
91212
  ], fr.prototype, "onTouchMove", null);
91181
91213
  Ur([
91182
91214
  Vt("touchend"),
91183
- Mt("design:type", Function),
91184
- Mt("design:paramtypes", [Object]),
91185
- Mt("design:returntype", void 0)
91215
+ Bt("design:type", Function),
91216
+ Bt("design:paramtypes", [Object]),
91217
+ Bt("design:returntype", void 0)
91186
91218
  ], fr.prototype, "onTouchEnd", null);
91187
91219
  fr = Ur([
91188
91220
  O({
@@ -91194,7 +91226,7 @@ fr = Ur([
91194
91226
  cosmopolitan: vV
91195
91227
  }
91196
91228
  }),
91197
- Mt("design:paramtypes", [])
91229
+ Bt("design:paramtypes", [])
91198
91230
  ], fr);
91199
91231
  class _y {
91200
91232
  // #region Fields
@@ -91529,8 +91561,8 @@ function wV(o) {
91529
91561
  <svg xmlns="http://www.w3.org/2000/svg">
91530
91562
  <line x1="0"
91531
91563
  y1="0"
91532
- x2="${o.orientation === ot.Vertical ? "0" : "100%"}"
91533
- y2="${o.orientation === ot.Vertical ? "100%" : "0"}"/>
91564
+ x2="${o.orientation === et.Vertical ? "0" : "100%"}"
91565
+ y2="${o.orientation === et.Vertical ? "100%" : "0"}"/>
91534
91566
  </svg>
91535
91567
  </div>
91536
91568
  `;
@@ -91815,7 +91847,7 @@ var BE = function(o, t, e, r) {
91815
91847
  }, Jx = function(o, t) {
91816
91848
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
91817
91849
  };
91818
- let Qx = class extends P(Ft(H)) {
91850
+ let Qx = class extends P(Mt(H)) {
91819
91851
  // #region Fields
91820
91852
  _thickness;
91821
91853
  // #endregion
@@ -91876,28 +91908,28 @@ function zV(o) {
91876
91908
  <mosaik-tooltip .content="${o.intl.italicLabel}"
91877
91909
  .placement="${Pt.Top}">
91878
91910
  <mosaik-button .icon="${"M10.649 18.5h3.847a1 1 0 0 1 0 2h-9.5a.997.997 0 0 1-.996-1c0-.552.445-1 .996-1h3.51L13.332 6H9.997a1 1 0 0 1 0-2H18.5a1 1 0 0 1 0 2h-3.025L10.65 18.5Z"}"
91879
- .appearance="${et.Plain}"
91911
+ .appearance="${ot.Plain}"
91880
91912
  @click="${() => o.onAction("italic")}"></mosaik-button>
91881
91913
  </mosaik-tooltip>
91882
91914
  <mosaik-tooltip .content="${o.intl.boldLabel}"
91883
91915
  .placement="${Pt.Top}">
91884
91916
  <mosaik-button .icon="${"M6 5.75C6 4.784 6.784 4 7.75 4h4.749c2.823 0 4.751 2.34 4.751 4.75 0 .931-.288 1.852-.803 2.632C17.369 12.239 18 13.47 18 15c0 3.133-2.677 5-5 5H7.75A1.75 1.75 0 0 1 6 18.25V5.75Zm3.5 7.75v3H13c.312 0 .71-.138 1.024-.421.288-.26.476-.615.476-1.079 0-.888-.745-1.5-1.5-1.5H9.5Zm0-3.5h3c.715 0 1.25-.592 1.25-1.25 0-.657-.536-1.25-1.251-1.25H9.5V10Z"}"
91885
- .appearance="${et.Plain}"
91917
+ .appearance="${ot.Plain}"
91886
91918
  @click="${() => o.onAction("bold")}"></mosaik-button>
91887
91919
  </mosaik-tooltip>
91888
91920
  <mosaik-tooltip .content="${o.intl.strikethroughLabel}"
91889
91921
  .placement="${Pt.Top}">
91890
91922
  <mosaik-button .icon="${"M13.848 11.5H19.5a1 1 0 0 1 0 2h-2.387a4.03 4.03 0 0 1 .998 2.684c0 2.93-3.28 4.915-7.033 4.48-2.328-.271-3.965-1.22-4.827-2.833-.26-.487-.207-1.016.248-1.331.455-.316 1.256-.099 1.516.388.533.998 1.604 1.592 3.294 1.789 2.586.3 4.802-.91 4.802-2.492 0-1.099-.547-1.94-2.107-2.685H5a1 1 0 1 1 0-2H13.848ZM6.987 9.695a5.122 5.122 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835.16-2.965 2.934-4.713 6.602-4.287 2.26.263 3.99 1.084 5.147 2.487a.993.993 0 0 1-.153 1.4c-.426.351-1.049.326-1.4-.1-.813-.985-2.068-1.596-3.825-1.8-2.56-.298-4.371.718-4.371 2.323 0 .714.239 1.22.762 1.81.225.254.647.525 1.265.815H7.192a38.03 38.03 0 0 1-.205-.303Z"}"
91891
- .appearance="${et.Plain}"
91923
+ .appearance="${ot.Plain}"
91892
91924
  @click="${() => o.onAction("strikethrough")}"></mosaik-button>
91893
91925
  </mosaik-tooltip>
91894
91926
  </div>
91895
- <mosaik-divider part="divider" .orientation="${ot.Vertical}"></mosaik-divider>
91927
+ <mosaik-divider part="divider" .orientation="${et.Vertical}"></mosaik-divider>
91896
91928
  <div part="group">
91897
91929
  <mosaik-tooltip .content="${o.intl.monospaceLabel}"
91898
91930
  .placement="${Pt.Top}">
91899
91931
  <mosaik-button .icon="${"m8.086 18.611 5.996-14.004a1 1 0 0 1 1.878.677l-.04.11-5.996 14.004a1 1 0 0 1-1.878-.677l.04-.11 5.996-14.004L8.086 18.61Zm-5.793-7.318 4-4a1 1 0 0 1 1.497 1.32l-.083.094L4.414 12l3.293 3.293a1 1 0 0 1-1.32 1.498l-.094-.084-4-4a1 1 0 0 1-.083-1.32l.083-.094 4-4-4 4Zm14-4.001a1 1 0 0 1 1.32-.083l.093.083 4.001 4.001a1 1 0 0 1 .083 1.32l-.083.095-4.001 3.995a1 1 0 0 1-1.497-1.32l.084-.095L19.584 12l-3.293-3.294a1 1 0 0 1 0-1.414Z"}"
91900
- .appearance="${et.Plain}"
91932
+ .appearance="${ot.Plain}"
91901
91933
  @click="${() => o.onAction("monospace")}"></mosaik-button>
91902
91934
  </mosaik-tooltip>
91903
91935
  </div>
@@ -93706,7 +93738,7 @@ function OV(o) {
93706
93738
  <slot name="prefix"></slot>
93707
93739
  </div>
93708
93740
  <mosaik-icon part="search"
93709
- .appearance="${et.Plain}"
93741
+ .appearance="${ot.Plain}"
93710
93742
  .data="${ft.search}"
93711
93743
  ?inline="${!0}"></mosaik-icon>
93712
93744
  <div part="inner" class="${to({ prefix: o.hasPrefix, suffix: o.hasSuffix })}">
@@ -93740,7 +93772,7 @@ function OV(o) {
93740
93772
  `)}
93741
93773
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable && !o.isBusy, () => v`
93742
93774
  <mosaik-button part="clear"
93743
- .appearance="${et.Plain}"
93775
+ .appearance="${ot.Plain}"
93744
93776
  .icon="${ft.clear}"
93745
93777
  .size="${J.Small}"
93746
93778
  .iconSize="${J.Medium}"
@@ -95030,7 +95062,7 @@ function IV(o) {
95030
95062
  <slot name="suffix" slot="suffix"></slot>
95031
95063
  <mosaik-button part="caret"
95032
95064
  slot="suffix"
95033
- .appearance="${et.Plain}"
95065
+ .appearance="${ot.Plain}"
95034
95066
  .icon="${ft.caretDown}"
95035
95067
  .size="${J.Small}"
95036
95068
  .iconSize="${J.Medium}"
@@ -95091,7 +95123,7 @@ function HV(o) {
95091
95123
  `)}
95092
95124
  ${A(o.isActive, () => v`
95093
95125
  <mosaik-checkmark part="checkmark"
95094
- .appearance="${et.Plain}"
95126
+ .appearance="${ot.Plain}"
95095
95127
  .variant="${o.variant}"
95096
95128
  .type="${Ci.Hook}"
95097
95129
  ?checked="${o.isActive}"
@@ -96491,7 +96523,7 @@ function ZV(o) {
96491
96523
  .size="${J.Giant}"
96492
96524
  .data="${o.icon.trim() ? o.icon : ft.glasses}"
96493
96525
  .variant="${"neutral"}"></mosaik-icon>
96494
- <mosaik-stack .orientation="${ot.Vertical}">
96526
+ <mosaik-stack .orientation="${et.Vertical}">
96495
96527
  ${A(o.header, () => v`
96496
96528
  <mosaik-text part="header"
96497
96529
  .readonly="${!0}"
@@ -96510,7 +96542,7 @@ function ZV(o) {
96510
96542
  `)}
96511
96543
  <slot></slot>
96512
96544
  </mosaik-stack>
96513
- <mosaik-stack .orientation="${ot.Horizontal}"
96545
+ <mosaik-stack .orientation="${et.Horizontal}"
96514
96546
  .gap="${De("--empty-state-gap")}"
96515
96547
  ?hidden="${!o.hasSlotContent("actions")}">
96516
96548
  <slot name="actions"></slot>
@@ -97794,7 +97826,7 @@ function aX(o) {
97794
97826
  `)}
97795
97827
  ${A(!o.disabled && !o.isEmpty && o.isClearable, () => v`
97796
97828
  <mosaik-button part="clear"
97797
- .appearance="${et.Plain}"
97829
+ .appearance="${ot.Plain}"
97798
97830
  .icon="${ft.clear}"
97799
97831
  .size="${J.Small}"
97800
97832
  .iconSize="${J.Medium}"
@@ -99373,7 +99405,7 @@ function bX(o) {
99373
99405
  `)}
99374
99406
  ${A(o.isChecked, () => v`
99375
99407
  <mosaik-checkmark part="checkmark"
99376
- .appearance="${et.Plain}"
99408
+ .appearance="${ot.Plain}"
99377
99409
  .variant="${o.variant}"
99378
99410
  .type="${Ci.Hook}"
99379
99411
  .dir="${o.dir}"
@@ -99392,7 +99424,7 @@ function bX(o) {
99392
99424
  `)}
99393
99425
  </slot>
99394
99426
  <mosaik-stack part="text"
99395
- .orientation="${ot.Vertical}"
99427
+ .orientation="${et.Vertical}"
99396
99428
  .dir="${o.dir}"
99397
99429
  .lang="${o.lang}">
99398
99430
  <slot name="label">
@@ -99416,7 +99448,7 @@ function bX(o) {
99416
99448
  </mosaik-stack>
99417
99449
  ${A(o.hasChildren, () => v`
99418
99450
  <mosaik-button part="caret"
99419
- .appearance="${et.Plain}"
99451
+ .appearance="${ot.Plain}"
99420
99452
  .icon="${ft.caretDown}"
99421
99453
  .size="${J.Small}"
99422
99454
  .dir="${o.dir}"
@@ -100385,7 +100417,7 @@ function xX(o) {
100385
100417
  </div>
100386
100418
  ${A(!o.disabled && !o.readonly && o.value && o.isClearable, () => v`
100387
100419
  <mosaik-button part="clear"
100388
- .appearance="${et.Plain}"
100420
+ .appearance="${ot.Plain}"
100389
100421
  .icon="${ft.clear}"
100390
100422
  .size="${J.Small}"
100391
100423
  .iconSize="${J.Medium}"
@@ -100393,7 +100425,7 @@ function xX(o) {
100393
100425
  @click="${() => o.clear()}"></mosaik-button>
100394
100426
  `)}
100395
100427
  <mosaik-button part="picker"
100396
- .appearance="${et.Plain}"
100428
+ .appearance="${ot.Plain}"
100397
100429
  .icon="${ft.clock}"
100398
100430
  .size="${J.Small}"
100399
100431
  .iconSize="${J.Medium}"
@@ -100430,7 +100462,7 @@ function xX(o) {
100430
100462
  ${A(o.markerHandler(t), (e) => v`
100431
100463
  <mosaik-stack slot="end"
100432
100464
  .dir="${o.dir}"
100433
- .orientation="${ot.Horizontal}"
100465
+ .orientation="${et.Horizontal}"
100434
100466
  .verticalAlignment="${fe.Center}"
100435
100467
  .gap="${"2px"}">
100436
100468
  ${le(e, (r) => v`
@@ -106870,8 +106902,8 @@ function EK(o) {
106870
106902
  @touchstart=${(a) => o.handleDrag(a)}>
106871
106903
  <slot name="thumb">
106872
106904
  <mosaik-icon part="thumb"
106873
- .appearance="${et.Soft}"
106874
- .angel="${o.orientation === ot.Horizontal ? 0 : 90}"
106905
+ .appearance="${ot.Soft}"
106906
+ .angel="${o.orientation === et.Horizontal ? 0 : 90}"
106875
106907
  .data="${"M12 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM12 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM10 18a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"}"
106876
106908
  ?disabled="${o.disabled}"></mosaik-icon>
106877
106909
  </slot>
@@ -107334,7 +107366,7 @@ var Na = function(o, t, e, r) {
107334
107366
  }, Ne = function(o, t) {
107335
107367
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
107336
107368
  };
107337
- let Xn = class extends P(ji(Ft(G(Io(kt(H)))))) {
107369
+ let Xn = class extends P(ji(Mt(G(Io(kt(H)))))) {
107338
107370
  // #region Fields
107339
107371
  _resizeController;
107340
107372
  _splitRepositioned;
@@ -107495,10 +107527,10 @@ let Xn = class extends P(ji(Ft(G(Io(kt(H)))))) {
107495
107527
  handleDrag(t) {
107496
107528
  this.disabled || (t.cancelable && t.preventDefault(), this.drag(this, {
107497
107529
  onMove: (e, r) => {
107498
- let a = this.orientation === ot.Vertical ? r : e;
107530
+ let a = this.orientation === et.Vertical ? r : e;
107499
107531
  this.lock === "end" && (a = this._size - a), this.snaps.forEach((n) => {
107500
107532
  let i = null;
107501
- typeof n == "number" ? i = n : n.endsWith("%") ? i = this._size * (parseFloat(n) / 100) : i = ge.extractValue(n), this.dir === Mo.RightToLeft && this.orientation === ot.Horizontal && (i = this._size - i), a >= i - this.snapThreshold && a <= i + this.snapThreshold && (a = i);
107533
+ typeof n == "number" ? i = n : n.endsWith("%") ? i = this._size * (parseFloat(n) / 100) : i = ge.extractValue(n), this.dir === Mo.RightToLeft && this.orientation === et.Horizontal && (i = this._size - i), a >= i - this.snapThreshold && a <= i + this.snapThreshold && (a = i);
107502
107534
  }), this.position = Zx(this.pixelsToPercentage(a), 0, 100);
107503
107535
  },
107504
107536
  initialEvent: t
@@ -107511,7 +107543,7 @@ let Xn = class extends P(ji(Ft(G(Io(kt(H)))))) {
107511
107543
  if (!this.disabled && ["ArrowLeft", "ArrowRight", "ArrowUp", "ArrowDown", "Home", "End"].includes(t.key)) {
107512
107544
  let e = this.position;
107513
107545
  const r = (t.shiftKey ? 10 : 1) * (this.lock === "end" ? -1 : 1);
107514
- t.preventDefault(), (t.key === "ArrowLeft" && this.orientation === ot.Horizontal || t.key === "ArrowUp" && this.orientation === ot.Vertical) && (e -= r), (t.key === "ArrowRight" && this.orientation === ot.Horizontal || t.key === "ArrowDown" && this.orientation === ot.Vertical) && (e += r), t.key === "Home" && (e = this.lock === "end" ? 100 : 0), t.key === "End" && (e = this.lock === "end" ? 0 : 100), this.position = Zx(e, 0, 100);
107546
+ t.preventDefault(), (t.key === "ArrowLeft" && this.orientation === et.Horizontal || t.key === "ArrowUp" && this.orientation === et.Vertical) && (e -= r), (t.key === "ArrowRight" && this.orientation === et.Horizontal || t.key === "ArrowDown" && this.orientation === et.Vertical) && (e += r), t.key === "Home" && (e = this.lock === "end" ? 100 : 0), t.key === "End" && (e = this.lock === "end" ? 0 : 100), this.position = Zx(e, 0, 100);
107515
107547
  }
107516
107548
  }
107517
107549
  /**
@@ -107545,7 +107577,7 @@ let Xn = class extends P(ji(Ft(G(Io(kt(H)))))) {
107545
107577
  */
107546
107578
  detectSize() {
107547
107579
  const t = this.getBoundingClientRect();
107548
- this._size = this.orientation === ot.Vertical ? t.height : t.width;
107580
+ this._size = this.orientation === et.Vertical ? t.height : t.width;
107549
107581
  }
107550
107582
  /**
107551
107583
  * @private
@@ -107566,7 +107598,7 @@ let Xn = class extends P(ji(Ft(G(Io(kt(H)))))) {
107566
107598
  if (t.length === 0)
107567
107599
  return;
107568
107600
  const e = t[0].contentRect;
107569
- this._size = this.orientation === ot.Vertical ? e.height : e.width, this.lock !== g0.None && (this.position = this.pixelsToPercentage(this._cachedPositionInPixels));
107601
+ this._size = this.orientation === et.Vertical ? e.height : e.width, this.lock !== g0.None && (this.position = this.pixelsToPercentage(this._cachedPositionInPixels));
107570
107602
  }
107571
107603
  /**
107572
107604
  * @private
@@ -107683,7 +107715,7 @@ var ZE = function(o, t, e, r) {
107683
107715
  }, f0 = function(o, t) {
107684
107716
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
107685
107717
  }, b0;
107686
- let m0 = b0 = class extends P(ji(Ft(Io(Jm(tf))))) {
107718
+ let m0 = b0 = class extends P(ji(Mt(Io(Jm(tf))))) {
107687
107719
  // #region Fields
107688
107720
  _childResize;
107689
107721
  _lastChildFill;
@@ -109766,7 +109798,7 @@ var Ry = function(o, t, e, r) {
109766
109798
  }, Js = function(o, t) {
109767
109799
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
109768
109800
  };
109769
- let fg = class extends P(ji(Ft(Io(Jm(tf))))) {
109801
+ let fg = class extends P(ji(Mt(Io(Jm(tf))))) {
109770
109802
  // #region Fields
109771
109803
  _columns;
109772
109804
  _reverse;
@@ -115774,7 +115806,7 @@ function XZ(o) {
115774
115806
  .placeholder="${o.placeholder}"
115775
115807
  .multiline="${!0}"
115776
115808
  .value="${$r(o.value.message)}"
115777
- .appearance="${et.Plain}"
115809
+ .appearance="${ot.Plain}"
115778
115810
  .variant="${o.variant}"
115779
115811
  @input="${(t) => o.onInput(t)}"
115780
115812
  @keyup="${(t) => o.onKeyup(t)}"></mosaik-textbox>
@@ -115785,7 +115817,7 @@ function XZ(o) {
115785
115817
  </div>
115786
115818
  <div part="end">
115787
115819
  <mosaik-button .dir="${o.dir}"
115788
- .appearance="${et.Plain}"
115820
+ .appearance="${ot.Plain}"
115789
115821
  .icon="${ft.send}"
115790
115822
  @click="${() => o.send(o.value.message, o.value.files)}"></mosaik-button>
115791
115823
  </div>
@@ -116921,12 +116953,12 @@ function lJ(o) {
116921
116953
  ${A(o.isSticky, () => v`
116922
116954
  <mosaik-sticky>
116923
116955
  <mosaik-stack .dir="${o.dir}"
116924
- .orientation="${ot.Horizontal}"
116956
+ .orientation="${et.Horizontal}"
116925
116957
  .verticalAlignment="${fe.Center}"
116926
116958
  .gap="${"16px"}">
116927
116959
  <mosaik-divider part="divider"
116928
116960
  .dir="${o.dir}"
116929
- .orientation="${ot.Horizontal}"
116961
+ .orientation="${et.Horizontal}"
116930
116962
  .thickness="${o.thickness}"></mosaik-divider>
116931
116963
  <slot>
116932
116964
  <mosaik-text part="text"
@@ -116937,18 +116969,18 @@ function lJ(o) {
116937
116969
  </slot>
116938
116970
  <mosaik-divider part="divider"
116939
116971
  .dir="${o.dir}"
116940
- .orientation="${ot.Horizontal}"
116972
+ .orientation="${et.Horizontal}"
116941
116973
  .thickness="${o.thickness}"></mosaik-divider>
116942
116974
  </mosaik-stack>
116943
116975
  </mosaik-sticky>
116944
116976
  `, () => v`
116945
116977
  <mosaik-stack .dir="${o.dir}"
116946
- .orientation="${ot.Horizontal}"
116978
+ .orientation="${et.Horizontal}"
116947
116979
  .verticalAlignment="${fe.Center}"
116948
116980
  .gap="${"16px"}">
116949
116981
  <mosaik-divider part="divider"
116950
116982
  .dir="${o.dir}"
116951
- .orientation="${ot.Horizontal}"
116983
+ .orientation="${et.Horizontal}"
116952
116984
  .thickness="${o.thickness}"></mosaik-divider>
116953
116985
  <slot>
116954
116986
  <mosaik-text part="text"
@@ -116959,7 +116991,7 @@ function lJ(o) {
116959
116991
  </slot>
116960
116992
  <mosaik-divider part="divider"
116961
116993
  .dir="${o.dir}"
116962
- .orientation="${ot.Horizontal}"
116994
+ .orientation="${et.Horizontal}"
116963
116995
  .thickness="${o.thickness}"></mosaik-divider>
116964
116996
  </mosaik-stack>
116965
116997
  `)}
@@ -117479,7 +117511,7 @@ function bJ(o) {
117479
117511
  return v`
117480
117512
  <mosaik-stack part="root"
117481
117513
  .dir="${o.dir}"
117482
- .orientation="${ot.Horizontal}"
117514
+ .orientation="${et.Horizontal}"
117483
117515
  .reverse="${!o.reply}">
117484
117516
  <slot name="avatar"
117485
117517
  @slotchange="${(t) => o.onSlotChange(t)}"></slot>
@@ -119334,7 +119366,7 @@ var bk = function(o, t, e, r) {
119334
119366
  }, kg = function(o, t) {
119335
119367
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
119336
119368
  };
119337
- let vm = class extends P(Z(Ft(fs(dk(ce(ct(H))))))) {
119369
+ let vm = class extends P(Z(Mt(fs(dk(ce(ct(H))))))) {
119338
119370
  // #region Fields
119339
119371
  _text;
119340
119372
  _icon;
@@ -121027,7 +121059,7 @@ var Rf = function(o, t, e, r) {
121027
121059
  }, Nc = function(o, t) {
121028
121060
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
121029
121061
  };
121030
- let bp = class extends P(G(Ft(Ot(H)))) {
121062
+ let bp = class extends P(G(Mt(Ot(H)))) {
121031
121063
  // #region Fields
121032
121064
  _resizeController;
121033
121065
  _colorController;
@@ -121192,14 +121224,14 @@ let bp = class extends P(G(Ft(Ot(H)))) {
121192
121224
  calculateHandlePosition(t) {
121193
121225
  if (!this._boundingClientRect)
121194
121226
  return this._sliderHandlePosition;
121195
- const e = this._boundingClientRect, r = this.orientation === ot.Horizontal ? e.top : e.left, a = this.orientation === ot.Horizontal ? t.clientY : t.clientX, n = this.orientation === ot.Horizontal ? e.height : e.width, i = Math.max(0, Math.min(1, (a - r) / n));
121196
- return this.orientation === ot.Horizontal || this.dir !== Mo.LeftToRight ? 100 - 100 * i : 100 * i;
121227
+ const e = this._boundingClientRect, r = this.orientation === et.Horizontal ? e.top : e.left, a = this.orientation === et.Horizontal ? t.clientY : t.clientX, n = this.orientation === et.Horizontal ? e.height : e.width, i = Math.max(0, Math.min(1, (a - r) / n));
121228
+ return this.orientation === et.Horizontal || this.dir !== Mo.LeftToRight ? 100 - 100 * i : 100 * i;
121197
121229
  }
121198
121230
  handleGradientPointerdown(t) {
121199
121231
  t.button === 0 && (t.stopPropagation(), t.preventDefault(), this._thumb.dispatchEvent(new PointerEvent("pointerdown", t)), this.handlePointermove(t));
121200
121232
  }
121201
121233
  get handlePositionStyles() {
121202
- return `${this.orientation === ot.Vertical ? "inset-block-end" : "inset-inline-start"}: ${this._sliderHandlePosition}%`;
121234
+ return `${this.orientation === et.Vertical ? "inset-block-end" : "inset-inline-start"}: ${this._sliderHandlePosition}%`;
121203
121235
  }
121204
121236
  };
121205
121237
  Rf([
@@ -121518,17 +121550,17 @@ w0 = iC([
121518
121550
  function GJ(o) {
121519
121551
  return v`
121520
121552
  <mosaik-stack .dir="${o.dir}"
121521
- .orientation="${ot.Horizontal}"
121553
+ .orientation="${et.Horizontal}"
121522
121554
  .gap="${De("--comment-gap")}">
121523
121555
  <div part="avatar">
121524
121556
  <slot name="avatar"></slot>
121525
121557
  </div>
121526
121558
  <mosaik-stack .dir="${o.dir}"
121527
- .orientation="${ot.Horizontal}"
121559
+ .orientation="${et.Horizontal}"
121528
121560
  .gap="${De("--comment-gap")}">
121529
121561
  <div part="inner">
121530
121562
  <mosaik-stack .dir="${o.dir}"
121531
- .orientation="${ot.Horizontal}"
121563
+ .orientation="${et.Horizontal}"
121532
121564
  .gap="${De("--comment-inner-gap")}">
121533
121565
  <slot name="author">
121534
121566
  <mosaik-text part="author"
@@ -123016,8 +123048,8 @@ function hQ(o) {
123016
123048
  `)}
123017
123049
  </mosaik-avatar>
123018
123050
  <!-- > -->
123019
- <mosaik-stack .orientation="${ot.Vertical}"
123020
- .horizontalAlignment="${It(o.orientation === ot.Vertical ? Or.Center : void 0)}">
123051
+ <mosaik-stack .orientation="${et.Vertical}"
123052
+ .horizontalAlignment="${It(o.orientation === et.Vertical ? Or.Center : void 0)}">
123021
123053
  ${A(o.primaryText.trim() ? o.primaryText.trim() : o.text.trim(), () => v`
123022
123054
  <mosaik-text part="primaryText"
123023
123055
  .text="${o.primaryText.trim() ? o.primaryText.trim() : o.text.trim()}"
@@ -123325,7 +123357,7 @@ var Qp = function(o, t, e, r) {
123325
123357
  }, mi = function(o, t) {
123326
123358
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
123327
123359
  };
123328
- let Fc = class extends P(Ft(fs(Ea))) {
123360
+ let Fc = class extends P(Mt(fs(Ea))) {
123329
123361
  // #region Fields
123330
123362
  _primaryText;
123331
123363
  _secondaryText;
@@ -125305,20 +125337,20 @@ function zQ(o) {
125305
125337
  .subHeader="${o.intl.messageLabel}"
125306
125338
  .icon="${"M12 2c.714 0 1.419.075 2.106.222a.75.75 0 0 1 .374 1.263 2.501 2.501 0 0 0 1.206 4.201.75.75 0 0 1 .577.811 2.5 2.5 0 0 0 4.36 1.908.75.75 0 0 1 1.307.409c.047.39.07.787.07 1.186 0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm3 14a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-7-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM7 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}"
125307
125339
  .elevation="${o.elevation}"
125308
- .appearance="${et.Plain}">
125340
+ .appearance="${ot.Plain}">
125309
125341
  <slot name="actions"
125310
125342
  slot="actions"></slot>
125311
125343
  ${A(o.acceptable, () => v`
125312
125344
  <mosaik-button slot="actions"
125313
125345
  .label="${o.intl.acceptLabel}"
125314
- .appearance="${et.Plain}"
125346
+ .appearance="${ot.Plain}"
125315
125347
  .variant="${ue.Primary}"
125316
125348
  @click="${() => o.onAccept()}"></mosaik-button>
125317
125349
  `)}
125318
125350
  ${A(o.dismissable, () => v`
125319
125351
  <mosaik-button slot="actions"
125320
125352
  .label="${o.intl.dismissLabel}"
125321
- .appearance="${et.Plain}"
125353
+ .appearance="${ot.Plain}"
125322
125354
  .variant="${ue.Primary}"
125323
125355
  @click="${() => o.onDismiss()}"></mosaik-button>
125324
125356
  `)}
@@ -126646,7 +126678,7 @@ function HQ(o) {
126646
126678
  <mosaik-icon .data="${o.icon}"
126647
126679
  .size="${J.Large}"></mosaik-icon>
126648
126680
  `)}
126649
- <mosaik-stack .orientation="${ot.Vertical}"
126681
+ <mosaik-stack .orientation="${et.Vertical}"
126650
126682
  .verticalAlignment="${fe.Center}">
126651
126683
  <mosaik-text part="headerText"
126652
126684
  .text="${o.header}"></mosaik-text>
@@ -127489,7 +127521,7 @@ class Oh {
127489
127521
  Oh.set(new UQ());
127490
127522
  function YQ(o) {
127491
127523
  return v`
127492
- <mosaik-stack .orientation="${ot.Horizontal}"
127524
+ <mosaik-stack .orientation="${et.Horizontal}"
127493
127525
  .verticalAlignment="${fe.Center}"
127494
127526
  .gap="${De("--dialog-actions-gap")}"
127495
127527
  .dir="${o.dir}"
@@ -127497,7 +127529,7 @@ function YQ(o) {
127497
127529
  <slot name="prefix"></slot>
127498
127530
  </mosaik-stack>
127499
127531
  <mosaik-stack style="flex: 1;"
127500
- .orientation="${ot.Horizontal}"
127532
+ .orientation="${et.Horizontal}"
127501
127533
  .verticalAlignment="${fe.Center}"
127502
127534
  .horizontalAlignment="${Or.Right}"
127503
127535
  .gap="${De("--dialog-actions-gap")}"
@@ -127505,7 +127537,7 @@ function YQ(o) {
127505
127537
  ?hidden="${!o.hasSlotContent("")}">
127506
127538
  <slot></slot>
127507
127539
  </mosaik-stack>
127508
- <mosaik-stack .orientation="${ot.Horizontal}"
127540
+ <mosaik-stack .orientation="${et.Horizontal}"
127509
127541
  .verticalAlignment="${fe.Center}"
127510
127542
  .gap="${De("--dialog-actions-gap")}"
127511
127543
  .dir="${o.dir}"
@@ -130635,7 +130667,7 @@ const Ett = {
130635
130667
  isDraggable: !1,
130636
130668
  closeable: !1,
130637
130669
  elevation: ol.Bold,
130638
- appearance: et.Default,
130670
+ appearance: ot.Default,
130639
130671
  enter: lf,
130640
130672
  exit: kl,
130641
130673
  isFullScreen: !1
@@ -130920,7 +130952,7 @@ function Ott(o) {
130920
130952
  .subTitle="${o.subHeader}">
130921
130953
  <mosaik-button slot="end"
130922
130954
  .icon="${ft.close}"
130923
- .appearance="${et.Plain}"
130955
+ .appearance="${ot.Plain}"
130924
130956
  @click="${() => o.close()}"></mosaik-button>
130925
130957
  </mosaik-toolbar>
130926
130958
  `)}
@@ -132549,43 +132581,43 @@ function Gtt(o) {
132549
132581
  <mosaik-button part="actionOk"
132550
132582
  .label="${o.labels.ok ?? "OK"}"
132551
132583
  .variant="${ue.Primary}"
132552
- .appearance="${et.Solid}"
132584
+ .appearance="${ot.Solid}"
132553
132585
  @click="${() => o.onDialogResult("ok")}"></mosaik-button>
132554
132586
  `)}
132555
132587
  ${A(o.buttons === Dh.OKCancel, () => v`
132556
132588
  <mosaik-button part="actionOk"
132557
132589
  .label="${o.labels.ok ?? "OK"}"
132558
132590
  .variant="${ue.Primary}"
132559
- .appearance="${et.Solid}"
132591
+ .appearance="${ot.Solid}"
132560
132592
  @click="${() => o.onDialogResult("ok")}"></mosaik-button>
132561
132593
  <mosaik-button part="actionCancel"
132562
132594
  .label="${o.labels.cancel ?? "Cancel"}"
132563
132595
  .variant="${ue.Primary}"
132564
- .appearance="${et.Plain}"
132596
+ .appearance="${ot.Plain}"
132565
132597
  @click="${() => o.onDialogResult("cancel")}"></mosaik-button>
132566
132598
  `)}
132567
132599
  ${A(o.buttons === Dh.YesNo, () => v`
132568
132600
  <mosaik-button part="actionYes" .label="${o.labels.yes ?? "Yes"}"
132569
132601
  .variant="${ue.Primary}"
132570
- .appearance="${et.Solid}"
132602
+ .appearance="${ot.Solid}"
132571
132603
  @click="${() => o.onDialogResult("yes")}"></mosaik-button>
132572
132604
  <mosaik-button part="actionNo" .label="${o.labels.no ?? "No"}"
132573
132605
  .variant="${ue.Primary}"
132574
- .appearance="${et.Plain}"
132606
+ .appearance="${ot.Plain}"
132575
132607
  @click="${() => o.onDialogResult("no")}"></mosaik-button>
132576
132608
  `)}
132577
132609
  ${A(o.buttons === Dh.YesNoCancel, () => v`
132578
132610
  <mosaik-button part="actionYes" .label="${o.labels.yes ?? "Yes"}"
132579
132611
  .variant="${ue.Primary}"
132580
- .appearance="${et.Solid}"
132612
+ .appearance="${ot.Solid}"
132581
132613
  @click="${() => o.onDialogResult("yes")}"></mosaik-button>
132582
132614
  <mosaik-button part="actionNo" .label="${o.labels.no ?? "No"}"
132583
132615
  .variant="${ue.Primary}"
132584
- .appearance="${et.Plain}"
132616
+ .appearance="${ot.Plain}"
132585
132617
  @click="${() => o.onDialogResult("no")}"></mosaik-button>
132586
132618
  <mosaik-button part="actionCancel" .label="${o.labels.cancel ?? "Cancel"}"
132587
132619
  .variant="${ue.Primary}"
132588
- .appearance="${et.Plain}"
132620
+ .appearance="${ot.Plain}"
132589
132621
  @click="${() => o.onDialogResult("cancel")}"></mosaik-button>
132590
132622
  `)}
132591
132623
  </mosaik-dialog-actions>
@@ -132904,7 +132936,7 @@ const Ktt = {
132904
132936
  header: "",
132905
132937
  subHeader: "",
132906
132938
  message: "",
132907
- appearance: et.Default,
132939
+ appearance: ot.Default,
132908
132940
  variant: ue.Default,
132909
132941
  labels: {
132910
132942
  ok: "OK",
@@ -133141,7 +133173,7 @@ function eet(o) {
133141
133173
  <div class="outer">
133142
133174
  <div class="inner">
133143
133175
  ${A(o.isIndeterminate, () => v`
133144
- ${A(o.orientation === ot.Horizontal, () => v`
133176
+ ${A(o.orientation === et.Horizontal, () => v`
133145
133177
  <div class="bg indeterminate"
133146
133178
  style="${Er({ height: `${ge.tryParse(o.thickness)}` })}">
133147
133179
  </div>
@@ -133151,7 +133183,7 @@ function eet(o) {
133151
133183
  </div>
133152
133184
  `)}
133153
133185
  `, () => v`
133154
- ${A(o.orientation === ot.Horizontal, () => v`
133186
+ ${A(o.orientation === et.Horizontal, () => v`
133155
133187
  <div class="bg"
133156
133188
  style="${Er({ height: `${ge.tryParse(o.thickness)}`, width: `${o.value / o.max * 100}%` })}">
133157
133189
  </div>
@@ -133757,7 +133789,7 @@ var $f = function(o, t, e, r) {
133757
133789
  }, Ki = function(o, t) {
133758
133790
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
133759
133791
  };
133760
- let mp = class extends P(Z(Ft(G(Ht(xl))))) {
133792
+ let mp = class extends P(Z(Mt(G(Ht(xl))))) {
133761
133793
  // #region Fields
133762
133794
  _isIndeterminate;
133763
133795
  _thickness;
@@ -133877,7 +133909,7 @@ function aet(o) {
133877
133909
  `)}
133878
133910
 
133879
133911
  <div part="root">
133880
- <mosaik-stack .orientation="${ot.Horizontal}"
133912
+ <mosaik-stack .orientation="${et.Horizontal}"
133881
133913
  .verticalAlignment="${fe.Center}"
133882
133914
  gap="${"16px"}">
133883
133915
  ${A(o.isBusy, () => v`
@@ -133887,7 +133919,7 @@ function aet(o) {
133887
133919
  .variant="${o.variant}"
133888
133920
  .isIndeterminate="${!0}"></mosaik-progress-ring>
133889
133921
  `)}
133890
- <mosaik-stack orientation="${ot.Vertical}">
133922
+ <mosaik-stack orientation="${et.Vertical}">
133891
133923
  <mosaik-text part="header"
133892
133924
  .text="${o.header}"
133893
133925
  ?truncate="${!0}"></mosaik-text>
@@ -133899,14 +133931,14 @@ function aet(o) {
133899
133931
  <slot name="actions"></slot>
133900
133932
  ${A(o.closeable, () => v`
133901
133933
  <mosaik-button .label="${"Close"}"
133902
- .appearance="${et.Plain}"
133934
+ .appearance="${ot.Plain}"
133903
133935
  .variant="${o.variant}"
133904
133936
  @click="${() => o.close()}"></mosaik-button>
133905
133937
  `)}
133906
133938
  </mosaik-stack>
133907
133939
  ${A(o.showProgress && o.timeout > 0, () => v`
133908
133940
  <mosaik-progress-bar part="progress"
133909
- .orientation="${ot.Horizontal}"
133941
+ .orientation="${et.Horizontal}"
133910
133942
  .maximum="${o.timeout}"
133911
133943
  .value="${o.intervalTick}"
133912
133944
  .variant="${ue.Primary}"></mosaik-progress-bar>
@@ -138725,7 +138757,7 @@ function Qet(o) {
138725
138757
  </div>
138726
138758
  ${A(o.hint.trim(), () => v`
138727
138759
  <mosaik-divider part="divider"
138728
- .orientation="${ot.Horizontal}"
138760
+ .orientation="${et.Horizontal}"
138729
138761
  .lang="${o.lang}"
138730
138762
  .dir="${o.dir}"></mosaik-divider>
138731
138763
  `)}
@@ -140709,7 +140741,7 @@ var vC = function(o, t, e, r) {
140709
140741
  }, D0 = function(o, t) {
140710
140742
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
140711
140743
  };
140712
- let L0 = class extends P(ji(Ft(kt(H)))) {
140744
+ let L0 = class extends P(ji(Mt(kt(H)))) {
140713
140745
  // #region Fields
140714
140746
  _speed;
140715
140747
  // #endregion
@@ -141760,7 +141792,7 @@ function Cot(o) {
141760
141792
  ${le(o.calculatePages(o.total, o.size), (t) => t, (t) => v`
141761
141793
  <mosaik-button part="page"
141762
141794
  .label="${t.toString()}"
141763
- .appearance="${et.Plain}"
141795
+ .appearance="${ot.Plain}"
141764
141796
  .variant="${ue.Default}"></mosaik-button>
141765
141797
  `)}
141766
141798
  </mosaik-stack>
@@ -142364,7 +142396,7 @@ function Lot(o) {
142364
142396
  return v`
142365
142397
  <div part="root">
142366
142398
  ${A(o.icon, () => v`
142367
- <mosaik-icon .appearance="${et.Plain}"
142399
+ <mosaik-icon .appearance="${ot.Plain}"
142368
142400
  .variant="${o.variant}"
142369
142401
  .data="${o.icon}"
142370
142402
  .size="${o.iconSize ?? o.size}"
@@ -144993,7 +145025,7 @@ var Di = function(o, t, e, r) {
144993
145025
  }, no = function(o, t) {
144994
145026
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
144995
145027
  };
144996
- let Ta = class extends P(G(Ft(H))) {
145028
+ let Ta = class extends P(G(Mt(H))) {
144997
145029
  // #region Fields
144998
145030
  _min;
144999
145031
  _max;
@@ -145934,7 +145966,7 @@ var vh = function(o, t, e, r) {
145934
145966
  }, zn = function(o, t) {
145935
145967
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
145936
145968
  };
145937
- let wd = class extends P(Z(Ft(G(Ht(xl))))) {
145969
+ let wd = class extends P(Z(Mt(G(Ht(xl))))) {
145938
145970
  // #region Fields
145939
145971
  _thickness;
145940
145972
  _high;
@@ -146376,7 +146408,7 @@ var Id = function(o, t, e, r) {
146376
146408
  }, Ar = function(o, t) {
146377
146409
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
146378
146410
  };
146379
- let fl = class extends P(Z(Ft(G(Ht(xl))))) {
146411
+ let fl = class extends P(Z(Mt(G(Ht(xl))))) {
146380
146412
  // #region Fields
146381
146413
  _thickness;
146382
146414
  _radius;
@@ -148012,7 +148044,7 @@ var Tl = function(o, t, e, r) {
148012
148044
  }, yr = function(o, t) {
148013
148045
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
148014
148046
  };
148015
- let ps = class extends P(Ft(G(Z(ct(Vo(Ye(xl))))))) {
148047
+ let ps = class extends P(Mt(G(Z(ct(Vo(Ye(xl))))))) {
148016
148048
  // #region Fields
148017
148049
  _inputElement;
148018
148050
  _step;
@@ -148963,7 +148995,7 @@ var Li = function(o, t, e, r) {
148963
148995
  }, Eo = function(o, t) {
148964
148996
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
148965
148997
  };
148966
- let Pa = class extends P(Ft(G(Z(ct(Vo(Ye(xl))))))) {
148998
+ let Pa = class extends P(Mt(G(Z(ct(Vo(Ye(xl))))))) {
148967
148999
  // #region Fields
148968
149000
  _inputElement;
148969
149001
  _step;
@@ -149860,7 +149892,7 @@ var Lf = function(o, t, e, r) {
149860
149892
  }, bl = function(o, t) {
149861
149893
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
149862
149894
  };
149863
- let wp = class extends P(Ft(G(Z(ct(kt(Dk)))))) {
149895
+ let wp = class extends P(Mt(G(Z(ct(kt(Dk)))))) {
149864
149896
  // #region Fields
149865
149897
  _thickness;
149866
149898
  _step;
@@ -151430,7 +151462,7 @@ let xi = class extends P(kt(Ha)) {
151430
151462
  * @public
151431
151463
  */
151432
151464
  constructor() {
151433
- super(), this._page = 0, this._numVisible = 1, this._numScroll = 1, this._orientation = ot.Horizontal, this._circular = !1, this._showIndicators = !1, this._showNavigators = !1, this._autoplayInterval = 0;
151465
+ super(), this._page = 0, this._numVisible = 1, this._numScroll = 1, this._orientation = et.Horizontal, this._circular = !1, this._showIndicators = !1, this._showNavigators = !1, this._autoplayInterval = 0;
151434
151466
  }
151435
151467
  // #endregion
151436
151468
  // #region Properties
@@ -151631,7 +151663,7 @@ Pl([
151631
151663
  vr("design:paramtypes", [Number])
151632
151664
  ], xi.prototype, "numScroll", null);
151633
151665
  Pl([
151634
- b({ type: ot }),
151666
+ b({ type: et }),
151635
151667
  vr("design:type", String),
151636
151668
  vr("design:paramtypes", [String])
151637
151669
  ], xi.prototype, "orientation", null);
@@ -151759,7 +151791,7 @@ function ont(o) {
151759
151791
  <slot name="suffix" slot="suffix"></slot>
151760
151792
  <mosaik-button part="icon"
151761
151793
  slot="suffix"
151762
- .appearance="${et.Plain}"
151794
+ .appearance="${ot.Plain}"
151763
151795
  .icon="${ft.caretDown}"
151764
151796
  .size="${J.Small}"
151765
151797
  .iconSize="${J.Medium}"
@@ -151806,7 +151838,7 @@ function rnt(o) {
151806
151838
  `], [so.Multiple, () => v`
151807
151839
  ${A(o.isChecked, () => v`
151808
151840
  <mosaik-checkmark part="checkmark"
151809
- .appearance="${et.Plain}"
151841
+ .appearance="${ot.Plain}"
151810
151842
  .variant="${o.variant}"
151811
151843
  .type="${Ci.Hook}"
151812
151844
  ?checked="${o.isChecked}"
@@ -154949,7 +154981,7 @@ var Hk = function(o, t, e, r) {
154949
154981
  }, Mg = function(o, t) {
154950
154982
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
154951
154983
  };
154952
- let Tm = class extends P(Ft(H)) {
154984
+ let Tm = class extends P(Mt(H)) {
154953
154985
  // #region Fields
154954
154986
  _header;
154955
154987
  _textOverflow;
@@ -155546,7 +155578,7 @@ function Wnt(o) {
155546
155578
  <slot name="icon">
155547
155579
  ${A(o.icon, () => v`
155548
155580
  <mosaik-icon part="icon"
155549
- .appearance="${et.Plain}"
155581
+ .appearance="${ot.Plain}"
155550
155582
  .variant="${o.variant}"
155551
155583
  .data="${o.icon}"
155552
155584
  .size="${o.iconSize ?? o.size}"
@@ -156123,7 +156155,7 @@ var Nf = function(o, t, e, r) {
156123
156155
  }, Ji = function(o, t) {
156124
156156
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
156125
156157
  };
156126
- let th = class extends P(Ft(Ow(Ht(bn)))) {
156158
+ let th = class extends P(Mt(Ow(Ht(bn)))) {
156127
156159
  // #region Fields
156128
156160
  _icon;
156129
156161
  _iconPosition;
@@ -157021,7 +157053,7 @@ function tat(o) {
157021
157053
  }
157022
157054
  })()}"
157023
157055
  .variant="${o.variant}"
157024
- .appearance="${et.Solid}"
157056
+ .appearance="${ot.Solid}"
157025
157057
  ?disabled="${o.disabled}"
157026
157058
  ?hidden="${!o.hasIndicator}"></mosaik-ink-bar>
157027
157059
  </div>
@@ -157050,7 +157082,7 @@ function eat(o) {
157050
157082
  <slot name="icon">
157051
157083
  ${A(o.icon, () => v`
157052
157084
  <mosaik-icon part="icon"
157053
- .appearance="${et.Plain}"
157085
+ .appearance="${ot.Plain}"
157054
157086
  .data="${o.icon}"
157055
157087
  .size="${Ws(o.iconSize)}"
157056
157088
  .inline="${!0}"
@@ -157727,7 +157759,7 @@ var EC = function(o, t, e, r) {
157727
157759
  }, V0 = function(o, t) {
157728
157760
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
157729
157761
  };
157730
- let qh = class extends P(Ht(bs(G(Vo(Z(Ft(Qw(Ot(H))))))))) {
157762
+ let qh = class extends P(Ht(bs(G(Vo(Z(Mt(Qw(Ot(H))))))))) {
157731
157763
  // #region Fields
157732
157764
  _keyboardController;
157733
157765
  _placement;
@@ -159897,7 +159929,7 @@ var vat = function(o, t, e, r) {
159897
159929
  }, xat = function(o, t) {
159898
159930
  if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(o, t);
159899
159931
  };
159900
- let Pm = class extends P(zi(G(Ft(Dp(Qw(Ht(bs(Ot(H))))))))) {
159932
+ let Pm = class extends P(zi(G(Mt(Dp(Qw(Ht(bs(Ot(H))))))))) {
159901
159933
  // #region Ctor
159902
159934
  /**
159903
159935
  * Constructs a new instance of the `TabItemElement` class.
@@ -160742,7 +160774,7 @@ function Pat(o) {
160742
160774
  ${A(o.hasChildren && !o.isBusy, () => v`
160743
160775
  <div part="prefix-container">
160744
160776
  <mosaik-button part="caret"
160745
- .appearance="${et.Plain}"
160777
+ .appearance="${ot.Plain}"
160746
160778
  .icon="${ft.caretDown}"
160747
160779
  .size="${J.Small}"
160748
160780
  .dir="${o.dir}"
@@ -160769,7 +160801,7 @@ function Pat(o) {
160769
160801
  </slot>
160770
160802
  ${Rp(o.parent.selectionMode, [[so.None, () => v.nothing], [so.Single, () => v.nothing], [so.Multiple, () => v`
160771
160803
  <mosaik-checkmark part="checkmark"
160772
- .appearance="${et.Outline}"
160804
+ .appearance="${ot.Outline}"
160773
160805
  .variant="${o.variant}"
160774
160806
  .type="${Ci.Hook}"
160775
160807
  .dir="${o.dir}"
@@ -162777,7 +162809,7 @@ function Qat(o) {
162777
162809
  <mosaik-toolbar part="toolbar"
162778
162810
  .dir="${o.dir}"
162779
162811
  .lang="${o.lang}"
162780
- .appearance="${et.Plain}">
162812
+ .appearance="${ot.Plain}">
162781
162813
  <mosaik-button slot="start"
162782
162814
  .label="${"1x"}"
162783
162815
  .appearance="${o.appearance}"
@@ -162799,7 +162831,7 @@ function Qat(o) {
162799
162831
  .dir="${o.dir}"
162800
162832
  .lang="${o.lang}"
162801
162833
  @click=${() => o.zoom = 4}></mosaik-button>
162802
- <mosaik-divider slot="start" .orientation="${ot.Vertical}"></mosaik-divider>
162834
+ <mosaik-divider slot="start" .orientation="${et.Vertical}"></mosaik-divider>
162803
162835
  <mosaik-button slot="start"
162804
162836
  .label="${"Jetzt"}"
162805
162837
  .appearance="${o.appearance}"
@@ -162808,7 +162840,7 @@ function Qat(o) {
162808
162840
  .lang="${o.lang}"
162809
162841
  @click=${() => o.scrollToNow(!0)}></mosaik-button>
162810
162842
  <mosaik-divider slot="start"
162811
- .orientation="${ot.Vertical}"
162843
+ .orientation="${et.Vertical}"
162812
162844
  .dir="${o.dir}"
162813
162845
  .lang="${o.lang}"></mosaik-divider>
162814
162846
  <mosaik-button slot="start"
@@ -162828,7 +162860,7 @@ function Qat(o) {
162828
162860
  .lang="${o.lang}"
162829
162861
  @click="${() => o.zoomOut()}"></mosaik-button>
162830
162862
  <mosaik-divider slot="start"
162831
- .orientation="${ot.Vertical}"
162863
+ .orientation="${et.Vertical}"
162832
162864
  .dir="${o.dir}"
162833
162865
  .lang="${o.lang}"></mosaik-divider>
162834
162866
  <mosaik-button slot="start"
@@ -163606,7 +163638,7 @@ function lit(o) {
163606
163638
  .wrap="${!0}"
163607
163639
  .lang="${o.lang}"
163608
163640
  .dir="${o.dir}"></mosaik-text>
163609
- <mosaik-stack .orientation="${ot.Horizontal}"
163641
+ <mosaik-stack .orientation="${et.Horizontal}"
163610
163642
  .gap="${"4px"}">
163611
163643
  <mosaik-text part="content"
163612
163644
  .text="${K0.format(o.start, "HH:mm", o.locale)} - ${K0.format(o.end, "HH:mm", o.locale)}"
@@ -165341,7 +165373,7 @@ function yit(o) {
165341
165373
  <mosaik-progress-bar part="progressBar" .isIndeterminate="${o.isBusy}"></mosaik-progress-bar>
165342
165374
  `)}
165343
165375
  <mosaik-toolbar part="toolbar"
165344
- .appearance="${et.Plain}"
165376
+ .appearance="${ot.Plain}"
165345
165377
  .dir="${o.dir}"
165346
165378
  .lang="${o.lang}">
165347
165379
  <slot slot="start"
@@ -166345,7 +166377,7 @@ function zit(o) {
166345
166377
  .size="${J.Giant}"
166346
166378
  .data="${o.icon.trim().length > 0 ? o.icon : ft.errorCircle}"
166347
166379
  .variant="${ue.Danger}"></mosaik-icon>
166348
- <mosaik-stack .orientation="${ot.Vertical}">
166380
+ <mosaik-stack .orientation="${et.Vertical}">
166349
166381
  ${A(o.header, () => v`
166350
166382
  <mosaik-text part="header"
166351
166383
  .readonly="${!0}"
@@ -166372,7 +166404,7 @@ function zit(o) {
166372
166404
  `)}
166373
166405
  <slot></slot>
166374
166406
  </mosaik-stack>
166375
- <mosaik-stack .orientation="${ot.Horizontal}"
166407
+ <mosaik-stack .orientation="${et.Horizontal}"
166376
166408
  .gap="${De("--error-state-gap")}"
166377
166409
  ?hidden="${!o.hasSlotContent("actions")}">
166378
166410
  <slot name="actions"></slot>
@@ -166809,7 +166841,7 @@ function Rit(o) {
166809
166841
  <mosaik-progress-ring part="symbol"
166810
166842
  .radius="${De("--busy-state-symbol-size")}"
166811
166843
  .isIndeterminate="${!0}"></mosaik-progress-ring>
166812
- <mosaik-stack .orientation="${ot.Vertical}">
166844
+ <mosaik-stack .orientation="${et.Vertical}">
166813
166845
  ${A(o.header, () => v`
166814
166846
  <mosaik-text part="header"
166815
166847
  .readonly="${!0}"
@@ -166828,7 +166860,7 @@ function Rit(o) {
166828
166860
  `)}
166829
166861
  <slot></slot>
166830
166862
  </mosaik-stack>
166831
- <mosaik-stack .orientation="${ot.Horizontal}"
166863
+ <mosaik-stack .orientation="${et.Horizontal}"
166832
166864
  .gap="${De("--busy-state-gap")}"
166833
166865
  ?hidden="${!o.hasSlotContent("actions")}">
166834
166866
  <slot name="actions"></slot>
@@ -167267,7 +167299,7 @@ function Tit(o) {
167267
167299
  .size="${J.Giant}"
167268
167300
  .data="${o.icon.trim().length > 0 ? o.icon : ft.successCircle}"
167269
167301
  .variant="${ue.Success}"></mosaik-icon>
167270
- <mosaik-stack .orientation="${ot.Vertical}">
167302
+ <mosaik-stack .orientation="${et.Vertical}">
167271
167303
  ${A(o.header, () => v`
167272
167304
  <mosaik-text part="header"
167273
167305
  .readonly="${!0}"
@@ -167286,7 +167318,7 @@ function Tit(o) {
167286
167318
  `)}
167287
167319
  <slot></slot>
167288
167320
  </mosaik-stack>
167289
- <mosaik-stack .orientation="${ot.Horizontal}"
167321
+ <mosaik-stack .orientation="${et.Horizontal}"
167290
167322
  .gap="${De("--success-state-gap")}"
167291
167323
  ?hidden="${!o.hasSlotContent("actions")}">
167292
167324
  <slot name="actions"></slot>