@inf-monkeys-tech/monkeys-design 0.4.37 → 0.4.39
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/README.md +6 -0
- package/dist/components/data-explorer/index.d.mts +6 -59
- package/dist/components/data-explorer/index.d.ts +6 -59
- package/dist/components/data-explorer/index.js +412 -8
- package/dist/components/data-explorer/index.js.map +1 -1
- package/dist/components/data-explorer/index.mjs +413 -10
- package/dist/components/data-explorer/index.mjs.map +1 -1
- package/dist/components/login/index.d.mts +11 -0
- package/dist/components/login/index.d.ts +11 -0
- package/dist/components/login/index.js +36 -4
- package/dist/components/login/index.js.map +1 -1
- package/dist/components/login/index.mjs +37 -5
- package/dist/components/login/index.mjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +38 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles/login-page.scss +12 -0
- package/dist/theme-DnbkgyCq.d.mts +61 -0
- package/dist/theme-rXHbVr6l.d.ts +61 -0
- package/dist/theme-system/index.d.mts +1 -1
- package/dist/theme-system/index.d.ts +1 -1
- package/dist/theme-system/index.js +3 -0
- package/dist/theme-system/index.js.map +1 -1
- package/dist/theme-system/index.mjs +3 -0
- package/dist/theme-system/index.mjs.map +1 -1
- package/dist/{types-B81dpI1o.d.mts → types-BnC3Z85r.d.mts} +98 -1
- package/dist/{types-B81dpI1o.d.ts → types-BnC3Z85r.d.ts} +98 -1
- package/package.json +3 -1
|
@@ -124,6 +124,18 @@
|
|
|
124
124
|
transform-origin: left center;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
+
.login-page__logo-image--dark {
|
|
128
|
+
display: none;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.dark .login-page__logo-image--light {
|
|
132
|
+
display: none;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.dark .login-page__logo-image--dark {
|
|
136
|
+
display: block;
|
|
137
|
+
}
|
|
138
|
+
|
|
127
139
|
.login-page__form {
|
|
128
140
|
position: relative;
|
|
129
141
|
z-index: 1;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { a as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, a0 as DataExplorerSelectProps, ab as DataExplorerToolbarActionsProps, r as DataExplorerDetailFieldProps, v as DataExplorerDetailSectionProps, x as DataExplorerDetailShellProps, F as DataExplorerDisplayActionMenuProps, I as DataExplorerDisplayCardProps, L as DataExplorerDisplayCollectionViewProps, O as DataExplorerDisplayListItemProps, S as DataExplorerDisplayMediaProps, A as DataExplorerImagePreviewProps, V as DataExplorerPageProps, X as DataExplorerRecordCardProps, ad as DataExplorerToolbarShellProps, aj as DataExplorerTreeProps, ai as DataExplorerTreeShellProps, ar as DataExplorerViewTreeProps, az as DataExplorerViewId, aI as DataExplorerViewProps, ax as DataExplorerViewCollectionProps, aD as DataExplorerViewItemProps, aC as DataExplorerViewItemShellProps, aH as DataExplorerViewShellProps, Y as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-BnC3Z85r.mjs';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
|
|
5
|
+
declare function DataExplorerActionBar<TContext = unknown>({ context, actions, leading, trailing, children, empty, appearance, className, classNames, }: DataExplorerActionBarProps<TContext>): react_jsx_runtime.JSX.Element | null;
|
|
6
|
+
|
|
7
|
+
declare const DataExplorerButton: React.ForwardRefExoticComponent<DataExplorerButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
|
|
9
|
+
declare function DataExplorerCheckbox({ checked, icon, label, title, disabled, appearance, className, classNames, style, onCheckedChange, }: DataExplorerCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
10
|
+
|
|
11
|
+
declare function DataExplorerCollectionFooter({ selectedCount, loadedStart, loadedEnd, total, currentPage, pageSize, pageSizeOptions, loading, selectedLabel, loadedLabel, pageSizeLabel, pageText, tone, appearance, className, classNames, onJump, onPageSizeChange, }: DataExplorerCollectionFooterProps): react_jsx_runtime.JSX.Element;
|
|
12
|
+
|
|
13
|
+
declare function DataExplorerSelect({ value, options, label, placeholder, icon, title, triggerLabel, disabled, display, align, sideOffset, appearance, className, classNames, style, onValueChange, }: DataExplorerSelectProps): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare function DataExplorerToolbarActions<TContext = unknown>({ context, actions, layout, appearance, empty, children, className, classNames, }: DataExplorerToolbarActionsProps<TContext>): react_jsx_runtime.JSX.Element | null;
|
|
16
|
+
|
|
17
|
+
declare function DataExplorerDetailField<TContext = unknown>({ field, label, icon, value, children, context, className, valueClassName, classNames, }: DataExplorerDetailFieldProps<TContext>): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare function DataExplorerDetailSection<TContext = unknown>({ section, title, fields, children, context, className, classNames, fieldClassNames, }: DataExplorerDetailSectionProps<TContext>): react_jsx_runtime.JSX.Element | null;
|
|
20
|
+
|
|
21
|
+
declare function DataExplorerDetailShell<TContext = unknown>({ title, subtitle, leading, preview, previewStyle, previewPadded, previewCentered, sections, rightPanel, context, navigation, closeLabel, closeIcon, onClose, appearance, className, classNames, }: DataExplorerDetailShellProps<TContext>): react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare function DataExplorerDisplayActionMenu<TSource = unknown>({ item, itemId, source, actions, label, triggerLabel, triggerIcon, align, sideOffset, appearance, className, classNames, }: DataExplorerDisplayActionMenuProps<TSource>): react_jsx_runtime.JSX.Element | null;
|
|
24
|
+
|
|
25
|
+
declare function DataExplorerDisplayCard<TSource = unknown>({ item, title, description, badges, meta, actions, media, header, headerLeading, headerContent, overlay, footer, children, selected, disabled, interactive, role, tabIndex, appearance, className, classNames, onClick, onKeyDown, }: DataExplorerDisplayCardProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare function DataExplorerDisplayCollectionView<TSource = unknown>({ items, activeViewId, layout, appearance, selectedIds, empty, loading, loadingNode, footer, overlay, className, classNames, scrollable, wrapItems, measuredGrid, itemsStyle, itemStyle, getItemClassName, cardProps, listItemProps, renderMedia, renderActions, renderItem, onOpenItem, onSelectionChange, }: DataExplorerDisplayCollectionViewProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
28
|
+
|
|
29
|
+
declare function DataExplorerDisplayListItem<TSource = unknown>({ className, classNames, ...props }: DataExplorerDisplayListItemProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
30
|
+
|
|
31
|
+
declare function DataExplorerDisplayMedia<TSource = unknown>({ media, fallbackTitle, empty, className, classNames, onOpen, }: DataExplorerDisplayMediaProps<TSource>): react_jsx_runtime.JSX.Element | null;
|
|
32
|
+
|
|
33
|
+
declare function DataExplorerImagePreview({ src, alt, empty, actions, actionContext, toolbarActions, zoomStep, stagePadding, minScale, maxScale, controlsVisible, zoomLabelVisible, resetLabel, zoomInLabel, zoomOutLabel, appearance, className, classNames, onLoad, onError, }: DataExplorerImagePreviewProps): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
declare function DataExplorerPage({ sidebar, tree, toolbar, controls, notices, content, view, detail, className, classNames, }: DataExplorerPageProps): react_jsx_runtime.JSX.Element;
|
|
36
|
+
|
|
37
|
+
declare function DataExplorerRecordCard<TSource = unknown>({ item, selected, active, disabled, hasMedia, showHeaderWithMedia, selectionVisible, favoriteVisible, overlayControlsAlwaysVisible, favoriteActive, favoriteLabel, favoriteActiveLabel, selectLabel, unselectLabel, actions, media, footer, checkbox, favorite, keywordLimit, appearance, className, classNames, onClick, onToggleSelection, onToggleFavorite, }: DataExplorerRecordCardProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
declare function DataExplorerToolbarShell<TContext = unknown>({ context, leading, leadingActions, searchValue, searchPlaceholder, searchIcon, viewOptions, activeViewId, actions, toolbarActions, appearance, children, className, classNames, onSearchChange, onSearchSubmit, onViewChange, }: DataExplorerToolbarShellProps<TContext>): react_jsx_runtime.JSX.Element;
|
|
40
|
+
|
|
41
|
+
declare function DataExplorerTree<TNode = unknown, TContext = unknown>({ nodes, context, capabilities, className, classNames, empty, selectedNodeId, getNodeId, getChildren, renderNode, onSelect, }: DataExplorerTreeProps<TNode, TContext>): react_jsx_runtime.JSX.Element | null;
|
|
42
|
+
|
|
43
|
+
declare function DataExplorerTreeShell({ title, subtitle, toolbar, footer, children, className, classNames, }: DataExplorerTreeShellProps): react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
declare function DataExplorerViewTree<TNodeSource = unknown, TGroupSource = unknown, TContext = unknown>({ groups, nodes, context, selectedNodeId, expandedNodeIds, defaultExpandedNodeIds, expandedGroupIds, defaultExpandedGroupIds, resetExpansionKey, nodeActions, groupActions, indentSize, empty, loading, loadingNode, error, labels, reorderMode, appearance, className, classNames, onSelectNode, onExpandedNodeIdsChange, onExpandedGroupIdsChange, onAction, onReorderNodes, }: DataExplorerViewTreeProps<TNodeSource, TGroupSource, TContext>): react_jsx_runtime.JSX.Element;
|
|
46
|
+
|
|
47
|
+
declare function DataExplorerView<TItem = unknown, TContext = unknown, TViewId extends DataExplorerViewId = DataExplorerViewId>({ items, views, activeViewId, fallbackViewId, context, capabilities, className, classNames, empty, loading, loadingNode, footer, overlay, layout, collection, selectedIds, getItemId, itemDefinition, renderItem, onOpenItem, onSelectionChange, }: DataExplorerViewProps<TItem, TContext, TViewId>): react_jsx_runtime.JSX.Element;
|
|
48
|
+
|
|
49
|
+
declare function DataExplorerViewCollection<TItem = unknown, TContext = unknown, TViewId extends DataExplorerViewId = DataExplorerViewId>({ items, activeViewId, context, capabilities, className, classNames, empty, loading, loadingNode, footer, overlay, layout, scrollable, wrapItems, measuredGrid, itemsStyle, itemStyle, selectedIds, getItemId, itemDefinition, renderItem, getItemClassName, onOpenItem, onSelectionChange, }: DataExplorerViewCollectionProps<TItem, TContext, TViewId>): react_jsx_runtime.JSX.Element | null;
|
|
50
|
+
|
|
51
|
+
declare function DataExplorerViewItem<TItem = unknown, TContext = unknown>(props: DataExplorerViewItemProps<TItem, TContext>): react_jsx_runtime.JSX.Element;
|
|
52
|
+
|
|
53
|
+
declare function DataExplorerViewItemShell({ media, title, description, meta, badges, actions, footer, children, className, classNames, }: DataExplorerViewItemShellProps): react_jsx_runtime.JSX.Element;
|
|
54
|
+
|
|
55
|
+
declare function DataExplorerViewShell({ header, footer, overlay, empty, isEmpty, children, className, classNames, }: DataExplorerViewShellProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
declare function resolveDataExplorerAppearance(appearance?: DataExplorerAppearance): DataExplorerResolvedTheme;
|
|
58
|
+
declare function getDataExplorerActionToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined, active: boolean): string;
|
|
59
|
+
declare function getDataExplorerMenuItemToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined): string | undefined;
|
|
60
|
+
|
|
61
|
+
export { getDataExplorerMenuItemToneClassName as A, resolveDataExplorerAppearance as B, DataExplorerActionBar as D, DataExplorerButton as a, DataExplorerCheckbox as b, DataExplorerCollectionFooter as c, DataExplorerSelect as d, DataExplorerToolbarActions as e, DataExplorerDetailField as f, DataExplorerDetailSection as g, DataExplorerDetailShell as h, DataExplorerDisplayActionMenu as i, DataExplorerDisplayCard as j, DataExplorerDisplayCollectionView as k, DataExplorerDisplayListItem as l, DataExplorerDisplayMedia as m, DataExplorerImagePreview as n, DataExplorerPage as o, DataExplorerRecordCard as p, DataExplorerToolbarShell as q, DataExplorerTree as r, DataExplorerTreeShell as s, DataExplorerViewTree as t, DataExplorerView as u, DataExplorerViewCollection as v, DataExplorerViewItem as w, DataExplorerViewItemShell as x, DataExplorerViewShell as y, getDataExplorerActionToneClassName as z };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { a as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, a0 as DataExplorerSelectProps, ab as DataExplorerToolbarActionsProps, r as DataExplorerDetailFieldProps, v as DataExplorerDetailSectionProps, x as DataExplorerDetailShellProps, F as DataExplorerDisplayActionMenuProps, I as DataExplorerDisplayCardProps, L as DataExplorerDisplayCollectionViewProps, O as DataExplorerDisplayListItemProps, S as DataExplorerDisplayMediaProps, A as DataExplorerImagePreviewProps, V as DataExplorerPageProps, X as DataExplorerRecordCardProps, ad as DataExplorerToolbarShellProps, aj as DataExplorerTreeProps, ai as DataExplorerTreeShellProps, ar as DataExplorerViewTreeProps, az as DataExplorerViewId, aI as DataExplorerViewProps, ax as DataExplorerViewCollectionProps, aD as DataExplorerViewItemProps, aC as DataExplorerViewItemShellProps, aH as DataExplorerViewShellProps, Y as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-BnC3Z85r.js';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
|
|
5
|
+
declare function DataExplorerActionBar<TContext = unknown>({ context, actions, leading, trailing, children, empty, appearance, className, classNames, }: DataExplorerActionBarProps<TContext>): react_jsx_runtime.JSX.Element | null;
|
|
6
|
+
|
|
7
|
+
declare const DataExplorerButton: React.ForwardRefExoticComponent<DataExplorerButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
|
|
9
|
+
declare function DataExplorerCheckbox({ checked, icon, label, title, disabled, appearance, className, classNames, style, onCheckedChange, }: DataExplorerCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
10
|
+
|
|
11
|
+
declare function DataExplorerCollectionFooter({ selectedCount, loadedStart, loadedEnd, total, currentPage, pageSize, pageSizeOptions, loading, selectedLabel, loadedLabel, pageSizeLabel, pageText, tone, appearance, className, classNames, onJump, onPageSizeChange, }: DataExplorerCollectionFooterProps): react_jsx_runtime.JSX.Element;
|
|
12
|
+
|
|
13
|
+
declare function DataExplorerSelect({ value, options, label, placeholder, icon, title, triggerLabel, disabled, display, align, sideOffset, appearance, className, classNames, style, onValueChange, }: DataExplorerSelectProps): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare function DataExplorerToolbarActions<TContext = unknown>({ context, actions, layout, appearance, empty, children, className, classNames, }: DataExplorerToolbarActionsProps<TContext>): react_jsx_runtime.JSX.Element | null;
|
|
16
|
+
|
|
17
|
+
declare function DataExplorerDetailField<TContext = unknown>({ field, label, icon, value, children, context, className, valueClassName, classNames, }: DataExplorerDetailFieldProps<TContext>): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare function DataExplorerDetailSection<TContext = unknown>({ section, title, fields, children, context, className, classNames, fieldClassNames, }: DataExplorerDetailSectionProps<TContext>): react_jsx_runtime.JSX.Element | null;
|
|
20
|
+
|
|
21
|
+
declare function DataExplorerDetailShell<TContext = unknown>({ title, subtitle, leading, preview, previewStyle, previewPadded, previewCentered, sections, rightPanel, context, navigation, closeLabel, closeIcon, onClose, appearance, className, classNames, }: DataExplorerDetailShellProps<TContext>): react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare function DataExplorerDisplayActionMenu<TSource = unknown>({ item, itemId, source, actions, label, triggerLabel, triggerIcon, align, sideOffset, appearance, className, classNames, }: DataExplorerDisplayActionMenuProps<TSource>): react_jsx_runtime.JSX.Element | null;
|
|
24
|
+
|
|
25
|
+
declare function DataExplorerDisplayCard<TSource = unknown>({ item, title, description, badges, meta, actions, media, header, headerLeading, headerContent, overlay, footer, children, selected, disabled, interactive, role, tabIndex, appearance, className, classNames, onClick, onKeyDown, }: DataExplorerDisplayCardProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare function DataExplorerDisplayCollectionView<TSource = unknown>({ items, activeViewId, layout, appearance, selectedIds, empty, loading, loadingNode, footer, overlay, className, classNames, scrollable, wrapItems, measuredGrid, itemsStyle, itemStyle, getItemClassName, cardProps, listItemProps, renderMedia, renderActions, renderItem, onOpenItem, onSelectionChange, }: DataExplorerDisplayCollectionViewProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
28
|
+
|
|
29
|
+
declare function DataExplorerDisplayListItem<TSource = unknown>({ className, classNames, ...props }: DataExplorerDisplayListItemProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
30
|
+
|
|
31
|
+
declare function DataExplorerDisplayMedia<TSource = unknown>({ media, fallbackTitle, empty, className, classNames, onOpen, }: DataExplorerDisplayMediaProps<TSource>): react_jsx_runtime.JSX.Element | null;
|
|
32
|
+
|
|
33
|
+
declare function DataExplorerImagePreview({ src, alt, empty, actions, actionContext, toolbarActions, zoomStep, stagePadding, minScale, maxScale, controlsVisible, zoomLabelVisible, resetLabel, zoomInLabel, zoomOutLabel, appearance, className, classNames, onLoad, onError, }: DataExplorerImagePreviewProps): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
declare function DataExplorerPage({ sidebar, tree, toolbar, controls, notices, content, view, detail, className, classNames, }: DataExplorerPageProps): react_jsx_runtime.JSX.Element;
|
|
36
|
+
|
|
37
|
+
declare function DataExplorerRecordCard<TSource = unknown>({ item, selected, active, disabled, hasMedia, showHeaderWithMedia, selectionVisible, favoriteVisible, overlayControlsAlwaysVisible, favoriteActive, favoriteLabel, favoriteActiveLabel, selectLabel, unselectLabel, actions, media, footer, checkbox, favorite, keywordLimit, appearance, className, classNames, onClick, onToggleSelection, onToggleFavorite, }: DataExplorerRecordCardProps<TSource>): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
declare function DataExplorerToolbarShell<TContext = unknown>({ context, leading, leadingActions, searchValue, searchPlaceholder, searchIcon, viewOptions, activeViewId, actions, toolbarActions, appearance, children, className, classNames, onSearchChange, onSearchSubmit, onViewChange, }: DataExplorerToolbarShellProps<TContext>): react_jsx_runtime.JSX.Element;
|
|
40
|
+
|
|
41
|
+
declare function DataExplorerTree<TNode = unknown, TContext = unknown>({ nodes, context, capabilities, className, classNames, empty, selectedNodeId, getNodeId, getChildren, renderNode, onSelect, }: DataExplorerTreeProps<TNode, TContext>): react_jsx_runtime.JSX.Element | null;
|
|
42
|
+
|
|
43
|
+
declare function DataExplorerTreeShell({ title, subtitle, toolbar, footer, children, className, classNames, }: DataExplorerTreeShellProps): react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
declare function DataExplorerViewTree<TNodeSource = unknown, TGroupSource = unknown, TContext = unknown>({ groups, nodes, context, selectedNodeId, expandedNodeIds, defaultExpandedNodeIds, expandedGroupIds, defaultExpandedGroupIds, resetExpansionKey, nodeActions, groupActions, indentSize, empty, loading, loadingNode, error, labels, reorderMode, appearance, className, classNames, onSelectNode, onExpandedNodeIdsChange, onExpandedGroupIdsChange, onAction, onReorderNodes, }: DataExplorerViewTreeProps<TNodeSource, TGroupSource, TContext>): react_jsx_runtime.JSX.Element;
|
|
46
|
+
|
|
47
|
+
declare function DataExplorerView<TItem = unknown, TContext = unknown, TViewId extends DataExplorerViewId = DataExplorerViewId>({ items, views, activeViewId, fallbackViewId, context, capabilities, className, classNames, empty, loading, loadingNode, footer, overlay, layout, collection, selectedIds, getItemId, itemDefinition, renderItem, onOpenItem, onSelectionChange, }: DataExplorerViewProps<TItem, TContext, TViewId>): react_jsx_runtime.JSX.Element;
|
|
48
|
+
|
|
49
|
+
declare function DataExplorerViewCollection<TItem = unknown, TContext = unknown, TViewId extends DataExplorerViewId = DataExplorerViewId>({ items, activeViewId, context, capabilities, className, classNames, empty, loading, loadingNode, footer, overlay, layout, scrollable, wrapItems, measuredGrid, itemsStyle, itemStyle, selectedIds, getItemId, itemDefinition, renderItem, getItemClassName, onOpenItem, onSelectionChange, }: DataExplorerViewCollectionProps<TItem, TContext, TViewId>): react_jsx_runtime.JSX.Element | null;
|
|
50
|
+
|
|
51
|
+
declare function DataExplorerViewItem<TItem = unknown, TContext = unknown>(props: DataExplorerViewItemProps<TItem, TContext>): react_jsx_runtime.JSX.Element;
|
|
52
|
+
|
|
53
|
+
declare function DataExplorerViewItemShell({ media, title, description, meta, badges, actions, footer, children, className, classNames, }: DataExplorerViewItemShellProps): react_jsx_runtime.JSX.Element;
|
|
54
|
+
|
|
55
|
+
declare function DataExplorerViewShell({ header, footer, overlay, empty, isEmpty, children, className, classNames, }: DataExplorerViewShellProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
declare function resolveDataExplorerAppearance(appearance?: DataExplorerAppearance): DataExplorerResolvedTheme;
|
|
58
|
+
declare function getDataExplorerActionToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined, active: boolean): string;
|
|
59
|
+
declare function getDataExplorerMenuItemToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined): string | undefined;
|
|
60
|
+
|
|
61
|
+
export { getDataExplorerMenuItemToneClassName as A, resolveDataExplorerAppearance as B, DataExplorerActionBar as D, DataExplorerButton as a, DataExplorerCheckbox as b, DataExplorerCollectionFooter as c, DataExplorerSelect as d, DataExplorerToolbarActions as e, DataExplorerDetailField as f, DataExplorerDetailSection as g, DataExplorerDetailShell as h, DataExplorerDisplayActionMenu as i, DataExplorerDisplayCard as j, DataExplorerDisplayCollectionView as k, DataExplorerDisplayListItem as l, DataExplorerDisplayMedia as m, DataExplorerImagePreview as n, DataExplorerPage as o, DataExplorerRecordCard as p, DataExplorerToolbarShell as q, DataExplorerTree as r, DataExplorerTreeShell as s, DataExplorerViewTree as t, DataExplorerView as u, DataExplorerViewCollection as v, DataExplorerViewItem as w, DataExplorerViewItemShell as x, DataExplorerViewShell as y, getDataExplorerActionToneClassName as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as BaseAppearance, ao as BaseResolvedTheme } from '../types-Bn6PEDsX.mjs';
|
|
2
|
-
import { c as DataExplorerAppearance, Y as DataExplorerResolvedTheme } from '../types-
|
|
2
|
+
import { c as DataExplorerAppearance, Y as DataExplorerResolvedTheme } from '../types-BnC3Z85r.mjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@radix-ui/react-context-menu';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as BaseAppearance, ao as BaseResolvedTheme } from '../types-Bn6PEDsX.js';
|
|
2
|
-
import { c as DataExplorerAppearance, Y as DataExplorerResolvedTheme } from '../types-
|
|
2
|
+
import { c as DataExplorerAppearance, Y as DataExplorerResolvedTheme } from '../types-BnC3Z85r.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@radix-ui/react-context-menu';
|
|
5
5
|
|
|
@@ -4,6 +4,9 @@ var react = require('react');
|
|
|
4
4
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
5
|
require('@radix-ui/react-context-menu');
|
|
6
6
|
require('@radix-ui/react-dropdown-menu');
|
|
7
|
+
require('@dnd-kit/core');
|
|
8
|
+
require('@dnd-kit/sortable');
|
|
9
|
+
require('@dnd-kit/utilities');
|
|
7
10
|
|
|
8
11
|
var __create = Object.create;
|
|
9
12
|
var __defProp = Object.defineProperty;
|