@uxuissk/design-system-core 3.4.5 → 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 +1 -0
- package/dist/react-types.d.ts +117 -0
- package/dist/sellsuki-components.bundled.js +207 -200
- package/dist/sellsuki-components.js +207 -200
- package/dist/sellsuki-components.umd.cjs +59 -55
- package/package.json +6 -2
|
@@ -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,
|
|
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 = "
|
|
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
|
-
|
|
24435
|
-
|
|
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-
|
|
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
|
-
` :
|
|
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
|
-
|
|
24462
|
-
|
|
24463
|
-
<
|
|
24464
|
-
|
|
24465
|
-
|
|
24466
|
-
|
|
24467
|
-
|
|
24468
|
-
|
|
24469
|
-
|
|
24470
|
-
|
|
24471
|
-
|
|
24472
|
-
|
|
24473
|
-
|
|
24474
|
-
|
|
24475
|
-
|
|
24476
|
-
|
|
24477
|
-
<
|
|
24478
|
-
|
|
24479
|
-
|
|
24480
|
-
|
|
24481
|
-
|
|
24482
|
-
|
|
24483
|
-
|
|
24484
|
-
|
|
24485
|
-
|
|
24486
|
-
|
|
24487
|
-
|
|
24488
|
-
|
|
24489
|
-
|
|
24490
|
-
<
|
|
24491
|
-
|
|
24492
|
-
|
|
24493
|
-
|
|
24494
|
-
|
|
24495
|
-
|
|
24496
|
-
|
|
24497
|
-
|
|
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
|
|
24559
|
-
|
|
24562
|
+
let xe = cn;
|
|
24563
|
+
He([
|
|
24560
24564
|
R({ context: U, subscribe: !0 }),
|
|
24561
24565
|
l({ attribute: !1 })
|
|
24562
|
-
],
|
|
24563
|
-
|
|
24566
|
+
], xe.prototype, "theme");
|
|
24567
|
+
He([
|
|
24568
|
+
l({ type: String })
|
|
24569
|
+
], xe.prototype, "size");
|
|
24570
|
+
He([
|
|
24564
24571
|
l({ type: String })
|
|
24565
|
-
],
|
|
24566
|
-
|
|
24572
|
+
], xe.prototype, "color");
|
|
24573
|
+
He([
|
|
24567
24574
|
l({ type: String })
|
|
24568
|
-
],
|
|
24569
|
-
|
|
24575
|
+
], xe.prototype, "margin");
|
|
24576
|
+
He([
|
|
24570
24577
|
l({ type: String })
|
|
24571
|
-
],
|
|
24572
|
-
|
|
24578
|
+
], xe.prototype, "padding");
|
|
24579
|
+
He([
|
|
24573
24580
|
l({ type: String })
|
|
24574
|
-
],
|
|
24575
|
-
|
|
24581
|
+
], xe.prototype, "gap");
|
|
24582
|
+
He([
|
|
24576
24583
|
l({ type: String })
|
|
24577
|
-
],
|
|
24578
|
-
|
|
24584
|
+
], xe.prototype, "testId");
|
|
24585
|
+
He([
|
|
24579
24586
|
l({ type: String })
|
|
24580
|
-
],
|
|
24581
|
-
|
|
24587
|
+
], xe.prototype, "fontFamilyGroup");
|
|
24588
|
+
He([
|
|
24582
24589
|
l({ type: String })
|
|
24583
|
-
],
|
|
24584
|
-
|
|
24590
|
+
], xe.prototype, "fontWeight");
|
|
24591
|
+
He([
|
|
24585
24592
|
l({ type: String })
|
|
24586
|
-
],
|
|
24587
|
-
|
|
24593
|
+
], xe.prototype, "fontSize");
|
|
24594
|
+
He([
|
|
24588
24595
|
l({ type: String })
|
|
24589
|
-
],
|
|
24590
|
-
|
|
24596
|
+
], xe.prototype, "widgetWidth");
|
|
24597
|
+
He([
|
|
24591
24598
|
l({ type: String })
|
|
24592
|
-
],
|
|
24593
|
-
|
|
24599
|
+
], xe.prototype, "widgetHeight");
|
|
24600
|
+
He([
|
|
24594
24601
|
l({ type: String })
|
|
24595
|
-
],
|
|
24596
|
-
|
|
24602
|
+
], xe.prototype, "label");
|
|
24603
|
+
He([
|
|
24597
24604
|
l({ type: String })
|
|
24598
|
-
],
|
|
24599
|
-
|
|
24605
|
+
], xe.prototype, "subText");
|
|
24606
|
+
He([
|
|
24600
24607
|
l({ type: String })
|
|
24601
|
-
],
|
|
24602
|
-
|
|
24608
|
+
], xe.prototype, "badgeText");
|
|
24609
|
+
He([
|
|
24603
24610
|
l({ type: String })
|
|
24604
|
-
],
|
|
24605
|
-
|
|
24611
|
+
], xe.prototype, "badgeColor");
|
|
24612
|
+
He([
|
|
24606
24613
|
l({ type: String })
|
|
24607
|
-
],
|
|
24608
|
-
|
|
24614
|
+
], xe.prototype, "badgeIcon");
|
|
24615
|
+
He([
|
|
24609
24616
|
l({ type: String })
|
|
24610
|
-
],
|
|
24611
|
-
|
|
24617
|
+
], xe.prototype, "iconLeftColor");
|
|
24618
|
+
He([
|
|
24612
24619
|
l({ type: String })
|
|
24613
|
-
],
|
|
24614
|
-
|
|
24620
|
+
], xe.prototype, "iconLeft");
|
|
24621
|
+
He([
|
|
24615
24622
|
l({ type: String })
|
|
24616
|
-
],
|
|
24617
|
-
|
|
24623
|
+
], xe.prototype, "imgUrl");
|
|
24624
|
+
He([
|
|
24618
24625
|
l({ type: String })
|
|
24619
|
-
],
|
|
24620
|
-
|
|
24626
|
+
], xe.prototype, "imgAlt");
|
|
24627
|
+
He([
|
|
24621
24628
|
l({ type: String })
|
|
24622
|
-
],
|
|
24623
|
-
|
|
24629
|
+
], xe.prototype, "buttonColor");
|
|
24630
|
+
He([
|
|
24624
24631
|
l({ type: String })
|
|
24625
|
-
],
|
|
24626
|
-
|
|
24632
|
+
], xe.prototype, "buttonVariant");
|
|
24633
|
+
He([
|
|
24627
24634
|
l({ type: String })
|
|
24628
|
-
],
|
|
24629
|
-
|
|
24635
|
+
], xe.prototype, "buttonIcon");
|
|
24636
|
+
He([
|
|
24630
24637
|
l({ type: String })
|
|
24631
|
-
],
|
|
24632
|
-
|
|
24638
|
+
], xe.prototype, "iconRightColor");
|
|
24639
|
+
He([
|
|
24633
24640
|
l({ type: String })
|
|
24634
|
-
],
|
|
24635
|
-
|
|
24641
|
+
], xe.prototype, "iconRight");
|
|
24642
|
+
He([
|
|
24636
24643
|
l({ type: Boolean })
|
|
24637
|
-
],
|
|
24638
|
-
|
|
24644
|
+
], xe.prototype, "showSubtext");
|
|
24645
|
+
He([
|
|
24639
24646
|
l({ type: Boolean })
|
|
24640
|
-
],
|
|
24641
|
-
|
|
24647
|
+
], xe.prototype, "showImage");
|
|
24648
|
+
He([
|
|
24642
24649
|
l({ type: Boolean })
|
|
24643
|
-
],
|
|
24644
|
-
|
|
24650
|
+
], xe.prototype, "showIconLeft");
|
|
24651
|
+
He([
|
|
24645
24652
|
l({ type: Boolean })
|
|
24646
|
-
],
|
|
24647
|
-
|
|
24653
|
+
], xe.prototype, "showButtonIcon");
|
|
24654
|
+
He([
|
|
24648
24655
|
l({ type: Boolean })
|
|
24649
|
-
],
|
|
24650
|
-
|
|
24656
|
+
], xe.prototype, "showBadge");
|
|
24657
|
+
He([
|
|
24651
24658
|
l({ type: Boolean })
|
|
24652
|
-
],
|
|
24653
|
-
|
|
24659
|
+
], xe.prototype, "showIconRight");
|
|
24660
|
+
He([
|
|
24654
24661
|
Y()
|
|
24655
|
-
],
|
|
24656
|
-
|
|
24662
|
+
], xe.prototype, "isLabelClamped");
|
|
24663
|
+
He([
|
|
24657
24664
|
P1(".label-wrapper")
|
|
24658
|
-
],
|
|
24659
|
-
|
|
24665
|
+
], xe.prototype, "labelWrapperEl");
|
|
24666
|
+
He([
|
|
24660
24667
|
Y()
|
|
24661
|
-
],
|
|
24662
|
-
|
|
24668
|
+
], xe.prototype, "isSubtextClamped");
|
|
24669
|
+
He([
|
|
24663
24670
|
P1(".subtext-wrapper")
|
|
24664
|
-
],
|
|
24665
|
-
customElements.get("ssk-widget-matric") || customElements.define("ssk-widget-matric",
|
|
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
|
|
24944
|
+
let $e = pn;
|
|
24938
24945
|
Be([
|
|
24939
24946
|
R({ context: U, subscribe: !0 }),
|
|
24940
24947
|
l({ attribute: !1 })
|
|
24941
|
-
],
|
|
24948
|
+
], $e.prototype, "theme");
|
|
24942
24949
|
Be([
|
|
24943
24950
|
l({ type: String })
|
|
24944
|
-
],
|
|
24951
|
+
], $e.prototype, "size");
|
|
24945
24952
|
Be([
|
|
24946
24953
|
l({ type: String })
|
|
24947
|
-
],
|
|
24954
|
+
], $e.prototype, "color");
|
|
24948
24955
|
Be([
|
|
24949
24956
|
l({ type: String })
|
|
24950
|
-
],
|
|
24957
|
+
], $e.prototype, "margin");
|
|
24951
24958
|
Be([
|
|
24952
24959
|
l({ type: String })
|
|
24953
|
-
],
|
|
24960
|
+
], $e.prototype, "padding");
|
|
24954
24961
|
Be([
|
|
24955
24962
|
l({ type: String })
|
|
24956
|
-
],
|
|
24963
|
+
], $e.prototype, "gap");
|
|
24957
24964
|
Be([
|
|
24958
24965
|
l({ type: String })
|
|
24959
|
-
],
|
|
24966
|
+
], $e.prototype, "testId");
|
|
24960
24967
|
Be([
|
|
24961
24968
|
l({ type: String })
|
|
24962
|
-
],
|
|
24969
|
+
], $e.prototype, "fontFamilyGroup");
|
|
24963
24970
|
Be([
|
|
24964
24971
|
l({ type: String })
|
|
24965
|
-
],
|
|
24972
|
+
], $e.prototype, "fontWeight");
|
|
24966
24973
|
Be([
|
|
24967
24974
|
l({ type: String })
|
|
24968
|
-
],
|
|
24975
|
+
], $e.prototype, "fontSize");
|
|
24969
24976
|
Be([
|
|
24970
24977
|
l({ type: String })
|
|
24971
|
-
],
|
|
24978
|
+
], $e.prototype, "widgetWidth");
|
|
24972
24979
|
Be([
|
|
24973
24980
|
l({ type: String })
|
|
24974
|
-
],
|
|
24981
|
+
], $e.prototype, "widgetHeight");
|
|
24975
24982
|
Be([
|
|
24976
24983
|
l({ type: String })
|
|
24977
|
-
],
|
|
24984
|
+
], $e.prototype, "label");
|
|
24978
24985
|
Be([
|
|
24979
24986
|
l({ type: String })
|
|
24980
|
-
],
|
|
24987
|
+
], $e.prototype, "subText");
|
|
24981
24988
|
Be([
|
|
24982
24989
|
l({ type: String })
|
|
24983
|
-
],
|
|
24990
|
+
], $e.prototype, "buttonColor");
|
|
24984
24991
|
Be([
|
|
24985
24992
|
l({ type: String })
|
|
24986
|
-
],
|
|
24993
|
+
], $e.prototype, "buttonVariant");
|
|
24987
24994
|
Be([
|
|
24988
24995
|
l({ type: String })
|
|
24989
|
-
],
|
|
24996
|
+
], $e.prototype, "buttonIcon");
|
|
24990
24997
|
Be([
|
|
24991
24998
|
l({ type: String })
|
|
24992
|
-
],
|
|
24999
|
+
], $e.prototype, "buttonText");
|
|
24993
25000
|
Be([
|
|
24994
25001
|
l({ type: String })
|
|
24995
|
-
],
|
|
25002
|
+
], $e.prototype, "imgUrl");
|
|
24996
25003
|
Be([
|
|
24997
25004
|
l({ type: String })
|
|
24998
|
-
],
|
|
25005
|
+
], $e.prototype, "imageShape");
|
|
24999
25006
|
Be([
|
|
25000
25007
|
l({ type: Boolean })
|
|
25001
|
-
],
|
|
25008
|
+
], $e.prototype, "showSubtext");
|
|
25002
25009
|
Be([
|
|
25003
25010
|
l({ type: Boolean })
|
|
25004
|
-
],
|
|
25011
|
+
], $e.prototype, "showImage");
|
|
25005
25012
|
Be([
|
|
25006
25013
|
l({ type: Boolean })
|
|
25007
|
-
],
|
|
25014
|
+
], $e.prototype, "showButtonIcon");
|
|
25008
25015
|
Be([
|
|
25009
25016
|
l({ type: Boolean })
|
|
25010
|
-
],
|
|
25017
|
+
], $e.prototype, "showButtonTooltip");
|
|
25011
25018
|
Be([
|
|
25012
25019
|
l({ type: String })
|
|
25013
|
-
],
|
|
25020
|
+
], $e.prototype, "buttonTooltipText");
|
|
25014
25021
|
Be([
|
|
25015
25022
|
l({ type: Boolean })
|
|
25016
|
-
],
|
|
25023
|
+
], $e.prototype, "disabledButton");
|
|
25017
25024
|
Be([
|
|
25018
25025
|
l({ type: Array })
|
|
25019
|
-
],
|
|
25026
|
+
], $e.prototype, "rowItems");
|
|
25020
25027
|
Be([
|
|
25021
25028
|
Y()
|
|
25022
|
-
],
|
|
25029
|
+
], $e.prototype, "clampedStates");
|
|
25023
25030
|
Be([
|
|
25024
25031
|
Y()
|
|
25025
|
-
],
|
|
25032
|
+
], $e.prototype, "isLabelClamped");
|
|
25026
25033
|
Be([
|
|
25027
25034
|
Y()
|
|
25028
|
-
],
|
|
25035
|
+
], $e.prototype, "isSubtextClamped");
|
|
25029
25036
|
Be([
|
|
25030
25037
|
P1(".label-wrapper")
|
|
25031
|
-
],
|
|
25038
|
+
], $e.prototype, "labelWrapperEl");
|
|
25032
25039
|
Be([
|
|
25033
25040
|
P1(".subtext-wrapper")
|
|
25034
|
-
],
|
|
25035
|
-
customElements.get("ssk-widget-user-detail") || customElements.define("ssk-widget-user-detail",
|
|
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,
|
|
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
|
-
|
|
25761
|
+
Ce([
|
|
25755
25762
|
R({ context: U, subscribe: !0 }),
|
|
25756
25763
|
l({ attribute: !1 })
|
|
25757
25764
|
], me.prototype, "theme");
|
|
25758
|
-
|
|
25765
|
+
Ce([
|
|
25759
25766
|
l({ type: String })
|
|
25760
25767
|
], me.prototype, "size");
|
|
25761
|
-
|
|
25768
|
+
Ce([
|
|
25762
25769
|
l({ type: String })
|
|
25763
25770
|
], me.prototype, "color");
|
|
25764
|
-
|
|
25771
|
+
Ce([
|
|
25765
25772
|
l({ type: String })
|
|
25766
25773
|
], me.prototype, "margin");
|
|
25767
|
-
|
|
25774
|
+
Ce([
|
|
25768
25775
|
l({ type: String })
|
|
25769
25776
|
], me.prototype, "padding");
|
|
25770
|
-
|
|
25777
|
+
Ce([
|
|
25771
25778
|
l({ type: String })
|
|
25772
25779
|
], me.prototype, "gap");
|
|
25773
|
-
|
|
25780
|
+
Ce([
|
|
25774
25781
|
l({ type: String })
|
|
25775
25782
|
], me.prototype, "testId");
|
|
25776
|
-
|
|
25783
|
+
Ce([
|
|
25777
25784
|
l({ type: String })
|
|
25778
25785
|
], me.prototype, "fontFamilyGroup");
|
|
25779
|
-
|
|
25786
|
+
Ce([
|
|
25780
25787
|
l({ type: String })
|
|
25781
25788
|
], me.prototype, "fontWeight");
|
|
25782
|
-
|
|
25789
|
+
Ce([
|
|
25783
25790
|
l({ type: String })
|
|
25784
25791
|
], me.prototype, "fontSize");
|
|
25785
|
-
|
|
25792
|
+
Ce([
|
|
25786
25793
|
l({ type: String })
|
|
25787
25794
|
], me.prototype, "widgetWidth");
|
|
25788
|
-
|
|
25795
|
+
Ce([
|
|
25789
25796
|
l({ type: String })
|
|
25790
25797
|
], me.prototype, "widgetHeight");
|
|
25791
|
-
|
|
25798
|
+
Ce([
|
|
25792
25799
|
l({ type: String })
|
|
25793
25800
|
], me.prototype, "label");
|
|
25794
|
-
|
|
25801
|
+
Ce([
|
|
25795
25802
|
l({ type: String })
|
|
25796
25803
|
], me.prototype, "description");
|
|
25797
|
-
|
|
25804
|
+
Ce([
|
|
25798
25805
|
l({ type: String })
|
|
25799
25806
|
], me.prototype, "badgeText");
|
|
25800
|
-
|
|
25807
|
+
Ce([
|
|
25801
25808
|
l({ type: String })
|
|
25802
25809
|
], me.prototype, "badgeColor");
|
|
25803
|
-
|
|
25810
|
+
Ce([
|
|
25804
25811
|
l({ type: String })
|
|
25805
25812
|
], me.prototype, "badgeIcon");
|
|
25806
|
-
|
|
25813
|
+
Ce([
|
|
25807
25814
|
l({ type: Boolean })
|
|
25808
25815
|
], me.prototype, "showBadge");
|
|
25809
|
-
|
|
25816
|
+
Ce([
|
|
25810
25817
|
l({ type: Boolean })
|
|
25811
25818
|
], me.prototype, "showDescription");
|
|
25812
|
-
|
|
25819
|
+
Ce([
|
|
25813
25820
|
l({ type: String })
|
|
25814
25821
|
], me.prototype, "buttonColor");
|
|
25815
|
-
|
|
25822
|
+
Ce([
|
|
25816
25823
|
l({ type: String })
|
|
25817
25824
|
], me.prototype, "buttonVariant");
|
|
25818
|
-
|
|
25825
|
+
Ce([
|
|
25819
25826
|
l({ type: String })
|
|
25820
25827
|
], me.prototype, "buttonIcon");
|
|
25821
|
-
|
|
25828
|
+
Ce([
|
|
25822
25829
|
l({ type: String })
|
|
25823
25830
|
], me.prototype, "buttonText");
|
|
25824
|
-
|
|
25831
|
+
Ce([
|
|
25825
25832
|
l({ type: Boolean })
|
|
25826
25833
|
], me.prototype, "disabledButton");
|
|
25827
|
-
|
|
25834
|
+
Ce([
|
|
25828
25835
|
l({ type: Boolean })
|
|
25829
25836
|
], me.prototype, "showButtonIcon");
|
|
25830
|
-
|
|
25837
|
+
Ce([
|
|
25831
25838
|
l({ type: Array })
|
|
25832
25839
|
], me.prototype, "tableColumns");
|
|
25833
|
-
|
|
25840
|
+
Ce([
|
|
25834
25841
|
l({ type: Array })
|
|
25835
25842
|
], me.prototype, "tableData");
|
|
25836
|
-
|
|
25843
|
+
Ce([
|
|
25837
25844
|
l({ type: Number })
|
|
25838
25845
|
], me.prototype, "totalItems");
|
|
25839
|
-
|
|
25846
|
+
Ce([
|
|
25840
25847
|
l({ type: Number })
|
|
25841
25848
|
], me.prototype, "currentPage");
|
|
25842
|
-
|
|
25849
|
+
Ce([
|
|
25843
25850
|
l({ type: Number })
|
|
25844
25851
|
], me.prototype, "rowsPerPage");
|
|
25845
|
-
|
|
25852
|
+
Ce([
|
|
25846
25853
|
l({ type: String })
|
|
25847
25854
|
], me.prototype, "emptyImage");
|
|
25848
|
-
|
|
25855
|
+
Ce([
|
|
25849
25856
|
l({ type: Number })
|
|
25850
25857
|
], me.prototype, "maxVisiblePageButtons");
|
|
25851
|
-
|
|
25858
|
+
Ce([
|
|
25852
25859
|
Y()
|
|
25853
25860
|
], me.prototype, "internalTableData");
|
|
25854
|
-
|
|
25861
|
+
Ce([
|
|
25855
25862
|
Y()
|
|
25856
25863
|
], me.prototype, "activeSortColumn");
|
|
25857
|
-
|
|
25864
|
+
Ce([
|
|
25858
25865
|
Y()
|
|
25859
25866
|
], me.prototype, "activeSortDirection");
|
|
25860
|
-
|
|
25867
|
+
Ce([
|
|
25861
25868
|
Y()
|
|
25862
25869
|
], me.prototype, "isLabelClamped");
|
|
25863
|
-
|
|
25870
|
+
Ce([
|
|
25864
25871
|
Y()
|
|
25865
25872
|
], me.prototype, "isSubtextClamped");
|
|
25866
|
-
|
|
25873
|
+
Ce([
|
|
25867
25874
|
P1(".title-wrapper")
|
|
25868
25875
|
], me.prototype, "labelWrapperEl");
|
|
25869
|
-
|
|
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
|
-
|
|
44051
|
+
xe as WidgetMatric,
|
|
44045
44052
|
me as WidgetTable,
|
|
44046
44053
|
Pe as WidgetTitle,
|
|
44047
|
-
|
|
44054
|
+
$e as WidgetUserDetail,
|
|
44048
44055
|
xw as applyTheme,
|
|
44049
44056
|
i5 as brandContext,
|
|
44050
44057
|
p as cssVar,
|