@uxuissk/design-system-core 3.4.6 → 3.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.d.ts CHANGED
@@ -2766,6 +2766,7 @@ export declare class WidgetMatric extends LitElement implements Widget, ThemeVal
2766
2766
  iconLeftColor: string;
2767
2767
  iconLeft: string;
2768
2768
  imgUrl: string;
2769
+ imgAlt: string;
2769
2770
  buttonColor: string;
2770
2771
  buttonVariant: string;
2771
2772
  buttonIcon: string;
@@ -24285,14 +24285,14 @@ const oc = "important", o9 = " !" + oc, Hl = cl(class extends pl {
24285
24285
  return yr;
24286
24286
  }
24287
24287
  });
24288
- var s9 = Object.defineProperty, $e = (o, e, t, i) => {
24288
+ var s9 = Object.defineProperty, He = (o, e, t, i) => {
24289
24289
  for (var r = void 0, s = o.length - 1, n; s >= 0; s--)
24290
24290
  (n = o[s]) && (r = n(e, t, r) || r);
24291
24291
  return r && s9(e, t, r), r;
24292
24292
  };
24293
24293
  const cn = class cn extends B {
24294
24294
  constructor() {
24295
- super(...arguments), this.size = "md", this.gap = "md", this.fontFamilyGroup = "sans", this.fontWeight = "normal", this.widgetWidth = "4", this.widgetHeight = "2", this._defaultWidth = "3", this._defaultHeight = "2", this.label = "Label", this.subText = "subText", this.badgeText = "3.25%", this.badgeColor = "success", this.badgeIcon = "solid-arrow-up-right", this.iconLeftColor = "gray", this.iconLeft = "outline-ellipsis-horizontal-circle", this.imgUrl = "https://fastly.picsum.photos/id/216/200/300.jpg?hmac=c3OXbiUxWPMgwnaFpX8ZAfBL5TZzWjnof6mb4OwuSPs", this.buttonColor = "primary", this.buttonVariant = "outline", this.buttonIcon = "solid-arrow-right-circle", this.iconRightColor = "gray", this.iconRight = "outline-ellipsis-horizontal-circle", this.showSubtext = !0, this.showImage = !1, this.showIconLeft = !1, this.showButtonIcon = !1, this.showBadge = !1, this.showIconRight = !1, this.isLabelClamped = !1, this.isSubtextClamped = !1, this.boundCheckLabelEllipsis = this.checkLabelEllipsis.bind(this);
24295
+ super(...arguments), this.size = "md", this.gap = "md", this.fontFamilyGroup = "sans", this.fontWeight = "normal", this.widgetWidth = "4", this.widgetHeight = "2", this._defaultWidth = "3", this._defaultHeight = "2", this.label = "", this.subText = "", this.badgeText = "", this.badgeColor = "success", this.badgeIcon = "", this.iconLeftColor = "gray", this.iconLeft = "", this.imgUrl = "", this.imgAlt = "", this.buttonColor = "primary", this.buttonVariant = "outline", this.buttonIcon = "", this.iconRightColor = "gray", this.iconRight = "", this.showSubtext = !0, this.showImage = !1, this.showIconLeft = !1, this.showButtonIcon = !1, this.showBadge = !1, this.showIconRight = !1, this.isLabelClamped = !1, this.isSubtextClamped = !1, this.boundCheckLabelEllipsis = this.checkLabelEllipsis.bind(this);
24296
24296
  }
24297
24297
  connectedCallback() {
24298
24298
  super.connectedCallback(), window.addEventListener("resize", this.boundCheckLabelEllipsis);
@@ -24431,21 +24431,23 @@ const cn = class cn extends B {
24431
24431
  >
24432
24432
  <div class="matric-style">
24433
24433
  <div class="matric-left">
24434
- ${this.showImage ? m`
24435
- <div>
24436
- <ssk-image src="${this.imgUrl}" alt="demo image" width="56px" height="56px"></ssk-image>
24437
- </div>
24438
- ` : this.showIconLeft ? m`
24434
+ <slot name="left">
24435
+ ${this.showImage && this.imgUrl ? m`
24439
24436
  <div>
24440
- <ssk-misc-icon
24441
- iconname="${this.iconLeft}"
24442
- size="sm"
24443
- themecolor="${this.iconLeftColor}"
24444
- variant="light"
24445
- ></ssk-misc-icon>
24437
+ <ssk-image src="${this.imgUrl}" alt="${this.imgAlt}" width="56px" height="56px"></ssk-image>
24446
24438
  </div>
24447
- ` : x}
24448
-
24439
+ ` : this.showIconLeft && this.iconLeft ? m`
24440
+ <div>
24441
+ <ssk-misc-icon
24442
+ iconname="${this.iconLeft}"
24443
+ size="sm"
24444
+ themecolor="${this.iconLeftColor}"
24445
+ variant="light"
24446
+ ></ssk-misc-icon>
24447
+ </div>
24448
+ ` : x}
24449
+ </slot>
24450
+
24449
24451
  <div class="text-content">
24450
24452
  <div>
24451
24453
  ${this.renderLabel()}
@@ -24458,43 +24460,45 @@ const cn = class cn extends B {
24458
24460
  </div>
24459
24461
  </div>
24460
24462
  <div class="matric-right">
24461
- ${this.showBadge ? m`
24462
- <div>
24463
- <ssk-badge
24464
- variant="subtle"
24465
- size="sm"
24466
- themecolor="${this.badgeColor}">
24467
- <ssk-icon
24468
- name="${this.badgeIcon}"
24469
- themeColor="${this.badgeColor}"
24470
- size="sm"
24471
- ></ssk-icon>
24472
- <label>${this.renderBadgeText()}</label>
24473
- </ssk-badge>
24474
- </div>
24475
- ` : this.showButtonIcon ? m`
24476
- <div>
24477
- <ssk-button
24478
- variant="${this.buttonVariant}"
24479
- themecolor="${this.buttonColor}"
24480
- size="sm"
24481
- @click=${this.handleButtonClick}>
24482
- <ssk-icon slot="prefix"
24483
- name="${this.buttonIcon}"
24484
- size="sm">
24485
- </ssk-icon>
24486
- </ssk-button>
24487
- </div>
24488
- ` : this.showIconRight ? m`
24489
- <div>
24490
- <ssk-misc-icon
24491
- iconname="${this.iconRight}"
24492
- size="sm"
24493
- themecolor="${this.iconRightColor}"
24494
- variant="light"
24495
- ></ssk-misc-icon>
24496
- </div>
24497
- ` : x}
24463
+ <slot name="right">
24464
+ ${this.showBadge && this.badgeText ? m`
24465
+ <div>
24466
+ <ssk-badge
24467
+ variant="subtle"
24468
+ size="sm"
24469
+ themecolor="${this.badgeColor}">
24470
+ ${this.badgeIcon ? m`<ssk-icon
24471
+ name="${this.badgeIcon}"
24472
+ themeColor="${this.badgeColor}"
24473
+ size="sm"
24474
+ ></ssk-icon>` : x}
24475
+ <label>${this.renderBadgeText()}</label>
24476
+ </ssk-badge>
24477
+ </div>
24478
+ ` : this.showButtonIcon && this.buttonIcon ? m`
24479
+ <div>
24480
+ <ssk-button
24481
+ variant="${this.buttonVariant}"
24482
+ themecolor="${this.buttonColor}"
24483
+ size="sm"
24484
+ @click=${this.handleButtonClick}>
24485
+ <ssk-icon slot="prefix"
24486
+ name="${this.buttonIcon}"
24487
+ size="sm">
24488
+ </ssk-icon>
24489
+ </ssk-button>
24490
+ </div>
24491
+ ` : this.showIconRight && this.iconRight ? m`
24492
+ <div>
24493
+ <ssk-misc-icon
24494
+ iconname="${this.iconRight}"
24495
+ size="sm"
24496
+ themecolor="${this.iconRightColor}"
24497
+ variant="light"
24498
+ ></ssk-misc-icon>
24499
+ </div>
24500
+ ` : x}
24501
+ </slot>
24498
24502
  </div>
24499
24503
  </div>
24500
24504
  </div>
@@ -24555,114 +24559,117 @@ cn.registeredName = "ssk-widget-matric", cn.styles = F`
24555
24559
  min-width: 0;
24556
24560
  }
24557
24561
  `;
24558
- let Ce = cn;
24559
- $e([
24562
+ let xe = cn;
24563
+ He([
24560
24564
  R({ context: U, subscribe: !0 }),
24561
24565
  l({ attribute: !1 })
24562
- ], Ce.prototype, "theme");
24563
- $e([
24566
+ ], xe.prototype, "theme");
24567
+ He([
24568
+ l({ type: String })
24569
+ ], xe.prototype, "size");
24570
+ He([
24564
24571
  l({ type: String })
24565
- ], Ce.prototype, "size");
24566
- $e([
24572
+ ], xe.prototype, "color");
24573
+ He([
24567
24574
  l({ type: String })
24568
- ], Ce.prototype, "color");
24569
- $e([
24575
+ ], xe.prototype, "margin");
24576
+ He([
24570
24577
  l({ type: String })
24571
- ], Ce.prototype, "margin");
24572
- $e([
24578
+ ], xe.prototype, "padding");
24579
+ He([
24573
24580
  l({ type: String })
24574
- ], Ce.prototype, "padding");
24575
- $e([
24581
+ ], xe.prototype, "gap");
24582
+ He([
24576
24583
  l({ type: String })
24577
- ], Ce.prototype, "gap");
24578
- $e([
24584
+ ], xe.prototype, "testId");
24585
+ He([
24579
24586
  l({ type: String })
24580
- ], Ce.prototype, "testId");
24581
- $e([
24587
+ ], xe.prototype, "fontFamilyGroup");
24588
+ He([
24582
24589
  l({ type: String })
24583
- ], Ce.prototype, "fontFamilyGroup");
24584
- $e([
24590
+ ], xe.prototype, "fontWeight");
24591
+ He([
24585
24592
  l({ type: String })
24586
- ], Ce.prototype, "fontWeight");
24587
- $e([
24593
+ ], xe.prototype, "fontSize");
24594
+ He([
24588
24595
  l({ type: String })
24589
- ], Ce.prototype, "fontSize");
24590
- $e([
24596
+ ], xe.prototype, "widgetWidth");
24597
+ He([
24591
24598
  l({ type: String })
24592
- ], Ce.prototype, "widgetWidth");
24593
- $e([
24599
+ ], xe.prototype, "widgetHeight");
24600
+ He([
24594
24601
  l({ type: String })
24595
- ], Ce.prototype, "widgetHeight");
24596
- $e([
24602
+ ], xe.prototype, "label");
24603
+ He([
24597
24604
  l({ type: String })
24598
- ], Ce.prototype, "label");
24599
- $e([
24605
+ ], xe.prototype, "subText");
24606
+ He([
24600
24607
  l({ type: String })
24601
- ], Ce.prototype, "subText");
24602
- $e([
24608
+ ], xe.prototype, "badgeText");
24609
+ He([
24603
24610
  l({ type: String })
24604
- ], Ce.prototype, "badgeText");
24605
- $e([
24611
+ ], xe.prototype, "badgeColor");
24612
+ He([
24606
24613
  l({ type: String })
24607
- ], Ce.prototype, "badgeColor");
24608
- $e([
24614
+ ], xe.prototype, "badgeIcon");
24615
+ He([
24609
24616
  l({ type: String })
24610
- ], Ce.prototype, "badgeIcon");
24611
- $e([
24617
+ ], xe.prototype, "iconLeftColor");
24618
+ He([
24612
24619
  l({ type: String })
24613
- ], Ce.prototype, "iconLeftColor");
24614
- $e([
24620
+ ], xe.prototype, "iconLeft");
24621
+ He([
24615
24622
  l({ type: String })
24616
- ], Ce.prototype, "iconLeft");
24617
- $e([
24623
+ ], xe.prototype, "imgUrl");
24624
+ He([
24618
24625
  l({ type: String })
24619
- ], Ce.prototype, "imgUrl");
24620
- $e([
24626
+ ], xe.prototype, "imgAlt");
24627
+ He([
24621
24628
  l({ type: String })
24622
- ], Ce.prototype, "buttonColor");
24623
- $e([
24629
+ ], xe.prototype, "buttonColor");
24630
+ He([
24624
24631
  l({ type: String })
24625
- ], Ce.prototype, "buttonVariant");
24626
- $e([
24632
+ ], xe.prototype, "buttonVariant");
24633
+ He([
24627
24634
  l({ type: String })
24628
- ], Ce.prototype, "buttonIcon");
24629
- $e([
24635
+ ], xe.prototype, "buttonIcon");
24636
+ He([
24630
24637
  l({ type: String })
24631
- ], Ce.prototype, "iconRightColor");
24632
- $e([
24638
+ ], xe.prototype, "iconRightColor");
24639
+ He([
24633
24640
  l({ type: String })
24634
- ], Ce.prototype, "iconRight");
24635
- $e([
24641
+ ], xe.prototype, "iconRight");
24642
+ He([
24636
24643
  l({ type: Boolean })
24637
- ], Ce.prototype, "showSubtext");
24638
- $e([
24644
+ ], xe.prototype, "showSubtext");
24645
+ He([
24639
24646
  l({ type: Boolean })
24640
- ], Ce.prototype, "showImage");
24641
- $e([
24647
+ ], xe.prototype, "showImage");
24648
+ He([
24642
24649
  l({ type: Boolean })
24643
- ], Ce.prototype, "showIconLeft");
24644
- $e([
24650
+ ], xe.prototype, "showIconLeft");
24651
+ He([
24645
24652
  l({ type: Boolean })
24646
- ], Ce.prototype, "showButtonIcon");
24647
- $e([
24653
+ ], xe.prototype, "showButtonIcon");
24654
+ He([
24648
24655
  l({ type: Boolean })
24649
- ], Ce.prototype, "showBadge");
24650
- $e([
24656
+ ], xe.prototype, "showBadge");
24657
+ He([
24651
24658
  l({ type: Boolean })
24652
- ], Ce.prototype, "showIconRight");
24653
- $e([
24659
+ ], xe.prototype, "showIconRight");
24660
+ He([
24654
24661
  Y()
24655
- ], Ce.prototype, "isLabelClamped");
24656
- $e([
24662
+ ], xe.prototype, "isLabelClamped");
24663
+ He([
24657
24664
  P1(".label-wrapper")
24658
- ], Ce.prototype, "labelWrapperEl");
24659
- $e([
24665
+ ], xe.prototype, "labelWrapperEl");
24666
+ He([
24660
24667
  Y()
24661
- ], Ce.prototype, "isSubtextClamped");
24662
- $e([
24668
+ ], xe.prototype, "isSubtextClamped");
24669
+ He([
24663
24670
  P1(".subtext-wrapper")
24664
- ], Ce.prototype, "subtextWrapperEl");
24665
- customElements.get("ssk-widget-matric") || customElements.define("ssk-widget-matric", Ce);
24671
+ ], xe.prototype, "subtextWrapperEl");
24672
+ customElements.get("ssk-widget-matric") || customElements.define("ssk-widget-matric", xe);
24666
24673
  /**
24667
24674
  * @license
24668
24675
  * Copyright 2017 Google LLC
@@ -24934,105 +24941,105 @@ pn.registeredName = "ssk-widget-user-detail", pn.styles = F`
24934
24941
  .bottom-left { min-width: 0; flex: 1;}
24935
24942
  .bottom-right { flex-shrink: 0; }
24936
24943
  `;
24937
- let He = pn;
24944
+ let $e = pn;
24938
24945
  Be([
24939
24946
  R({ context: U, subscribe: !0 }),
24940
24947
  l({ attribute: !1 })
24941
- ], He.prototype, "theme");
24948
+ ], $e.prototype, "theme");
24942
24949
  Be([
24943
24950
  l({ type: String })
24944
- ], He.prototype, "size");
24951
+ ], $e.prototype, "size");
24945
24952
  Be([
24946
24953
  l({ type: String })
24947
- ], He.prototype, "color");
24954
+ ], $e.prototype, "color");
24948
24955
  Be([
24949
24956
  l({ type: String })
24950
- ], He.prototype, "margin");
24957
+ ], $e.prototype, "margin");
24951
24958
  Be([
24952
24959
  l({ type: String })
24953
- ], He.prototype, "padding");
24960
+ ], $e.prototype, "padding");
24954
24961
  Be([
24955
24962
  l({ type: String })
24956
- ], He.prototype, "gap");
24963
+ ], $e.prototype, "gap");
24957
24964
  Be([
24958
24965
  l({ type: String })
24959
- ], He.prototype, "testId");
24966
+ ], $e.prototype, "testId");
24960
24967
  Be([
24961
24968
  l({ type: String })
24962
- ], He.prototype, "fontFamilyGroup");
24969
+ ], $e.prototype, "fontFamilyGroup");
24963
24970
  Be([
24964
24971
  l({ type: String })
24965
- ], He.prototype, "fontWeight");
24972
+ ], $e.prototype, "fontWeight");
24966
24973
  Be([
24967
24974
  l({ type: String })
24968
- ], He.prototype, "fontSize");
24975
+ ], $e.prototype, "fontSize");
24969
24976
  Be([
24970
24977
  l({ type: String })
24971
- ], He.prototype, "widgetWidth");
24978
+ ], $e.prototype, "widgetWidth");
24972
24979
  Be([
24973
24980
  l({ type: String })
24974
- ], He.prototype, "widgetHeight");
24981
+ ], $e.prototype, "widgetHeight");
24975
24982
  Be([
24976
24983
  l({ type: String })
24977
- ], He.prototype, "label");
24984
+ ], $e.prototype, "label");
24978
24985
  Be([
24979
24986
  l({ type: String })
24980
- ], He.prototype, "subText");
24987
+ ], $e.prototype, "subText");
24981
24988
  Be([
24982
24989
  l({ type: String })
24983
- ], He.prototype, "buttonColor");
24990
+ ], $e.prototype, "buttonColor");
24984
24991
  Be([
24985
24992
  l({ type: String })
24986
- ], He.prototype, "buttonVariant");
24993
+ ], $e.prototype, "buttonVariant");
24987
24994
  Be([
24988
24995
  l({ type: String })
24989
- ], He.prototype, "buttonIcon");
24996
+ ], $e.prototype, "buttonIcon");
24990
24997
  Be([
24991
24998
  l({ type: String })
24992
- ], He.prototype, "buttonText");
24999
+ ], $e.prototype, "buttonText");
24993
25000
  Be([
24994
25001
  l({ type: String })
24995
- ], He.prototype, "imgUrl");
25002
+ ], $e.prototype, "imgUrl");
24996
25003
  Be([
24997
25004
  l({ type: String })
24998
- ], He.prototype, "imageShape");
25005
+ ], $e.prototype, "imageShape");
24999
25006
  Be([
25000
25007
  l({ type: Boolean })
25001
- ], He.prototype, "showSubtext");
25008
+ ], $e.prototype, "showSubtext");
25002
25009
  Be([
25003
25010
  l({ type: Boolean })
25004
- ], He.prototype, "showImage");
25011
+ ], $e.prototype, "showImage");
25005
25012
  Be([
25006
25013
  l({ type: Boolean })
25007
- ], He.prototype, "showButtonIcon");
25014
+ ], $e.prototype, "showButtonIcon");
25008
25015
  Be([
25009
25016
  l({ type: Boolean })
25010
- ], He.prototype, "showButtonTooltip");
25017
+ ], $e.prototype, "showButtonTooltip");
25011
25018
  Be([
25012
25019
  l({ type: String })
25013
- ], He.prototype, "buttonTooltipText");
25020
+ ], $e.prototype, "buttonTooltipText");
25014
25021
  Be([
25015
25022
  l({ type: Boolean })
25016
- ], He.prototype, "disabledButton");
25023
+ ], $e.prototype, "disabledButton");
25017
25024
  Be([
25018
25025
  l({ type: Array })
25019
- ], He.prototype, "rowItems");
25026
+ ], $e.prototype, "rowItems");
25020
25027
  Be([
25021
25028
  Y()
25022
- ], He.prototype, "clampedStates");
25029
+ ], $e.prototype, "clampedStates");
25023
25030
  Be([
25024
25031
  Y()
25025
- ], He.prototype, "isLabelClamped");
25032
+ ], $e.prototype, "isLabelClamped");
25026
25033
  Be([
25027
25034
  Y()
25028
- ], He.prototype, "isSubtextClamped");
25035
+ ], $e.prototype, "isSubtextClamped");
25029
25036
  Be([
25030
25037
  P1(".label-wrapper")
25031
- ], He.prototype, "labelWrapperEl");
25038
+ ], $e.prototype, "labelWrapperEl");
25032
25039
  Be([
25033
25040
  P1(".subtext-wrapper")
25034
- ], He.prototype, "subtextWrapperEl");
25035
- customElements.get("ssk-widget-user-detail") || customElements.define("ssk-widget-user-detail", He);
25041
+ ], $e.prototype, "subtextWrapperEl");
25042
+ customElements.get("ssk-widget-user-detail") || customElements.define("ssk-widget-user-detail", $e);
25036
25043
  var l9 = Object.defineProperty, a9 = Object.getOwnPropertyDescriptor, Ye = (o, e, t, i) => {
25037
25044
  for (var r = i > 1 ? void 0 : i ? a9(e, t) : e, s = o.length - 1, n; s >= 0; s--)
25038
25045
  (n = o[s]) && (r = (i ? n(e, t, r) : n(r)) || r);
@@ -25399,7 +25406,7 @@ Ye([
25399
25406
  P1(".subtext-wrapper")
25400
25407
  ], Pe.prototype, "subtextWrapperEl", 2);
25401
25408
  customElements.get("ssk-widget-title") || customElements.define("ssk-widget-title", Pe);
25402
- var d9 = Object.defineProperty, xe = (o, e, t, i) => {
25409
+ var d9 = Object.defineProperty, Ce = (o, e, t, i) => {
25403
25410
  for (var r = void 0, s = o.length - 1, n; s >= 0; s--)
25404
25411
  (n = o[s]) && (r = n(e, t, r) || r);
25405
25412
  return r && d9(e, t, r), r;
@@ -25751,122 +25758,122 @@ gn.registeredName = "ssk-widget-table", gn.styles = F`
25751
25758
  }
25752
25759
  `;
25753
25760
  let me = gn;
25754
- xe([
25761
+ Ce([
25755
25762
  R({ context: U, subscribe: !0 }),
25756
25763
  l({ attribute: !1 })
25757
25764
  ], me.prototype, "theme");
25758
- xe([
25765
+ Ce([
25759
25766
  l({ type: String })
25760
25767
  ], me.prototype, "size");
25761
- xe([
25768
+ Ce([
25762
25769
  l({ type: String })
25763
25770
  ], me.prototype, "color");
25764
- xe([
25771
+ Ce([
25765
25772
  l({ type: String })
25766
25773
  ], me.prototype, "margin");
25767
- xe([
25774
+ Ce([
25768
25775
  l({ type: String })
25769
25776
  ], me.prototype, "padding");
25770
- xe([
25777
+ Ce([
25771
25778
  l({ type: String })
25772
25779
  ], me.prototype, "gap");
25773
- xe([
25780
+ Ce([
25774
25781
  l({ type: String })
25775
25782
  ], me.prototype, "testId");
25776
- xe([
25783
+ Ce([
25777
25784
  l({ type: String })
25778
25785
  ], me.prototype, "fontFamilyGroup");
25779
- xe([
25786
+ Ce([
25780
25787
  l({ type: String })
25781
25788
  ], me.prototype, "fontWeight");
25782
- xe([
25789
+ Ce([
25783
25790
  l({ type: String })
25784
25791
  ], me.prototype, "fontSize");
25785
- xe([
25792
+ Ce([
25786
25793
  l({ type: String })
25787
25794
  ], me.prototype, "widgetWidth");
25788
- xe([
25795
+ Ce([
25789
25796
  l({ type: String })
25790
25797
  ], me.prototype, "widgetHeight");
25791
- xe([
25798
+ Ce([
25792
25799
  l({ type: String })
25793
25800
  ], me.prototype, "label");
25794
- xe([
25801
+ Ce([
25795
25802
  l({ type: String })
25796
25803
  ], me.prototype, "description");
25797
- xe([
25804
+ Ce([
25798
25805
  l({ type: String })
25799
25806
  ], me.prototype, "badgeText");
25800
- xe([
25807
+ Ce([
25801
25808
  l({ type: String })
25802
25809
  ], me.prototype, "badgeColor");
25803
- xe([
25810
+ Ce([
25804
25811
  l({ type: String })
25805
25812
  ], me.prototype, "badgeIcon");
25806
- xe([
25813
+ Ce([
25807
25814
  l({ type: Boolean })
25808
25815
  ], me.prototype, "showBadge");
25809
- xe([
25816
+ Ce([
25810
25817
  l({ type: Boolean })
25811
25818
  ], me.prototype, "showDescription");
25812
- xe([
25819
+ Ce([
25813
25820
  l({ type: String })
25814
25821
  ], me.prototype, "buttonColor");
25815
- xe([
25822
+ Ce([
25816
25823
  l({ type: String })
25817
25824
  ], me.prototype, "buttonVariant");
25818
- xe([
25825
+ Ce([
25819
25826
  l({ type: String })
25820
25827
  ], me.prototype, "buttonIcon");
25821
- xe([
25828
+ Ce([
25822
25829
  l({ type: String })
25823
25830
  ], me.prototype, "buttonText");
25824
- xe([
25831
+ Ce([
25825
25832
  l({ type: Boolean })
25826
25833
  ], me.prototype, "disabledButton");
25827
- xe([
25834
+ Ce([
25828
25835
  l({ type: Boolean })
25829
25836
  ], me.prototype, "showButtonIcon");
25830
- xe([
25837
+ Ce([
25831
25838
  l({ type: Array })
25832
25839
  ], me.prototype, "tableColumns");
25833
- xe([
25840
+ Ce([
25834
25841
  l({ type: Array })
25835
25842
  ], me.prototype, "tableData");
25836
- xe([
25843
+ Ce([
25837
25844
  l({ type: Number })
25838
25845
  ], me.prototype, "totalItems");
25839
- xe([
25846
+ Ce([
25840
25847
  l({ type: Number })
25841
25848
  ], me.prototype, "currentPage");
25842
- xe([
25849
+ Ce([
25843
25850
  l({ type: Number })
25844
25851
  ], me.prototype, "rowsPerPage");
25845
- xe([
25852
+ Ce([
25846
25853
  l({ type: String })
25847
25854
  ], me.prototype, "emptyImage");
25848
- xe([
25855
+ Ce([
25849
25856
  l({ type: Number })
25850
25857
  ], me.prototype, "maxVisiblePageButtons");
25851
- xe([
25858
+ Ce([
25852
25859
  Y()
25853
25860
  ], me.prototype, "internalTableData");
25854
- xe([
25861
+ Ce([
25855
25862
  Y()
25856
25863
  ], me.prototype, "activeSortColumn");
25857
- xe([
25864
+ Ce([
25858
25865
  Y()
25859
25866
  ], me.prototype, "activeSortDirection");
25860
- xe([
25867
+ Ce([
25861
25868
  Y()
25862
25869
  ], me.prototype, "isLabelClamped");
25863
- xe([
25870
+ Ce([
25864
25871
  Y()
25865
25872
  ], me.prototype, "isSubtextClamped");
25866
- xe([
25873
+ Ce([
25867
25874
  P1(".title-wrapper")
25868
25875
  ], me.prototype, "labelWrapperEl");
25869
- xe([
25876
+ Ce([
25870
25877
  P1(".subtext-wrapper")
25871
25878
  ], me.prototype, "subtextWrapperEl");
25872
25879
  customElements.get("ssk-widget-table") || customElements.define("ssk-widget-table", me);
@@ -44041,10 +44048,10 @@ export {
44041
44048
  Zr as WaveIcon,
44042
44049
  Li as WidgetExample,
44043
44050
  h1 as WidgetGrid,
44044
- Ce as WidgetMatric,
44051
+ xe as WidgetMatric,
44045
44052
  me as WidgetTable,
44046
44053
  Pe as WidgetTitle,
44047
- He as WidgetUserDetail,
44054
+ $e as WidgetUserDetail,
44048
44055
  xw as applyTheme,
44049
44056
  i5 as brandContext,
44050
44057
  p as cssVar,