@kumori/aurora-wui-components 0.0.274-dev4142.23 → 0.0.274-dev4142.25
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);
|
|
@@ -13031,8 +13033,8 @@ var AxebowObservabilityContainer = class AxebowObservabilityContainer extends Li
|
|
|
13031
13033
|
if (!this.isLogsOn) return html`<div class="w-full">${this._renderTerminalIframe()}</div>`;
|
|
13032
13034
|
return html`
|
|
13033
13035
|
<div class="flex gap-4">
|
|
13034
|
-
<div class="w-140.75 flex flex-col gap-4">${this._renderLogFilters()} ${this._renderLogsIframe()}</div>
|
|
13035
13036
|
<div class="w-148.75">${this._renderTerminalIframe()}</div>
|
|
13037
|
+
<div class="w-140.75 flex flex-col gap-4">${this._renderLogFilters()} ${this._renderLogsIframe()}</div>
|
|
13036
13038
|
</div>
|
|
13037
13039
|
`;
|
|
13038
13040
|
}
|
|
@@ -13041,10 +13043,10 @@ var AxebowObservabilityContainer = class AxebowObservabilityContainer extends Li
|
|
|
13041
13043
|
<div class="flex justify-between w-full border-b border-solid border-gray-200 pb-2 gap-4 items-center">
|
|
13042
13044
|
<h2 class="font-semibold text-lg text-ellipsis text-(--axebow-primary)">${this.containerName}</h2>
|
|
13043
13045
|
<div class="flex items-center gap-4">
|
|
13044
|
-
${this._renderToggle(this.logsLabel, this.isLogsOn, this.logsOnLabel, this.logsOffLabel, (checked) => this._dispatch("logs-toggle", { checked }))}
|
|
13045
|
-
<div class="h-full w-px bg-(--axebow-gray)"></div>
|
|
13046
13046
|
${this._renderToggle(this.terminalLabel, this.isTerminalOn, this.terminalOnLabel, this.terminalOffLabel, (checked) => this._dispatch("terminal-toggle", { checked }))}
|
|
13047
13047
|
<div class="h-full w-px bg-(--axebow-gray)"></div>
|
|
13048
|
+
${this._renderToggle(this.logsLabel, this.isLogsOn, this.logsOnLabel, this.logsOffLabel, (checked) => this._dispatch("logs-toggle", { checked }))}
|
|
13049
|
+
<div class="h-full w-px bg-(--axebow-gray)"></div>
|
|
13048
13050
|
<div class="w-6 h-6 flex items-center justify-center">
|
|
13049
13051
|
<axebow-icon
|
|
13050
13052
|
class="cursor-pointer"
|