@kumori/aurora-wui-components 0.0.274-dev4142.23 → 0.0.274-dev4142.24
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-undeploy-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-undeploy-card/axebow-undeploy-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,iCAAiC,CAAC;AACzC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,6DAA6D,CAAC;AAIrE,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAQX;IAE0B,KAAK,SAAM;IACX,YAAY,SAAM;IAClB,WAAW,SAAM;IACjB,YAAY,SAAM;IAClB,aAAa,SAAM;IACnB,WAAW,SAAM;IACjB,WAAW,SAAM;IACjB,kBAAkB,SAAM;IACxB,qBAAqB,SAAM;IAC3B,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IAChB,cAAc,UAAS;IACvB,YAAY,UAAS;IACtB,YAAY,SAAM;IAE9C,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,cAAc;IAItB,MAAM;
|
|
1
|
+
{"version":3,"file":"axebow-undeploy-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-undeploy-card/axebow-undeploy-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,iCAAiC,CAAC;AACzC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,6DAA6D,CAAC;AAIrE,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAQX;IAE0B,KAAK,SAAM;IACX,YAAY,SAAM;IAClB,WAAW,SAAM;IACjB,YAAY,SAAM;IAClB,aAAa,SAAM;IACnB,WAAW,SAAM;IACjB,WAAW,SAAM;IACjB,kBAAkB,SAAM;IACxB,qBAAqB,SAAM;IAC3B,kBAAkB,SAAM;IACxB,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IAChB,cAAc,UAAS;IACvB,YAAY,UAAS;IACtB,YAAY,SAAM;IAE9C,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,cAAc;IAItB,MAAM;CA+CP"}
|
package/dist/index.js
CHANGED
|
@@ -12864,6 +12864,7 @@ var AxebowUndeployCard = class AxebowUndeployCard extends LitElement {
|
|
|
12864
12864
|
this.confirmText = "";
|
|
12865
12865
|
this.confirmLabelPrefix = "";
|
|
12866
12866
|
this.confirmLabelHighlight = "";
|
|
12867
|
+
this.confirmLabelSuffix = "";
|
|
12867
12868
|
this.placeholder = "";
|
|
12868
12869
|
this.value = "";
|
|
12869
12870
|
this.buttonLabel = "";
|
|
@@ -12919,7 +12920,7 @@ var AxebowUndeployCard = class AxebowUndeployCard extends LitElement {
|
|
|
12919
12920
|
<div class="w-186.25 flex items-end gap-4 pl-11.75 box-border">
|
|
12920
12921
|
<div class="w-102 flex flex-col gap-1">
|
|
12921
12922
|
<p class="m-0 text-base font-semibold">
|
|
12922
|
-
${this.confirmLabelPrefix}
|
|
12923
|
+
${this.confirmLabelPrefix}<span class="text-(--axebow-primary)">${this.confirmLabelHighlight}</span>${this.confirmLabelSuffix}
|
|
12923
12924
|
</p>
|
|
12924
12925
|
<axebow-input
|
|
12925
12926
|
controlType="input"
|
|
@@ -12950,6 +12951,7 @@ __decorate([property({ type: String })], AxebowUndeployCard.prototype, "warningB
|
|
|
12950
12951
|
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "confirmText", void 0);
|
|
12951
12952
|
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "confirmLabelPrefix", void 0);
|
|
12952
12953
|
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "confirmLabelHighlight", void 0);
|
|
12954
|
+
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "confirmLabelSuffix", void 0);
|
|
12953
12955
|
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "placeholder", void 0);
|
|
12954
12956
|
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "value", void 0);
|
|
12955
12957
|
__decorate([property({ type: String })], AxebowUndeployCard.prototype, "buttonLabel", void 0);
|