@kumori/aurora-wui-components 0.0.273-dev4131.7 → 0.0.273-dev4131.8

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,12 +1,9 @@
1
1
  import { LitElement } from 'lit';
2
2
  export interface SummaryFlavorsLabels {
3
- workload: string;
4
3
  runtimePlane: string;
5
4
  numberOfVms: string;
6
5
  controlPlane: string;
7
6
  highAvailable: string;
8
- selectedFlavor: string;
9
- storage: string;
10
7
  volatile: string;
11
8
  nonReplPersistent: string;
12
9
  persistentReplicated: string;
@@ -1 +1 @@
1
- {"version":3,"file":"axebow-summary-flavors.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-flavors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAKlD,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAAyC;IAE1B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,SAAS,CAAC;IAC9C,KAAK,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACjD,aAAa,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAC9B,UAAU,EAAE,OAAO,CAAQ;IAC5B,MAAM,EAAG,oBAAoB,CAAC;IAE1D,MAAM;CA6EP"}
1
+ {"version":3,"file":"axebow-summary-flavors.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-flavors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAKlD,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAAyC;IAE1B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,SAAS,CAAC;IAC9C,KAAK,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACjD,aAAa,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAC9B,UAAU,EAAE,OAAO,CAAQ;IAC5B,MAAM,EAAG,oBAAoB,CAAC;IAE1D,MAAM;CA0EP"}
package/dist/index.js CHANGED
@@ -11018,14 +11018,12 @@ var AxebowSummaryFlavors = class AxebowSummaryFlavors extends LitElement {
11018
11018
  ${this.hasFlavors || this.nodes || this.highAvailable !== void 0 || this.autoscale !== void 0 || this.supportedStorage.some((s) => this.flavors?.[s]?.[0]) ? html`
11019
11019
  <div class="flex w-full gap-[2%]">
11020
11020
  <div class="flex-1 flex flex-col gap-2">
11021
- <p class="font-semibold">${this.labels.workload}</p>
11022
11021
  ${this.hasFlavors && this.flavors?.small?.[0] ? html`<p>${this.labels.runtimePlane}</p>` : ""}
11023
11022
  <p>${this.labels.numberOfVms}</p>
11024
11023
  ${this.hasFlavors && this.flavors?.medium?.[0] ? html`<p>${this.labels.controlPlane}</p>` : ""}
11025
11024
  ${this.highAvailable !== void 0 ? html`<p>${this.labels.highAvailable}</p>` : ""}
11026
11025
  </div>
11027
11026
  <div class="flex-1 flex flex-col gap-2">
11028
- <p class="font-semibold">${this.labels.selectedFlavor}</p>
11029
11027
  ${this.hasFlavors && this.flavors?.small?.[0] ? html`<p><span class="text-(--axebow-primary)">${this.flavors?.small?.[0]}</span></p>` : ""}
11030
11028
  <p><span class="text-(--axebow-primary)">${this.nodes?.max || "0"}</span></p>
11031
11029
 
@@ -11038,15 +11036,14 @@ var AxebowSummaryFlavors = class AxebowSummaryFlavors extends LitElement {
11038
11036
  </div>
11039
11037
  </div>
11040
11038
  ${this.supportedStorage.some((s) => this.flavors?.[s]?.[0]) ? html`
11039
+ <sl-divider></sl-divider>
11041
11040
  <div class="flex w-full gap-[2%] mt-2">
11042
11041
  <div class="flex-1 flex flex-col gap-2">
11043
- <p class="font-semibold">${this.labels.storage}</p>
11044
11042
  ${this.supportedStorage.includes("volatile") && this.flavors?.volatile?.[0] ? html`<p>${this.labels.volatile}</p>` : ""}
11045
11043
  ${this.supportedStorage.includes("nonReplicated") && this.flavors?.nonReplicated?.[0] ? html`<p>${this.labels.nonReplPersistent}</p>` : ""}
11046
11044
  ${this.supportedStorage.includes("persistent") && this.flavors?.persistent?.[0] ? html`<p>${this.labels.persistentReplicated}</p>` : ""}
11047
11045
  </div>
11048
11046
  <div class="flex-1 flex flex-col gap-2">
11049
- <p class="font-semibold">${this.labels.selectedFlavor}</p>
11050
11047
  ${this.supportedStorage.includes("volatile") && this.flavors?.volatile?.[0] ? html`<p>
11051
11048
  <span class="text-(--axebow-primary)">${this.flavors?.volatile?.[0]}</span>
11052
11049
  </p>` : ""}