@epam/ai-dial-ui-kit 0.11.0-dev.13 → 0.11.0-dev.15

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.
@@ -197,6 +197,7 @@ export interface DialFileManagerProps {
197
197
  nonClickableTableColumns?: FileManagerColumnKey[];
198
198
  hideSearchPathItemName?: boolean;
199
199
  showHiddenFileSwitcherInDestinationPopup?: boolean;
200
+ showCreateFolderButtonInDestinationPopup?: boolean;
200
201
  autoSelectUploadedItems?: boolean;
201
202
  }
202
203
  /**
@@ -173,5 +173,6 @@ export interface FileManagerContextValue {
173
173
  unsupportedFileTypeTooltip?: string;
174
174
  hideSearchPathItemName?: boolean;
175
175
  showHiddenFileSwitcherInDestinationPopup?: boolean;
176
+ showCreateFolderButtonInDestinationPopup?: boolean;
176
177
  }
177
178
  export declare const FileManagerContext: import('react').Context<FileManagerContextValue | undefined>;
@@ -11,6 +11,7 @@ export interface DestinationFolderPopupProps extends DialFileManagerProps {
11
11
  moveLabel?: string;
12
12
  addFolderLabel?: string;
13
13
  showHiddenFileSwitcher?: boolean;
14
+ showCreateFolderButton?: boolean;
14
15
  hiddenFilesSwitcherLabel?: string;
15
16
  mode?: 'copy' | 'move';
16
17
  header?: ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.11.0-dev.13",
3
+ "version": "0.11.0-dev.15",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",