@kumori/aurora-wui-components 0.0.192 → 0.0.194
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-channel-config-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-channel-config-panel/axebow-channel-config-panel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"axebow-channel-config-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-channel-config-panel/axebow-channel-config-panel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,4BASX;IAC2B,KAAK,UAAQ;IACd,gBAAgB,SAAM;IACrB,UAAU,UAAQ;IAE/C,MAAM;IA2CN,OAAO,CAAC,aAAa;CAGtB"}
|
package/dist/index.js
CHANGED
|
@@ -4200,14 +4200,20 @@ var AxebowChannelConfigPanel = class AxebowChannelConfigPanel extends LitElement
|
|
|
4200
4200
|
class="flex flex-col gap-3 opacity-100 transition-opacity duration-300 delay-100 w-full h-full overflow-y-auto"
|
|
4201
4201
|
>
|
|
4202
4202
|
<div class="flex justify-between items-center gap-2">
|
|
4203
|
-
<h1
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4203
|
+
<h1
|
|
4204
|
+
class="font-semibold text-sm text-(--axebow-secondary) truncate m-0"
|
|
4205
|
+
style="width: 14.625rem; height: 1rem; line-height: 1rem;"
|
|
4206
|
+
>
|
|
4207
|
+
${this.channelTypeLabel}
|
|
4208
|
+
</h1>
|
|
4209
|
+
${this.canEditAll ? html`
|
|
4210
|
+
<div
|
|
4211
|
+
class="w-4.5 h-4.5 shrink-0 flex items-center justify-center cursor-pointer"
|
|
4212
|
+
@click=${this._handleDelete}
|
|
4213
|
+
>
|
|
4214
|
+
<axebow-icon iconName="delete" iconColor="var(--axebow-error)" size="x-small"></axebow-icon>
|
|
4215
|
+
</div>
|
|
4216
|
+
` : ""}
|
|
4211
4217
|
</div>
|
|
4212
4218
|
<div class="flex flex-col gap-2 w-full">
|
|
4213
4219
|
<slot name="name-input"></slot>
|