@ni/ok-components 0.2.19 → 0.2.20
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.
|
@@ -16371,6 +16371,14 @@ const T0=t=>`${zo(t)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host
|
|
|
16371
16371
|
display: none;
|
|
16372
16372
|
}
|
|
16373
16373
|
|
|
16374
|
+
.start {
|
|
16375
|
+
display: block;
|
|
16376
|
+
}
|
|
16377
|
+
|
|
16378
|
+
.start.start-empty {
|
|
16379
|
+
display: none;
|
|
16380
|
+
}
|
|
16381
|
+
|
|
16374
16382
|
.messages {
|
|
16375
16383
|
flex: 1;
|
|
16376
16384
|
display: flex;
|
|
@@ -16399,13 +16407,16 @@ const T0=t=>`${zo(t)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host
|
|
|
16399
16407
|
<div class="toolbar ${t=>t.toolbarEmpty?"toolbar-empty":""}">
|
|
16400
16408
|
<slot name="toolbar" ${te({property:"slottedToolbarElements"})}></slot>
|
|
16401
16409
|
</div>
|
|
16410
|
+
<div class="start ${t=>t.startEmpty?"start-empty":""}">
|
|
16411
|
+
<slot name="start" ${te({property:"slottedStartElements"})}></slot>
|
|
16412
|
+
</div>
|
|
16402
16413
|
<div class="messages"><slot></slot></div>
|
|
16403
16414
|
<div class="input ${t=>t.inputEmpty?"input-empty":""}">
|
|
16404
16415
|
<slot name="input" ${te({property:"slottedInputElements"})}>
|
|
16405
16416
|
</slot>
|
|
16406
16417
|
</div>
|
|
16407
16418
|
`,R0={default:void 0}
|
|
16408
|
-
class F0 extends Ue{constructor(){super(...arguments),this.appearance=R0.default,this.inputEmpty=!0,this.toolbarEmpty=!0}slottedInputElementsChanged(t,e){this.inputEmpty=void 0===e||0===e.length}slottedToolbarElementsChanged(t,e){this.toolbarEmpty=void 0===e||0===e.length}}t([ft],F0.prototype,"appearance",void 0),t([C],F0.prototype,"inputEmpty",void 0),t([C],F0.prototype,"slottedInputElements",void 0),t([C],F0.prototype,"toolbarEmpty",void 0),t([C],F0.prototype,"slottedToolbarElements",void 0)
|
|
16419
|
+
class F0 extends Ue{constructor(){super(...arguments),this.appearance=R0.default,this.inputEmpty=!0,this.toolbarEmpty=!0,this.startEmpty=!0}slottedInputElementsChanged(t,e){this.inputEmpty=void 0===e||0===e.length}slottedToolbarElementsChanged(t,e){this.toolbarEmpty=void 0===e||0===e.length}slottedStartElementsChanged(t,e){this.startEmpty=void 0===e||0===e.length}}t([ft],F0.prototype,"appearance",void 0),t([C],F0.prototype,"inputEmpty",void 0),t([C],F0.prototype,"slottedInputElements",void 0),t([C],F0.prototype,"toolbarEmpty",void 0),t([C],F0.prototype,"slottedToolbarElements",void 0),t([C],F0.prototype,"startEmpty",void 0),t([C],F0.prototype,"slottedStartElements",void 0)
|
|
16409
16420
|
const L0=F0.compose({baseName:"chat-conversation",template:O0,styles:D0})
|
|
16410
16421
|
Ii.getOrCreate().withPrefix("spright").register(L0())
|
|
16411
16422
|
const N0=Mt`
|