@epam/ai-dial-conversation-input 0.0.0-dev.0 → 1.0.0-dev.456
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.
- package/components/Input/Input.d.ts.map +1 -1
- package/components/Input/ModelSelectorControl.d.ts +5 -0
- package/components/Input/ModelSelectorControl.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.js +2408 -2405
- package/models/ConversationInput.d.ts +7 -0
- package/models/ConversationInput.d.ts.map +1 -1
- package/models/Input.d.ts +7 -0
- package/models/Input.d.ts.map +1 -1
- package/package.json +11 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAeA,OAAO,EAEL,KAAK,EAAE,EAMR,MAAM,OAAO,CAAC;AAMf,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAQrD,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAeA,OAAO,EAEL,KAAK,EAAE,EAMR,MAAM,OAAO,CAAC;AAMf,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAQrD,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA2ZhC,CAAC"}
|
|
@@ -8,6 +8,11 @@ interface Props {
|
|
|
8
8
|
isStreaming: boolean;
|
|
9
9
|
isMobile: boolean;
|
|
10
10
|
isInputDisabled?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* When `true`, the control renders dimmed and does not open, regardless of
|
|
13
|
+
* `isInputDisabled`/`isStreaming` — the current model stays visible.
|
|
14
|
+
*/
|
|
15
|
+
isDisabled?: boolean;
|
|
11
16
|
style: CSSProperties;
|
|
12
17
|
modelPickerOverlay: InputProps['modelPickerOverlay'];
|
|
13
18
|
/** Whether the model picker popover is open (controlled from Input). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelSelectorControl.d.ts","sourceRoot":"","sources":["../../../src/components/Input/ModelSelectorControl.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,EAAE,EAAY,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ModelSelectorControl.d.ts","sourceRoot":"","sources":["../../../src/components/Input/ModelSelectorControl.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,EAAE,EAAY,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAKrD,UAAU,KAAK;IACb,WAAW,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC;IACvC,oBAAoB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,kBAAkB,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAAC;IACrD,mBAAmB,EAAE,UAAU,CAAC,qBAAqB,CAAC,CAAC;IACvD,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,aAAa,CAAC;IACrB,kBAAkB,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAAC;IACrD,wEAAwE;IACxE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,2EAA2E;IAC3E,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAsK1C,CAAC"}
|
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@keyframes _slide-up_3xrn0_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_3xrn0_9{background:var(--ci-background-Backdrop,#0c101db2)}._sheet_3xrn0_13{background:var(--ci-sheet-bg,var(--bg-layer-0,#fcfcfc));animation:.3s cubic-bezier(.32,.72,0,1) _slide-up_3xrn0_1}._title_3xrn0_18{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._divider_3xrn0_22{background:var(--ci-sheet-divider,var(--bg-layer-4,#d1dbea))}._item_vou13_1{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_vou13_1:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-3,#fcfcfc))}._item_vou13_1:active{background:var(--ci-sheet-item-active,var(--bg-layer-4,#d1dbea))}._itemIcon_vou13_11{color:var(--ci-sheet-icon,var(--text-secondary,#575f73))}._container_15iwh_1{background:var(--ci-bg,var(--bg-layer-0,#fcfcfc));border-color:var(--ci-border,var(--stroke-secondary,#d1dbea))}._container_15iwh_1._containerError_15iwh_5{border-color:var(--ci-voice-error,var(--error-default,#f04438))}._waveformCanvas_15iwh_9{color:var(--ci-voice-waveform,var(--text-primary,#161b2d))}._recordingDot_15iwh_17{background:var(--ci-voice-accent,var(--error-default,#f04438))}._micRecordingIcon_15iwh_21{color:var(--ci-voice-accent,var(--error-default,#f04438))}.
|
|
1
|
+
@keyframes _slide-up_3xrn0_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_3xrn0_9{background:var(--ci-background-Backdrop,#0c101db2)}._sheet_3xrn0_13{background:var(--ci-sheet-bg,var(--bg-layer-0,#fcfcfc));animation:.3s cubic-bezier(.32,.72,0,1) _slide-up_3xrn0_1}._title_3xrn0_18{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._divider_3xrn0_22{background:var(--ci-sheet-divider,var(--bg-layer-4,#d1dbea))}._item_vou13_1{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_vou13_1:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-3,#fcfcfc))}._item_vou13_1:active{background:var(--ci-sheet-item-active,var(--bg-layer-4,#d1dbea))}._itemIcon_vou13_11{color:var(--ci-sheet-icon,var(--text-secondary,#575f73))}._container_15iwh_1{background:var(--ci-bg,var(--bg-layer-0,#fcfcfc));border-color:var(--ci-border,var(--stroke-secondary,#d1dbea))}._container_15iwh_1._containerError_15iwh_5{border-color:var(--ci-voice-error,var(--error-default,#f04438))}._waveformCanvas_15iwh_9{color:var(--ci-voice-waveform,var(--text-primary,#161b2d))}._recordingDot_15iwh_17{background:var(--ci-voice-accent,var(--error-default,#f04438))}._micRecordingIcon_15iwh_21{color:var(--ci-voice-accent,var(--error-default,#f04438))}._wrapper_1jb60_1{background:var(--ci-bg,var(--bg-layer-0,#fcfcfc));border-color:var(--ci-border,#0000000d);box-shadow:var(--ci-shadow,0 8px 24px #10182814);transition:border-color .15s,box-shadow .15s}._wrapper_1jb60_1:hover:not(:focus-within){border-color:var(--ci-border-hover,#0000001f)}._wrapper_1jb60_1:focus-within{border-color:var(--ci-border-focus,color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent));box-shadow:var(--ci-shadow-focus,0 8px 24px #10182814)}._wrapper_1jb60_1._wrapperDisabled_1jb60_14{background:var(--ci-bg-disabled,var(--controls-bg-disable,#d1dbea));cursor:not-allowed}._textarea_1jb60_19{color:var(--ci-text,var(--text-primary,#161b2d))}._textarea_1jb60_19::placeholder{color:var(--ci-placeholder,var(--text-secondary,#9fa6bd))}._textarea_1jb60_19:disabled{color:var(--ci-text-disabled,var(--controls-text-primary-disable,#696e7c));cursor:not-allowed}._textarea_1jb60_19:disabled::placeholder{color:var(--ci-placeholder-disabled,var(--controls-text-secondary-disable,#9fa6bd))}._stopIcon_1jb60_33{color:var(--ci-stop-color,var(--text-secondary,#575f73))}._modelSelectorButton_1jb60_37 ._modelSelectorCaret_1jb60_37{color:var(--ci-model-selector-caret-color,var(--text-primary,#161b2d))}._modelSelectorButton_1jb60_37:hover,._modelSelectorButton_1jb60_37:active{background:var(--ci-model-selector-hover-bg,var(--controls-bg-accent-primary-alpha-active,#7da4ff5c))}._modelSelectorButton_1jb60_37._modelSelectorButtonDisabled_1jb60_43,._modelSelectorButton_1jb60_37._modelSelectorButtonDisabled_1jb60_43 ._modelSelectorCaret_1jb60_37{color:var(--ci-model-selector-disabled-color,var(--controls-text-primary-disable,#696e7c))}._sendButton_1jb60_50{background:var(--ci-send-bg,var(--controls-bg-accent-primary,#124ace));color:var(--ci-send-text,var(--controls-text-permanent,#fcfcfc))}._sendButton_1jb60_50:hover{background:var(--ci-send-bg-hover,var(--controls-bg-accent-primary-hover,#2656d9))}._sendButton_1jb60_50:active{background:var(--ci-send-bg-active,var(--controls-bg-accent-primary-active,#3664e2))}._sendButton_1jb60_50:disabled{background:var(--ci-send-bg-disabled,var(--controls-bg-disable,#d1dbea));color:var(--ci-send-text-disabled,var(--controls-text-primary-disable,#696e7c))}._divider_3wv6u_1{background:var(--ci-sheet-divider,var(--bg-layer-4,#d1dbea))}._item_3wv6u_5{color:var(--ci-sheet-text,var(--text-primary,#161b2d))}._item_3wv6u_5:hover{background:var(--ci-sheet-item-hover,var(--bg-layer-3,#fcfcfc))}._item_3wv6u_5:active{background:var(--ci-sheet-item-active,var(--bg-layer-4,#d1dbea))}._itemIcon_3wv6u_15{color:var(--ci-sheet-icon,var(--text-secondary,#575f73))}._checkIcon_3wv6u_19{color:var(--ci-check-icon,var(--text-accent-primary,#124ace))}._stateLabel_3wv6u_23{color:var(--ci-sheet-text,var(--text-secondary,#575f73))}._welcome_n2ph8_1{color:var(--ci-welcome-color,var(--text-primary,#161b2d))}
|
|
2
2
|
/*$vite$:1*/
|