@epam/ai-dial-ui-kit 0.4.0 → 0.5.0-rc.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.
package/dist/src/components/FileManager/components/FileManagerToolbar/DialFileManagerToolbar.d.ts
CHANGED
|
@@ -14,10 +14,8 @@ export interface DialFileManagerToolbarProps {
|
|
|
14
14
|
createButtonVariant?: ButtonVariant;
|
|
15
15
|
createButtonDropdownItems?: DropdownItem[];
|
|
16
16
|
createButtonLabel?: string;
|
|
17
|
-
refreshButtonLabel?: string;
|
|
18
17
|
onTabChange?: (id: DialFileManagerTabs) => void;
|
|
19
18
|
onToggleHiddenFiles?: (value: boolean) => void;
|
|
20
|
-
onRefresh?: () => void;
|
|
21
19
|
}
|
|
22
20
|
/**
|
|
23
21
|
* DialFileManagerToolbar — A configurable, responsive toolbar component for file management views.
|
|
@@ -58,8 +56,6 @@ export interface DialFileManagerToolbarProps {
|
|
|
58
56
|
* @param [hideHiddenFilesLabel='Hide hidden'] - Label shown when hidden files are visible.
|
|
59
57
|
* @param [onTabChange] - Callback fired when the user switches between tabs. Receives the selected tab ID.
|
|
60
58
|
* @param [onToggleHiddenFiles] - Callback fired when the hidden files visibility is toggled. Receives the new visibility state.
|
|
61
|
-
* @param [onRefresh] - Callback fired when the refresh button is clicked.
|
|
62
|
-
* @param [refreshButtonLabel='Refresh'] - Text label for the refresh button.
|
|
63
59
|
* @param [isCreateButtonVisible] - Whether the "Create" button or dropdown should be displayed.
|
|
64
60
|
* @param [createButtonVariant=ButtonVariant.Secondary] - Visual style variant for the create button.
|
|
65
61
|
* @param [createButtonDropdownItems=[]] - Dropdown items available under the create button. If empty, a single create button is shown instead.
|