@inf-monkeys-tech/monkeys-design 1.0.99 → 1.0.100
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/components/data-explorer/index.d.mts +3 -3
- package/dist/components/data-explorer/index.d.ts +3 -3
- package/dist/components/data-explorer/index.js +296 -70
- package/dist/components/data-explorer/index.js.map +1 -1
- package/dist/components/data-explorer/index.mjs +226 -2
- package/dist/components/data-explorer/index.mjs.map +1 -1
- package/dist/components/navigation-sidebar/index.d.mts +1 -1
- package/dist/components/navigation-sidebar/index.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +225 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +225 -2
- package/dist/index.mjs.map +1 -1
- package/dist/provider/index.d.mts +1 -1
- package/dist/provider/index.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/dist/{theme-0fef4f282e64.d.mts → theme-ba08de180df9.d.ts} +4 -2
- package/dist/{theme-169054c0dfb4.d.ts → theme-bfef5a689024.d.mts} +4 -2
- package/dist/{types-e36d6f4b3ca8.d.mts → types-cc1ff9de4c79.d.mts} +47 -1
- package/dist/{types-e36d6f4b3ca8.d.ts → types-cc1ff9de4c79.d.ts} +47 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { D as DataExplorerActionBar, a as DataExplorerButton, b as DataExplorerCheckbox, c as DataExplorerCollectionFooter, d as DataExplorerDetailField, e as DataExplorerDetailSection, f as DataExplorerDetailShell, g as DataExplorerDisplayActionMenu, h as DataExplorerDisplayCard, i as DataExplorerDisplayCollectionView, j as DataExplorerDisplayListItem, k as DataExplorerDisplayMedia, l as DataExplorerFilterBar, m as DataExplorerImagePreview, n as
|
|
1
|
+
export { D as DataExplorerActionBar, a as DataExplorerButton, b as DataExplorerCheckbox, c as DataExplorerCollectionFooter, d as DataExplorerDetailField, e as DataExplorerDetailSection, f as DataExplorerDetailShell, g as DataExplorerDisplayActionMenu, h as DataExplorerDisplayCard, i as DataExplorerDisplayCollectionView, j as DataExplorerDisplayListItem, k as DataExplorerDisplayMedia, l as DataExplorerFilterBar, m as DataExplorerImagePreview, n as DataExplorerMediaPreview, o as DataExplorerPage, p as DataExplorerRecordCard, q as DataExplorerRecordPicker, r as DataExplorerSelect, s as DataExplorerToolbarActions, t as DataExplorerToolbarShell, u as DataExplorerTree, v as DataExplorerTreeShell, w as DataExplorerUploadSurface, x as DataExplorerView, y as DataExplorerViewCollection, z as DataExplorerViewItem, A as DataExplorerViewItemShell, B as DataExplorerViewShell, C as DataExplorerViewTree, E as getDataExplorerActionToneClassName, F as getDataExplorerMenuItemToneClassName, G as resolveDataExplorerAppearance } from '../../theme-bfef5a689024.mjs';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import {
|
|
4
|
-
export { D as DataExplorerAction, a as DataExplorerActionBarClassNames, b as DataExplorerActionBarProps, c as DataExplorerAppearance, d as DataExplorerBackground, e as DataExplorerBorder, f as DataExplorerButtonClassNames, g as DataExplorerButtonProps, h as DataExplorerCapabilities, i as DataExplorerCheckboxClassNames, j as DataExplorerCheckboxProps, k as DataExplorerCollectionFooterClassNames, l as DataExplorerCollectionFooterProps, m as DataExplorerControlOption, n as DataExplorerControlTone, o as DataExplorerDensity, p as DataExplorerDetailFieldClassNames, q as DataExplorerDetailFieldDefinition, r as DataExplorerDetailFieldProps, s as DataExplorerDetailNavigation, t as DataExplorerDetailSectionClassNames, u as DataExplorerDetailSectionDefinition, v as DataExplorerDetailSectionProps, w as DataExplorerDetailShellClassNames, x as DataExplorerDetailShellProps, y as DataExplorerDisplayAction, z as DataExplorerDisplayActionContext, A as DataExplorerDisplayActionMenuClassNames, B as DataExplorerDisplayActionMenuProps, C as DataExplorerDisplayBadge, E as DataExplorerDisplayCardClassNames, F as DataExplorerDisplayCardProps, G as DataExplorerDisplayCollectionItemContext, H as DataExplorerDisplayCollectionItemPropsResolver, I as DataExplorerDisplayCollectionViewProps, J as DataExplorerDisplayItem, K as DataExplorerDisplayListItemClassNames, L as DataExplorerDisplayListItemProps, M as DataExplorerDisplayMediaClassNames, N as DataExplorerDisplayMediaItem, O as DataExplorerDisplayMediaKind, P as DataExplorerDisplayMediaProps, Q as DataExplorerDisplayMetadata,
|
|
3
|
+
import { aT as DataExplorerSplitButtonProps, aU as DataExplorerDraggableTreeProps } from '../../types-cc1ff9de4c79.mjs';
|
|
4
|
+
export { D as DataExplorerAction, a as DataExplorerActionBarClassNames, b as DataExplorerActionBarProps, c as DataExplorerAppearance, d as DataExplorerBackground, e as DataExplorerBorder, f as DataExplorerButtonClassNames, g as DataExplorerButtonProps, h as DataExplorerCapabilities, i as DataExplorerCheckboxClassNames, j as DataExplorerCheckboxProps, k as DataExplorerCollectionFooterClassNames, l as DataExplorerCollectionFooterProps, m as DataExplorerControlOption, n as DataExplorerControlTone, o as DataExplorerDensity, p as DataExplorerDetailFieldClassNames, q as DataExplorerDetailFieldDefinition, r as DataExplorerDetailFieldProps, s as DataExplorerDetailNavigation, t as DataExplorerDetailSectionClassNames, u as DataExplorerDetailSectionDefinition, v as DataExplorerDetailSectionProps, w as DataExplorerDetailShellClassNames, x as DataExplorerDetailShellProps, y as DataExplorerDisplayAction, z as DataExplorerDisplayActionContext, A as DataExplorerDisplayActionMenuClassNames, B as DataExplorerDisplayActionMenuProps, C as DataExplorerDisplayBadge, E as DataExplorerDisplayCardClassNames, F as DataExplorerDisplayCardProps, G as DataExplorerDisplayCollectionItemContext, H as DataExplorerDisplayCollectionItemPropsResolver, I as DataExplorerDisplayCollectionViewProps, J as DataExplorerDisplayItem, K as DataExplorerDisplayListItemClassNames, L as DataExplorerDisplayListItemProps, M as DataExplorerDisplayMediaClassNames, N as DataExplorerDisplayMediaItem, O as DataExplorerDisplayMediaKind, P as DataExplorerDisplayMediaProps, Q as DataExplorerDisplayMetadata, aV as DataExplorerDraggableTreeClassNames, aW as DataExplorerDraggableTreeDragPayload, aX as DataExplorerDraggableTreeFlattenedNode, aY as DataExplorerDraggableTreeLabels, aZ as DataExplorerDraggableTreeNode, a_ as DataExplorerDraggableTreeRenderContext, R as DataExplorerFilterBarClassNames, S as DataExplorerFilterBarProps, T as DataExplorerImagePreviewClassNames, U as DataExplorerImagePreviewNaturalSize, V as DataExplorerImagePreviewProps, W as DataExplorerMeasuredGridOptions, X as DataExplorerMediaPreviewClassNames, Y as DataExplorerMediaPreviewKind, Z as DataExplorerMediaPreviewProps, _ as DataExplorerPageClassNames, $ as DataExplorerPageProps, a0 as DataExplorerRadius, a1 as DataExplorerRecordCardClassNames, a2 as DataExplorerRecordCardProps, a3 as DataExplorerRecordPickerClassNames, a4 as DataExplorerRecordPickerOption, a5 as DataExplorerRecordPickerProps, a6 as DataExplorerResolvedTheme, a7 as DataExplorerResolver, a8 as DataExplorerSelectClassNames, a9 as DataExplorerSelectProps, a$ as DataExplorerSplitButtonClassNames, b0 as DataExplorerSplitButtonItem, aa as DataExplorerThemePresetId, ab as DataExplorerThemeSlots, ac as DataExplorerThemeStyles, ad as DataExplorerToolbarAction, ae as DataExplorerToolbarActionItem, af as DataExplorerToolbarActionKind, ag as DataExplorerToolbarActionOption, ah as DataExplorerToolbarActionsClassNames, ai as DataExplorerToolbarActionsLayout, aj as DataExplorerToolbarActionsProps, ak as DataExplorerToolbarShellClassNames, al as DataExplorerToolbarShellProps, am as DataExplorerToolbarViewOption, an as DataExplorerTreeClassNames, ao as DataExplorerTreeProps, ap as DataExplorerTreeRenderProps, aq as DataExplorerTreeShellClassNames, ar as DataExplorerTreeShellProps, as as DataExplorerUploadSurfaceClassNames, at as DataExplorerUploadSurfaceProps, au as DataExplorerViewClassNames, av as DataExplorerViewCollectionClassNames, aw as DataExplorerViewCollectionLayout, ax as DataExplorerViewCollectionOptions, ay as DataExplorerViewCollectionProps, az as DataExplorerViewDefinition, aA as DataExplorerViewId, aB as DataExplorerViewItemDefinition, aC as DataExplorerViewItemProps, aD as DataExplorerViewItemShellClassNames, aE as DataExplorerViewItemShellProps, aF as DataExplorerViewOption, aG as DataExplorerViewProps, aH as DataExplorerViewRenderProps, aI as DataExplorerViewShellClassNames, aJ as DataExplorerViewShellProps, aK as DataExplorerViewTreeAction, aL as DataExplorerViewTreeActionContext, aM as DataExplorerViewTreeClassNames, aN as DataExplorerViewTreeEntryType, aO as DataExplorerViewTreeGroup, aP as DataExplorerViewTreeLabels, aQ as DataExplorerViewTreeNode, aR as DataExplorerViewTreeProps, aS as DataExplorerViewTreeReorderPayload } from '../../types-cc1ff9de4c79.mjs';
|
|
5
5
|
import 'react';
|
|
6
6
|
declare function DataExplorerSplitButton({ label, icon, items, onPrimaryAction, onAction, menuLabel, triggerLabel, title, tone, active, disabled, appearance, className, classNames, }: DataExplorerSplitButtonProps): react_jsx_runtime.JSX.Element;
|
|
7
7
|
declare function DataExplorerDraggableTree<TSource = unknown, TContext = unknown>({ nodes, context, selectedNodeId, expandedNodeIds, defaultExpandedNodeIds, resetExpansionKey, indentSize, activationMode, loading, empty, labels, appearance, itemRadius, className, classNames, renderNodeActions, renderNodeChildren, onSelectNode, onExpandedNodeIdsChange, onDragEnd, }: DataExplorerDraggableTreeProps<TSource, TContext>): react_jsx_runtime.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { D as DataExplorerActionBar, a as DataExplorerButton, b as DataExplorerCheckbox, c as DataExplorerCollectionFooter, d as DataExplorerDetailField, e as DataExplorerDetailSection, f as DataExplorerDetailShell, g as DataExplorerDisplayActionMenu, h as DataExplorerDisplayCard, i as DataExplorerDisplayCollectionView, j as DataExplorerDisplayListItem, k as DataExplorerDisplayMedia, l as DataExplorerFilterBar, m as DataExplorerImagePreview, n as
|
|
1
|
+
export { D as DataExplorerActionBar, a as DataExplorerButton, b as DataExplorerCheckbox, c as DataExplorerCollectionFooter, d as DataExplorerDetailField, e as DataExplorerDetailSection, f as DataExplorerDetailShell, g as DataExplorerDisplayActionMenu, h as DataExplorerDisplayCard, i as DataExplorerDisplayCollectionView, j as DataExplorerDisplayListItem, k as DataExplorerDisplayMedia, l as DataExplorerFilterBar, m as DataExplorerImagePreview, n as DataExplorerMediaPreview, o as DataExplorerPage, p as DataExplorerRecordCard, q as DataExplorerRecordPicker, r as DataExplorerSelect, s as DataExplorerToolbarActions, t as DataExplorerToolbarShell, u as DataExplorerTree, v as DataExplorerTreeShell, w as DataExplorerUploadSurface, x as DataExplorerView, y as DataExplorerViewCollection, z as DataExplorerViewItem, A as DataExplorerViewItemShell, B as DataExplorerViewShell, C as DataExplorerViewTree, E as getDataExplorerActionToneClassName, F as getDataExplorerMenuItemToneClassName, G as resolveDataExplorerAppearance } from '../../theme-ba08de180df9.js';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import {
|
|
4
|
-
export { D as DataExplorerAction, a as DataExplorerActionBarClassNames, b as DataExplorerActionBarProps, c as DataExplorerAppearance, d as DataExplorerBackground, e as DataExplorerBorder, f as DataExplorerButtonClassNames, g as DataExplorerButtonProps, h as DataExplorerCapabilities, i as DataExplorerCheckboxClassNames, j as DataExplorerCheckboxProps, k as DataExplorerCollectionFooterClassNames, l as DataExplorerCollectionFooterProps, m as DataExplorerControlOption, n as DataExplorerControlTone, o as DataExplorerDensity, p as DataExplorerDetailFieldClassNames, q as DataExplorerDetailFieldDefinition, r as DataExplorerDetailFieldProps, s as DataExplorerDetailNavigation, t as DataExplorerDetailSectionClassNames, u as DataExplorerDetailSectionDefinition, v as DataExplorerDetailSectionProps, w as DataExplorerDetailShellClassNames, x as DataExplorerDetailShellProps, y as DataExplorerDisplayAction, z as DataExplorerDisplayActionContext, A as DataExplorerDisplayActionMenuClassNames, B as DataExplorerDisplayActionMenuProps, C as DataExplorerDisplayBadge, E as DataExplorerDisplayCardClassNames, F as DataExplorerDisplayCardProps, G as DataExplorerDisplayCollectionItemContext, H as DataExplorerDisplayCollectionItemPropsResolver, I as DataExplorerDisplayCollectionViewProps, J as DataExplorerDisplayItem, K as DataExplorerDisplayListItemClassNames, L as DataExplorerDisplayListItemProps, M as DataExplorerDisplayMediaClassNames, N as DataExplorerDisplayMediaItem, O as DataExplorerDisplayMediaKind, P as DataExplorerDisplayMediaProps, Q as DataExplorerDisplayMetadata,
|
|
3
|
+
import { aT as DataExplorerSplitButtonProps, aU as DataExplorerDraggableTreeProps } from '../../types-cc1ff9de4c79.js';
|
|
4
|
+
export { D as DataExplorerAction, a as DataExplorerActionBarClassNames, b as DataExplorerActionBarProps, c as DataExplorerAppearance, d as DataExplorerBackground, e as DataExplorerBorder, f as DataExplorerButtonClassNames, g as DataExplorerButtonProps, h as DataExplorerCapabilities, i as DataExplorerCheckboxClassNames, j as DataExplorerCheckboxProps, k as DataExplorerCollectionFooterClassNames, l as DataExplorerCollectionFooterProps, m as DataExplorerControlOption, n as DataExplorerControlTone, o as DataExplorerDensity, p as DataExplorerDetailFieldClassNames, q as DataExplorerDetailFieldDefinition, r as DataExplorerDetailFieldProps, s as DataExplorerDetailNavigation, t as DataExplorerDetailSectionClassNames, u as DataExplorerDetailSectionDefinition, v as DataExplorerDetailSectionProps, w as DataExplorerDetailShellClassNames, x as DataExplorerDetailShellProps, y as DataExplorerDisplayAction, z as DataExplorerDisplayActionContext, A as DataExplorerDisplayActionMenuClassNames, B as DataExplorerDisplayActionMenuProps, C as DataExplorerDisplayBadge, E as DataExplorerDisplayCardClassNames, F as DataExplorerDisplayCardProps, G as DataExplorerDisplayCollectionItemContext, H as DataExplorerDisplayCollectionItemPropsResolver, I as DataExplorerDisplayCollectionViewProps, J as DataExplorerDisplayItem, K as DataExplorerDisplayListItemClassNames, L as DataExplorerDisplayListItemProps, M as DataExplorerDisplayMediaClassNames, N as DataExplorerDisplayMediaItem, O as DataExplorerDisplayMediaKind, P as DataExplorerDisplayMediaProps, Q as DataExplorerDisplayMetadata, aV as DataExplorerDraggableTreeClassNames, aW as DataExplorerDraggableTreeDragPayload, aX as DataExplorerDraggableTreeFlattenedNode, aY as DataExplorerDraggableTreeLabels, aZ as DataExplorerDraggableTreeNode, a_ as DataExplorerDraggableTreeRenderContext, R as DataExplorerFilterBarClassNames, S as DataExplorerFilterBarProps, T as DataExplorerImagePreviewClassNames, U as DataExplorerImagePreviewNaturalSize, V as DataExplorerImagePreviewProps, W as DataExplorerMeasuredGridOptions, X as DataExplorerMediaPreviewClassNames, Y as DataExplorerMediaPreviewKind, Z as DataExplorerMediaPreviewProps, _ as DataExplorerPageClassNames, $ as DataExplorerPageProps, a0 as DataExplorerRadius, a1 as DataExplorerRecordCardClassNames, a2 as DataExplorerRecordCardProps, a3 as DataExplorerRecordPickerClassNames, a4 as DataExplorerRecordPickerOption, a5 as DataExplorerRecordPickerProps, a6 as DataExplorerResolvedTheme, a7 as DataExplorerResolver, a8 as DataExplorerSelectClassNames, a9 as DataExplorerSelectProps, a$ as DataExplorerSplitButtonClassNames, b0 as DataExplorerSplitButtonItem, aa as DataExplorerThemePresetId, ab as DataExplorerThemeSlots, ac as DataExplorerThemeStyles, ad as DataExplorerToolbarAction, ae as DataExplorerToolbarActionItem, af as DataExplorerToolbarActionKind, ag as DataExplorerToolbarActionOption, ah as DataExplorerToolbarActionsClassNames, ai as DataExplorerToolbarActionsLayout, aj as DataExplorerToolbarActionsProps, ak as DataExplorerToolbarShellClassNames, al as DataExplorerToolbarShellProps, am as DataExplorerToolbarViewOption, an as DataExplorerTreeClassNames, ao as DataExplorerTreeProps, ap as DataExplorerTreeRenderProps, aq as DataExplorerTreeShellClassNames, ar as DataExplorerTreeShellProps, as as DataExplorerUploadSurfaceClassNames, at as DataExplorerUploadSurfaceProps, au as DataExplorerViewClassNames, av as DataExplorerViewCollectionClassNames, aw as DataExplorerViewCollectionLayout, ax as DataExplorerViewCollectionOptions, ay as DataExplorerViewCollectionProps, az as DataExplorerViewDefinition, aA as DataExplorerViewId, aB as DataExplorerViewItemDefinition, aC as DataExplorerViewItemProps, aD as DataExplorerViewItemShellClassNames, aE as DataExplorerViewItemShellProps, aF as DataExplorerViewOption, aG as DataExplorerViewProps, aH as DataExplorerViewRenderProps, aI as DataExplorerViewShellClassNames, aJ as DataExplorerViewShellProps, aK as DataExplorerViewTreeAction, aL as DataExplorerViewTreeActionContext, aM as DataExplorerViewTreeClassNames, aN as DataExplorerViewTreeEntryType, aO as DataExplorerViewTreeGroup, aP as DataExplorerViewTreeLabels, aQ as DataExplorerViewTreeNode, aR as DataExplorerViewTreeProps, aS as DataExplorerViewTreeReorderPayload } from '../../types-cc1ff9de4c79.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
declare function DataExplorerSplitButton({ label, icon, items, onPrimaryAction, onAction, menuLabel, triggerLabel, title, tone, active, disabled, appearance, className, classNames, }: DataExplorerSplitButtonProps): react_jsx_runtime.JSX.Element;
|
|
7
7
|
declare function DataExplorerDraggableTree<TSource = unknown, TContext = unknown>({ nodes, context, selectedNodeId, expandedNodeIds, defaultExpandedNodeIds, resetExpansionKey, indentSize, activationMode, loading, empty, labels, appearance, itemRadius, className, classNames, renderNodeActions, renderNodeChildren, onSelectNode, onExpandedNodeIdsChange, onDragEnd, }: DataExplorerDraggableTreeProps<TSource, TContext>): react_jsx_runtime.JSX.Element;
|