@epam/ai-dial-conversation-panel 1.1.0-dev.474 → 1.1.0-dev.479
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,6 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { RenameConversationPopupProps } from '../../models/rename-conversation-popup';
|
|
3
|
-
export type { RenameConversationPopupLabels, RenameConversationPopupProps, RenameConversationPopupStyles, } from '../../models/rename-conversation-popup';
|
|
4
3
|
/** Popup dialog for renaming a conversation, with validation and AI-generation affordance. */
|
|
5
4
|
export declare const RenameConversationPopup: FC<RenameConversationPopupProps>;
|
|
6
5
|
//# sourceMappingURL=RenameConversationPopup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameConversationPopup.d.ts","sourceRoot":"","sources":["../../../src/components/RenameConversationPopup/RenameConversationPopup.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAML,KAAK,EAAE,EAER,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AAE3F,
|
|
1
|
+
{"version":3,"file":"RenameConversationPopup.d.ts","sourceRoot":"","sources":["../../../src/components/RenameConversationPopup/RenameConversationPopup.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAML,KAAK,EAAE,EAER,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AAE3F,8FAA8F;AAC9F,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAqJpE,CAAC"}
|
package/models/virtual-row.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { DropdownItem } from '@epam/ai-dial-ui-kit';
|
|
|
3
3
|
import { VirtualRowKind } from '../types/virtual-row';
|
|
4
4
|
import { ConversationItem } from './panel-props';
|
|
5
5
|
/** A collapsible group header row in the virtual list. */
|
|
6
|
-
|
|
6
|
+
interface GroupHeaderRow {
|
|
7
7
|
/** Row discriminant. */
|
|
8
8
|
kind: VirtualRowKind.Header;
|
|
9
9
|
/** Identifies which group this header belongs to. */
|
|
@@ -12,7 +12,7 @@ export interface GroupHeaderRow {
|
|
|
12
12
|
label: string;
|
|
13
13
|
}
|
|
14
14
|
/** A single conversation item row in the virtual list. */
|
|
15
|
-
|
|
15
|
+
interface ConversationItemRow {
|
|
16
16
|
/** Row discriminant. */
|
|
17
17
|
kind: VirtualRowKind.Item;
|
|
18
18
|
/** The conversation to render. */
|
|
@@ -23,7 +23,7 @@ export interface ConversationItemRow {
|
|
|
23
23
|
/** Union of all possible virtual row shapes. */
|
|
24
24
|
export type VirtualRow = GroupHeaderRow | ConversationItemRow;
|
|
25
25
|
/** Typography/class overrides applied to virtual row elements. */
|
|
26
|
-
|
|
26
|
+
interface RowStyles {
|
|
27
27
|
/** Typography class applied to group header buttons. */
|
|
28
28
|
groupHeaderClassName?: string;
|
|
29
29
|
/** Typography class applied to conversation title text. */
|
|
@@ -76,4 +76,5 @@ export interface RowRendererData {
|
|
|
76
76
|
/** Called when the user drops a conversation row onto a target position. */
|
|
77
77
|
onDrop: (targetId: string, targetGroupKey: FilterTab, afterId: string | null) => void;
|
|
78
78
|
}
|
|
79
|
+
export {};
|
|
79
80
|
//# sourceMappingURL=virtual-row.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtual-row.d.ts","sourceRoot":"","sources":["../../src/models/virtual-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,0DAA0D;AAC1D,
|
|
1
|
+
{"version":3,"file":"virtual-row.d.ts","sourceRoot":"","sources":["../../src/models/virtual-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,0DAA0D;AAC1D,UAAU,cAAc;IACtB,wBAAwB;IACxB,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;IAC5B,qDAAqD;IACrD,QAAQ,EAAE,SAAS,CAAC;IACpB,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,0DAA0D;AAC1D,UAAU,mBAAmB;IAC3B,wBAAwB;IACxB,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC;IAC1B,kCAAkC;IAClC,IAAI,EAAE,gBAAgB,CAAC;IACvB,0EAA0E;IAC1E,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,gDAAgD;AAChD,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG,mBAAmB,CAAC;AAE9D,kEAAkE;AAClE,UAAU,SAAS;IACjB,wDAAwD;IACxD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,2DAA2D;IAC3D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oEAAoE;IACpE,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,yEAAyE;IACzE,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,iFAAiF;AACjF,MAAM,WAAW,eAAe;IAC9B,4DAA4D;IAC5D,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,qDAAqD;IACrD,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,qDAAqD;IACrD,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,iGAAiG;IACjG,MAAM,EAAE,MAAM,CAAC;IACf,iDAAiD;IACjD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,+EAA+E;IAC/E,WAAW,EAAE,MAAM,CAAC;IACpB,uDAAuD;IACvD,oBAAoB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,uDAAuD;IACvD,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,YAAY,EAAE,CAAC;IACxD,2CAA2C;IAC3C,gBAAgB,CAAC,EAAE,CACjB,IAAI,EAAE,gBAAgB,EACtB,OAAO,EAAE,iBAAiB,KACvB,IAAI,CAAC;IACV,uDAAuD;IACvD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iFAAiF;IACjF,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kEAAkE;IAClE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,0FAA0F;IAC1F,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,qFAAqF;IACrF,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,mGAAmG;IACnG,iBAAiB,EAAE,GAAG,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;IACzC,+DAA+D;IAC/D,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,kDAAkD;IAClD,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,gDAAgD;IAChD,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,gDAAgD;IAChD,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,4EAA4E;IAC5E,MAAM,EAAE,CACN,QAAQ,EAAE,MAAM,EAChB,cAAc,EAAE,SAAS,EACzB,OAAO,EAAE,MAAM,GAAG,IAAI,KACnB,IAAI,CAAC;CACX"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-conversation-panel",
|
|
3
3
|
"description": "Virtualized sidebar panel for browsing conversation history with grouping, tabs, and search",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.479",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"react-window": "^2.2.7",
|
|
21
21
|
"@tabler/icons-react": "^3.44.0",
|
|
22
|
-
"@epam/ai-dial-sidebar": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-sidebar": "1.1.0-dev.479"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"react": "^19.
|
|
26
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
27
|
-
"@epam/ai-dial-ui-kit": "^0.14.
|
|
25
|
+
"react": "^19.2.8",
|
|
26
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.479",
|
|
27
|
+
"@epam/ai-dial-ui-kit": "^0.14.2"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|