@orangelogic/design-system 2.185.0 → 2.187.0
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.
|
@@ -3516,7 +3516,7 @@ const sn = {
|
|
|
3516
3516
|
async _buildColumnHeader() {
|
|
3517
3517
|
const e = this.definition;
|
|
3518
3518
|
if (!(!this.element || !this.titleElement)) {
|
|
3519
|
-
if (this.dispatch("column-layout", this), e.hidden !== void 0 && e.hidden !== null && (e.hidden ? this.hide(!0) : await this.show(!0)), e.cssClass && this.element) {
|
|
3519
|
+
if (this.dispatch("column-layout", this), this.hozAlign = e.hozAlign || "", this.vertAlign = e.vertAlign || "", e.hidden !== void 0 && e.hidden !== null && (e.hidden ? this.hide(!0) : await this.show(!0)), e.cssClass && this.element) {
|
|
3520
3520
|
const t = e.cssClass.split(" "), i = this.element;
|
|
3521
3521
|
t.forEach((s) => {
|
|
3522
3522
|
i.classList.add(s);
|
|
@@ -3538,7 +3538,7 @@ const sn = {
|
|
|
3538
3538
|
const t = Number.parseInt(e.maxWidth);
|
|
3539
3539
|
isNaN(t) || this.setMaxWidth(t);
|
|
3540
3540
|
}
|
|
3541
|
-
await this.reinitializeWidth(), this.
|
|
3541
|
+
await this.reinitializeWidth(), this.titleElement.style.textAlign = this.definition.headerHozAlign || "";
|
|
3542
3542
|
}
|
|
3543
3543
|
}
|
|
3544
3544
|
_buildColumnHeaderContent() {
|
|
@@ -3,7 +3,7 @@ import "../chunks/typography.IqHbnd3C.js";
|
|
|
3
3
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
4
4
|
import "../chunks/color-swatch.D6Gg5bpz.js";
|
|
5
5
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
6
|
-
import { C as v } from "../chunks/color-swatch-group.
|
|
6
|
+
import { C as v } from "../chunks/color-swatch-group.CCgwey9f.js";
|
|
7
7
|
import "../chunks/transformation.8uLv6uwG.js";
|
|
8
8
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
9
9
|
import "../chunks/debounce.DaHuiSGU.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as a } from "../chunks/asset-link-format.D--xQVgR.js";
|
|
2
|
-
import { C as t } from "../chunks/color-swatch-group.
|
|
2
|
+
import { C as t } from "../chunks/color-swatch-group.CCgwey9f.js";
|
|
3
3
|
import { default as C } from "./file-on-demand.js";
|
|
4
4
|
export {
|
|
5
5
|
a as CxAssetLinkFormat,
|
|
@@ -141,8 +141,8 @@ import { g as rz, F as jee } from "../chunks/form.DSsy3Fcy.js";
|
|
|
141
141
|
import { c as xQt, f as kQt, v as _Qt, a as CQt } from "../chunks/form.DSsy3Fcy.js";
|
|
142
142
|
import { d as eT, c as O8, e as Hee, i as D8, h as Vee, p as Uee, t as qee } from "../chunks/date.iWq_pkIk.js";
|
|
143
143
|
import { b as TQt, f as AQt, g as EQt, a as OQt, n as DQt } from "../chunks/date.iWq_pkIk.js";
|
|
144
|
-
import { F as oz, a as Wee, b as h6, H as Gee, c as u0, d as Kee, o as _u } from "../chunks/color-swatch-group.
|
|
145
|
-
import { C as MQt, e as PQt, f as NQt } from "../chunks/color-swatch-group.
|
|
144
|
+
import { F as oz, a as Wee, b as h6, H as Gee, c as u0, d as Kee, o as _u } from "../chunks/color-swatch-group.CCgwey9f.js";
|
|
145
|
+
import { C as MQt, e as PQt, f as NQt } from "../chunks/color-swatch-group.CCgwey9f.js";
|
|
146
146
|
import { F as Wd, C as g6, s as p3, a as tT } from "../chunks/folder-select.CIqVGGFl.js";
|
|
147
147
|
import { b as h3, a as Aw, c as Yee, r as Ue, j as _e, w as Xee, R as Jee } from "../chunks/jsx-runtime.CTpPVMxj.js";
|
|
148
148
|
import { j as nT } from "../chunks/index.CrhRU5m8.js";
|
|
@@ -50716,7 +50716,7 @@ let zr = class extends hn {
|
|
|
50716
50716
|
renderMessageInput({
|
|
50717
50717
|
canGenerate: n
|
|
50718
50718
|
}) {
|
|
50719
|
-
return I`<div class="message__input"><div class="message__input__container"><cx-input aria-label=${this.localize.term("typeAMessage")} class="message__input__input"
|
|
50719
|
+
return I`<div class="message__input"><div class="message__input__container"><cx-input aria-label=${this.localize.term("typeAMessage")} class="message__input__input" autocomplete="off" value=${this.message} placeholder=${this.localize.term("typeAMessage")} @cx-input=${this.handleMessageInputChange} @keydown=${this.handleMessageInputKeyDown}>${We(
|
|
50720
50720
|
n,
|
|
50721
50721
|
() => I`<cx-tooltip slot="suffix" content=${this.localize.term("generateResponse")} hoist><cx-icon-button name="replay" class="message__input__regenerate" label=${this.localize.term("generateResponse")} @click=${this.handleGenerateResponseClick}></cx-icon-button></cx-tooltip>`
|
|
50722
50722
|
)}</cx-input><cx-tooltip content=${this.localize.term("send")} hoist><cx-icon-button name="send" class="message__input__send" label=${this.localize.term("send")} ?disabled=${this.message.length === 0} @click=${this.handleSendClick}></cx-icon-button></cx-tooltip></div></div>`;
|
package/library/package.json
CHANGED