@inf-monkeys-tech/monkeys-design 1.0.60 → 1.0.61

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,10 +1,11 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { b as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, a1 as DataExplorerSelectProps, ab as DataExplorerToolbarActionsProps, r as DataExplorerDetailFieldProps, v as DataExplorerDetailSectionProps, x as DataExplorerDetailShellProps, B as DataExplorerDisplayActionMenuProps, F as DataExplorerDisplayCardProps, I as DataExplorerDisplayCollectionViewProps, L as DataExplorerDisplayListItemProps, P as DataExplorerDisplayMediaProps, T as DataExplorerImagePreviewProps, W as DataExplorerPageProps, Z as DataExplorerRecordCardProps, ad as DataExplorerToolbarShellProps, ag as DataExplorerTreeProps, aj as DataExplorerTreeShellProps, aH as DataExplorerViewTreeProps, aq as DataExplorerViewId, aw as DataExplorerViewProps, ao as DataExplorerViewCollectionProps, as as DataExplorerViewItemProps, au as DataExplorerViewItemShellProps, az as DataExplorerViewShellProps, _ as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-21f4ff60e931.mjs';
2
+ import { b as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, S as DataExplorerFilterBarProps, a3 as DataExplorerSelectProps, ad as DataExplorerToolbarActionsProps, r as DataExplorerDetailFieldProps, v as DataExplorerDetailSectionProps, x as DataExplorerDetailShellProps, B as DataExplorerDisplayActionMenuProps, F as DataExplorerDisplayCardProps, I as DataExplorerDisplayCollectionViewProps, L as DataExplorerDisplayListItemProps, P as DataExplorerDisplayMediaProps, V as DataExplorerImagePreviewProps, Y as DataExplorerPageProps, $ as DataExplorerRecordCardProps, af as DataExplorerToolbarShellProps, ai as DataExplorerTreeProps, al as DataExplorerTreeShellProps, aJ as DataExplorerViewTreeProps, as as DataExplorerViewId, ay as DataExplorerViewProps, aq as DataExplorerViewCollectionProps, au as DataExplorerViewItemProps, aw as DataExplorerViewItemShellProps, aB as DataExplorerViewShellProps, a0 as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-c2dd7eeeadcd.js';
3
3
  import * as React from 'react';
4
4
  declare function DataExplorerActionBar<TContext = unknown>({ context, actions, leading, trailing, children, empty, appearance, className, classNames, }: DataExplorerActionBarProps<TContext>): null | react_jsx_runtime.JSX.Element;
5
5
  declare const DataExplorerButton: React.ForwardRefExoticComponent<DataExplorerButtonProps & React.RefAttributes<HTMLButtonElement>>;
6
6
  declare function DataExplorerCheckbox({ checked, icon, label, title, disabled, appearance, className, classNames, style, onCheckedChange, }: DataExplorerCheckboxProps): react_jsx_runtime.JSX.Element;
7
7
  declare function DataExplorerCollectionFooter({ selectedCount, loadedStart, loadedEnd, total, currentPage, pageSize, pageSizeOptions, loading, selectedLabel, loadedLabel, pageSizeLabel, pageText, className, classNames, onJump, onPageSizeChange }: DataExplorerCollectionFooterProps): react_jsx_runtime.JSX.Element;
8
+ declare function DataExplorerFilterBar({ label, leading, children, actions, maxFieldsHeight, className, classNames, style, ...props }: DataExplorerFilterBarProps): react_jsx_runtime.JSX.Element;
8
9
  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;
9
10
  declare function DataExplorerToolbarActions<TContext = unknown>({ context, actions, layout, appearance, empty, children, className, classNames, }: DataExplorerToolbarActionsProps<TContext>): null | react_jsx_runtime.JSX.Element;
10
11
  declare function DataExplorerDetailField<TContext = unknown>({ field, label, icon, value, children, context, className, valueClassName, classNames, }: DataExplorerDetailFieldProps<TContext>): react_jsx_runtime.JSX.Element;
@@ -30,4 +31,4 @@ declare function DataExplorerViewShell({ header, footer, overlay, empty, isEmpty
30
31
  declare function resolveDataExplorerAppearance(appearance?: DataExplorerAppearance): DataExplorerResolvedTheme;
31
32
  declare function getDataExplorerActionToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined, active: boolean): string;
32
33
  declare function getDataExplorerMenuItemToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined): string | undefined;
33
- export { getDataExplorerMenuItemToneClassName as A, resolveDataExplorerAppearance as B, DataExplorerActionBar as D, DataExplorerButton as a, DataExplorerCheckbox as b, DataExplorerCollectionFooter as c, DataExplorerDetailField as d, DataExplorerDetailSection as e, DataExplorerDetailShell as f, DataExplorerDisplayActionMenu as g, DataExplorerDisplayCard as h, DataExplorerDisplayCollectionView as i, DataExplorerDisplayListItem as j, DataExplorerDisplayMedia as k, DataExplorerImagePreview as l, DataExplorerPage as m, DataExplorerRecordCard as n, DataExplorerSelect as o, DataExplorerToolbarActions as p, DataExplorerToolbarShell as q, DataExplorerTree as r, DataExplorerTreeShell as s, DataExplorerView as t, DataExplorerViewCollection as u, DataExplorerViewItem as v, DataExplorerViewItemShell as w, DataExplorerViewShell as x, DataExplorerViewTree as y, getDataExplorerActionToneClassName as z };
34
+ export { getDataExplorerActionToneClassName as A, getDataExplorerMenuItemToneClassName as B, resolveDataExplorerAppearance as C, DataExplorerActionBar as D, DataExplorerButton as a, DataExplorerCheckbox as b, DataExplorerCollectionFooter as c, DataExplorerDetailField as d, DataExplorerDetailSection as e, DataExplorerDetailShell as f, DataExplorerDisplayActionMenu as g, DataExplorerDisplayCard as h, DataExplorerDisplayCollectionView as i, DataExplorerDisplayListItem as j, DataExplorerDisplayMedia as k, DataExplorerFilterBar as l, DataExplorerImagePreview as m, DataExplorerPage as n, DataExplorerRecordCard as o, DataExplorerSelect as p, DataExplorerToolbarActions as q, DataExplorerToolbarShell as r, DataExplorerTree as s, DataExplorerTreeShell as t, DataExplorerView as u, DataExplorerViewCollection as v, DataExplorerViewItem as w, DataExplorerViewItemShell as x, DataExplorerViewShell as y, DataExplorerViewTree as z };
@@ -1,10 +1,11 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { b as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, a1 as DataExplorerSelectProps, ab as DataExplorerToolbarActionsProps, r as DataExplorerDetailFieldProps, v as DataExplorerDetailSectionProps, x as DataExplorerDetailShellProps, B as DataExplorerDisplayActionMenuProps, F as DataExplorerDisplayCardProps, I as DataExplorerDisplayCollectionViewProps, L as DataExplorerDisplayListItemProps, P as DataExplorerDisplayMediaProps, T as DataExplorerImagePreviewProps, W as DataExplorerPageProps, Z as DataExplorerRecordCardProps, ad as DataExplorerToolbarShellProps, ag as DataExplorerTreeProps, aj as DataExplorerTreeShellProps, aH as DataExplorerViewTreeProps, aq as DataExplorerViewId, aw as DataExplorerViewProps, ao as DataExplorerViewCollectionProps, as as DataExplorerViewItemProps, au as DataExplorerViewItemShellProps, az as DataExplorerViewShellProps, _ as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-21f4ff60e931.js';
2
+ import { b as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, S as DataExplorerFilterBarProps, a3 as DataExplorerSelectProps, ad as DataExplorerToolbarActionsProps, r as DataExplorerDetailFieldProps, v as DataExplorerDetailSectionProps, x as DataExplorerDetailShellProps, B as DataExplorerDisplayActionMenuProps, F as DataExplorerDisplayCardProps, I as DataExplorerDisplayCollectionViewProps, L as DataExplorerDisplayListItemProps, P as DataExplorerDisplayMediaProps, V as DataExplorerImagePreviewProps, Y as DataExplorerPageProps, $ as DataExplorerRecordCardProps, af as DataExplorerToolbarShellProps, ai as DataExplorerTreeProps, al as DataExplorerTreeShellProps, aJ as DataExplorerViewTreeProps, as as DataExplorerViewId, ay as DataExplorerViewProps, aq as DataExplorerViewCollectionProps, au as DataExplorerViewItemProps, aw as DataExplorerViewItemShellProps, aB as DataExplorerViewShellProps, a0 as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-c2dd7eeeadcd.mjs';
3
3
  import * as React from 'react';
4
4
  declare function DataExplorerActionBar<TContext = unknown>({ context, actions, leading, trailing, children, empty, appearance, className, classNames, }: DataExplorerActionBarProps<TContext>): null | react_jsx_runtime.JSX.Element;
5
5
  declare const DataExplorerButton: React.ForwardRefExoticComponent<DataExplorerButtonProps & React.RefAttributes<HTMLButtonElement>>;
6
6
  declare function DataExplorerCheckbox({ checked, icon, label, title, disabled, appearance, className, classNames, style, onCheckedChange, }: DataExplorerCheckboxProps): react_jsx_runtime.JSX.Element;
7
7
  declare function DataExplorerCollectionFooter({ selectedCount, loadedStart, loadedEnd, total, currentPage, pageSize, pageSizeOptions, loading, selectedLabel, loadedLabel, pageSizeLabel, pageText, className, classNames, onJump, onPageSizeChange }: DataExplorerCollectionFooterProps): react_jsx_runtime.JSX.Element;
8
+ declare function DataExplorerFilterBar({ label, leading, children, actions, maxFieldsHeight, className, classNames, style, ...props }: DataExplorerFilterBarProps): react_jsx_runtime.JSX.Element;
8
9
  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;
9
10
  declare function DataExplorerToolbarActions<TContext = unknown>({ context, actions, layout, appearance, empty, children, className, classNames, }: DataExplorerToolbarActionsProps<TContext>): null | react_jsx_runtime.JSX.Element;
10
11
  declare function DataExplorerDetailField<TContext = unknown>({ field, label, icon, value, children, context, className, valueClassName, classNames, }: DataExplorerDetailFieldProps<TContext>): react_jsx_runtime.JSX.Element;
@@ -30,4 +31,4 @@ declare function DataExplorerViewShell({ header, footer, overlay, empty, isEmpty
30
31
  declare function resolveDataExplorerAppearance(appearance?: DataExplorerAppearance): DataExplorerResolvedTheme;
31
32
  declare function getDataExplorerActionToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined, active: boolean): string;
32
33
  declare function getDataExplorerMenuItemToneClassName(theme: DataExplorerResolvedTheme, tone: DataExplorerControlTone | undefined): string | undefined;
33
- export { getDataExplorerMenuItemToneClassName as A, resolveDataExplorerAppearance as B, DataExplorerActionBar as D, DataExplorerButton as a, DataExplorerCheckbox as b, DataExplorerCollectionFooter as c, DataExplorerDetailField as d, DataExplorerDetailSection as e, DataExplorerDetailShell as f, DataExplorerDisplayActionMenu as g, DataExplorerDisplayCard as h, DataExplorerDisplayCollectionView as i, DataExplorerDisplayListItem as j, DataExplorerDisplayMedia as k, DataExplorerImagePreview as l, DataExplorerPage as m, DataExplorerRecordCard as n, DataExplorerSelect as o, DataExplorerToolbarActions as p, DataExplorerToolbarShell as q, DataExplorerTree as r, DataExplorerTreeShell as s, DataExplorerView as t, DataExplorerViewCollection as u, DataExplorerViewItem as v, DataExplorerViewItemShell as w, DataExplorerViewShell as x, DataExplorerViewTree as y, getDataExplorerActionToneClassName as z };
34
+ export { getDataExplorerActionToneClassName as A, getDataExplorerMenuItemToneClassName as B, resolveDataExplorerAppearance as C, DataExplorerActionBar as D, DataExplorerButton as a, DataExplorerCheckbox as b, DataExplorerCollectionFooter as c, DataExplorerDetailField as d, DataExplorerDetailSection as e, DataExplorerDetailShell as f, DataExplorerDisplayActionMenu as g, DataExplorerDisplayCard as h, DataExplorerDisplayCollectionView as i, DataExplorerDisplayListItem as j, DataExplorerDisplayMedia as k, DataExplorerFilterBar as l, DataExplorerImagePreview as m, DataExplorerPage as n, DataExplorerRecordCard as o, DataExplorerSelect as p, DataExplorerToolbarActions as q, DataExplorerToolbarShell as r, DataExplorerTree as s, DataExplorerTreeShell as t, DataExplorerView as u, DataExplorerViewCollection as v, DataExplorerViewItem as w, DataExplorerViewItemShell as x, DataExplorerViewShell as y, DataExplorerViewTree as z };
@@ -1,4 +1,4 @@
1
- import { ReactNode, CSSProperties, ButtonHTMLAttributes, MouseEventHandler, KeyboardEventHandler, ReactEventHandler } from 'react';
1
+ import { ReactNode, CSSProperties, ButtonHTMLAttributes, MouseEventHandler, KeyboardEventHandler, HTMLAttributes, ReactEventHandler } from 'react';
2
2
  type DataExplorerResolver<TValue, TContext = unknown> = ((context: TContext) => TValue) | TValue;
3
3
  interface DataExplorerCapabilities {
4
4
  canRead?: boolean;
@@ -907,6 +907,23 @@ interface DataExplorerActionBarProps<TContext = unknown> {
907
907
  className?: string;
908
908
  classNames?: DataExplorerActionBarClassNames;
909
909
  }
910
+ interface DataExplorerFilterBarClassNames {
911
+ root?: string;
912
+ layout?: string;
913
+ label?: string;
914
+ fieldsViewport?: string;
915
+ fields?: string;
916
+ actions?: string;
917
+ }
918
+ interface DataExplorerFilterBarProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'className'> {
919
+ label?: ReactNode;
920
+ leading?: ReactNode;
921
+ children?: ReactNode;
922
+ actions?: ReactNode;
923
+ maxFieldsHeight?: number | string;
924
+ className?: string;
925
+ classNames?: DataExplorerFilterBarClassNames;
926
+ }
910
927
  interface DataExplorerTreeShellClassNames {
911
928
  root?: string;
912
929
  header?: string;
@@ -1213,4 +1230,4 @@ interface DataExplorerDisplayCollectionItemContext<TSource = unknown> {
1213
1230
  layout: DataExplorerViewCollectionLayout;
1214
1231
  }
1215
1232
  type DataExplorerDisplayCollectionItemPropsResolver<TProps, TSource = unknown> = ((context: DataExplorerDisplayCollectionItemContext<TSource>) => Partial<TProps> | undefined) | Partial<TProps>;
1216
- export type { DataExplorerResolver as $, DataExplorerDisplayActionMenuClassNames as A, DataExplorerDisplayActionMenuProps as B, DataExplorerDisplayBadge as C, DataExplorerAction as D, DataExplorerDisplayCardClassNames as E, DataExplorerDisplayCardProps as F, DataExplorerDisplayCollectionItemContext as G, DataExplorerDisplayCollectionItemPropsResolver as H, DataExplorerDisplayCollectionViewProps as I, DataExplorerDisplayItem as J, DataExplorerDisplayListItemClassNames as K, DataExplorerDisplayListItemProps as L, DataExplorerDisplayMediaClassNames as M, DataExplorerDisplayMediaItem as N, DataExplorerDisplayMediaKind as O, DataExplorerDisplayMediaProps as P, DataExplorerDisplayMetadata as Q, DataExplorerImagePreviewClassNames as R, DataExplorerImagePreviewNaturalSize as S, DataExplorerImagePreviewProps as T, DataExplorerMeasuredGridOptions as U, DataExplorerPageClassNames as V, DataExplorerPageProps as W, DataExplorerRadius as X, DataExplorerRecordCardClassNames as Y, DataExplorerRecordCardProps as Z, DataExplorerResolvedTheme as _, DataExplorerActionBarClassNames as a, DataExplorerSelectClassNames as a0, DataExplorerSelectProps as a1, DataExplorerThemePresetId as a2, DataExplorerThemeSlots as a3, DataExplorerThemeStyles as a4, DataExplorerToolbarAction as a5, DataExplorerToolbarActionItem as a6, DataExplorerToolbarActionKind as a7, DataExplorerToolbarActionOption as a8, DataExplorerToolbarActionsClassNames as a9, DataExplorerViewTreeAction as aA, DataExplorerViewTreeActionContext as aB, DataExplorerViewTreeClassNames as aC, DataExplorerViewTreeEntryType as aD, DataExplorerViewTreeGroup as aE, DataExplorerViewTreeLabels as aF, DataExplorerViewTreeNode as aG, DataExplorerViewTreeProps as aH, DataExplorerViewTreeReorderPayload as aI, DataExplorerDraggableTreeProps as aJ, DataExplorerDraggableTreeClassNames as aK, DataExplorerDraggableTreeDragPayload as aL, DataExplorerDraggableTreeFlattenedNode as aM, DataExplorerDraggableTreeLabels as aN, DataExplorerDraggableTreeNode as aO, DataExplorerDraggableTreeRenderContext as aP, DataExplorerToolbarActionsLayout as aa, DataExplorerToolbarActionsProps as ab, DataExplorerToolbarShellClassNames as ac, DataExplorerToolbarShellProps as ad, DataExplorerToolbarViewOption as ae, DataExplorerTreeClassNames as af, DataExplorerTreeProps as ag, DataExplorerTreeRenderProps as ah, DataExplorerTreeShellClassNames as ai, DataExplorerTreeShellProps as aj, DataExplorerViewClassNames as ak, DataExplorerViewCollectionClassNames as al, DataExplorerViewCollectionLayout as am, DataExplorerViewCollectionOptions as an, DataExplorerViewCollectionProps as ao, DataExplorerViewDefinition as ap, DataExplorerViewId as aq, DataExplorerViewItemDefinition as ar, DataExplorerViewItemProps as as, DataExplorerViewItemShellClassNames as at, DataExplorerViewItemShellProps as au, DataExplorerViewOption as av, DataExplorerViewProps as aw, DataExplorerViewRenderProps as ax, DataExplorerViewShellClassNames as ay, DataExplorerViewShellProps as az, DataExplorerActionBarProps as b, DataExplorerAppearance as c, DataExplorerBackground as d, DataExplorerBorder as e, DataExplorerButtonClassNames as f, DataExplorerButtonProps as g, DataExplorerCapabilities as h, DataExplorerCheckboxClassNames as i, DataExplorerCheckboxProps as j, DataExplorerCollectionFooterClassNames as k, DataExplorerCollectionFooterProps as l, DataExplorerControlOption as m, DataExplorerControlTone as n, DataExplorerDensity as o, DataExplorerDetailFieldClassNames as p, DataExplorerDetailFieldDefinition as q, DataExplorerDetailFieldProps as r, DataExplorerDetailNavigation as s, DataExplorerDetailSectionClassNames as t, DataExplorerDetailSectionDefinition as u, DataExplorerDetailSectionProps as v, DataExplorerDetailShellClassNames as w, DataExplorerDetailShellProps as x, DataExplorerDisplayAction as y, DataExplorerDisplayActionContext as z };
1233
+ export type { DataExplorerRecordCardProps as $, DataExplorerDisplayActionMenuClassNames as A, DataExplorerDisplayActionMenuProps as B, DataExplorerDisplayBadge as C, DataExplorerAction as D, DataExplorerDisplayCardClassNames as E, DataExplorerDisplayCardProps as F, DataExplorerDisplayCollectionItemContext as G, DataExplorerDisplayCollectionItemPropsResolver as H, DataExplorerDisplayCollectionViewProps as I, DataExplorerDisplayItem as J, DataExplorerDisplayListItemClassNames as K, DataExplorerDisplayListItemProps as L, DataExplorerDisplayMediaClassNames as M, DataExplorerDisplayMediaItem as N, DataExplorerDisplayMediaKind as O, DataExplorerDisplayMediaProps as P, DataExplorerDisplayMetadata as Q, DataExplorerFilterBarClassNames as R, DataExplorerFilterBarProps as S, DataExplorerImagePreviewClassNames as T, DataExplorerImagePreviewNaturalSize as U, DataExplorerImagePreviewProps as V, DataExplorerMeasuredGridOptions as W, DataExplorerPageClassNames as X, DataExplorerPageProps as Y, DataExplorerRadius as Z, DataExplorerRecordCardClassNames as _, DataExplorerActionBarClassNames as a, DataExplorerResolvedTheme as a0, DataExplorerResolver as a1, DataExplorerSelectClassNames as a2, DataExplorerSelectProps as a3, DataExplorerThemePresetId as a4, DataExplorerThemeSlots as a5, DataExplorerThemeStyles as a6, DataExplorerToolbarAction as a7, DataExplorerToolbarActionItem as a8, DataExplorerToolbarActionKind as a9, DataExplorerViewShellClassNames as aA, DataExplorerViewShellProps as aB, DataExplorerViewTreeAction as aC, DataExplorerViewTreeActionContext as aD, DataExplorerViewTreeClassNames as aE, DataExplorerViewTreeEntryType as aF, DataExplorerViewTreeGroup as aG, DataExplorerViewTreeLabels as aH, DataExplorerViewTreeNode as aI, DataExplorerViewTreeProps as aJ, DataExplorerViewTreeReorderPayload as aK, DataExplorerDraggableTreeProps as aL, DataExplorerDraggableTreeClassNames as aM, DataExplorerDraggableTreeDragPayload as aN, DataExplorerDraggableTreeFlattenedNode as aO, DataExplorerDraggableTreeLabels as aP, DataExplorerDraggableTreeNode as aQ, DataExplorerDraggableTreeRenderContext as aR, DataExplorerToolbarActionOption as aa, DataExplorerToolbarActionsClassNames as ab, DataExplorerToolbarActionsLayout as ac, DataExplorerToolbarActionsProps as ad, DataExplorerToolbarShellClassNames as ae, DataExplorerToolbarShellProps as af, DataExplorerToolbarViewOption as ag, DataExplorerTreeClassNames as ah, DataExplorerTreeProps as ai, DataExplorerTreeRenderProps as aj, DataExplorerTreeShellClassNames as ak, DataExplorerTreeShellProps as al, DataExplorerViewClassNames as am, DataExplorerViewCollectionClassNames as an, DataExplorerViewCollectionLayout as ao, DataExplorerViewCollectionOptions as ap, DataExplorerViewCollectionProps as aq, DataExplorerViewDefinition as ar, DataExplorerViewId as as, DataExplorerViewItemDefinition as at, DataExplorerViewItemProps as au, DataExplorerViewItemShellClassNames as av, DataExplorerViewItemShellProps as aw, DataExplorerViewOption as ax, DataExplorerViewProps as ay, DataExplorerViewRenderProps as az, DataExplorerActionBarProps as b, DataExplorerAppearance as c, DataExplorerBackground as d, DataExplorerBorder as e, DataExplorerButtonClassNames as f, DataExplorerButtonProps as g, DataExplorerCapabilities as h, DataExplorerCheckboxClassNames as i, DataExplorerCheckboxProps as j, DataExplorerCollectionFooterClassNames as k, DataExplorerCollectionFooterProps as l, DataExplorerControlOption as m, DataExplorerControlTone as n, DataExplorerDensity as o, DataExplorerDetailFieldClassNames as p, DataExplorerDetailFieldDefinition as q, DataExplorerDetailFieldProps as r, DataExplorerDetailNavigation as s, DataExplorerDetailSectionClassNames as t, DataExplorerDetailSectionDefinition as u, DataExplorerDetailSectionProps as v, DataExplorerDetailShellClassNames as w, DataExplorerDetailShellProps as x, DataExplorerDisplayAction as y, DataExplorerDisplayActionContext as z };
@@ -1,4 +1,4 @@
1
- import { ReactNode, CSSProperties, ButtonHTMLAttributes, MouseEventHandler, KeyboardEventHandler, ReactEventHandler } from 'react';
1
+ import { ReactNode, CSSProperties, ButtonHTMLAttributes, MouseEventHandler, KeyboardEventHandler, HTMLAttributes, ReactEventHandler } from 'react';
2
2
  type DataExplorerResolver<TValue, TContext = unknown> = ((context: TContext) => TValue) | TValue;
3
3
  interface DataExplorerCapabilities {
4
4
  canRead?: boolean;
@@ -907,6 +907,23 @@ interface DataExplorerActionBarProps<TContext = unknown> {
907
907
  className?: string;
908
908
  classNames?: DataExplorerActionBarClassNames;
909
909
  }
910
+ interface DataExplorerFilterBarClassNames {
911
+ root?: string;
912
+ layout?: string;
913
+ label?: string;
914
+ fieldsViewport?: string;
915
+ fields?: string;
916
+ actions?: string;
917
+ }
918
+ interface DataExplorerFilterBarProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'className'> {
919
+ label?: ReactNode;
920
+ leading?: ReactNode;
921
+ children?: ReactNode;
922
+ actions?: ReactNode;
923
+ maxFieldsHeight?: number | string;
924
+ className?: string;
925
+ classNames?: DataExplorerFilterBarClassNames;
926
+ }
910
927
  interface DataExplorerTreeShellClassNames {
911
928
  root?: string;
912
929
  header?: string;
@@ -1213,4 +1230,4 @@ interface DataExplorerDisplayCollectionItemContext<TSource = unknown> {
1213
1230
  layout: DataExplorerViewCollectionLayout;
1214
1231
  }
1215
1232
  type DataExplorerDisplayCollectionItemPropsResolver<TProps, TSource = unknown> = ((context: DataExplorerDisplayCollectionItemContext<TSource>) => Partial<TProps> | undefined) | Partial<TProps>;
1216
- export type { DataExplorerResolver as $, DataExplorerDisplayActionMenuClassNames as A, DataExplorerDisplayActionMenuProps as B, DataExplorerDisplayBadge as C, DataExplorerAction as D, DataExplorerDisplayCardClassNames as E, DataExplorerDisplayCardProps as F, DataExplorerDisplayCollectionItemContext as G, DataExplorerDisplayCollectionItemPropsResolver as H, DataExplorerDisplayCollectionViewProps as I, DataExplorerDisplayItem as J, DataExplorerDisplayListItemClassNames as K, DataExplorerDisplayListItemProps as L, DataExplorerDisplayMediaClassNames as M, DataExplorerDisplayMediaItem as N, DataExplorerDisplayMediaKind as O, DataExplorerDisplayMediaProps as P, DataExplorerDisplayMetadata as Q, DataExplorerImagePreviewClassNames as R, DataExplorerImagePreviewNaturalSize as S, DataExplorerImagePreviewProps as T, DataExplorerMeasuredGridOptions as U, DataExplorerPageClassNames as V, DataExplorerPageProps as W, DataExplorerRadius as X, DataExplorerRecordCardClassNames as Y, DataExplorerRecordCardProps as Z, DataExplorerResolvedTheme as _, DataExplorerActionBarClassNames as a, DataExplorerSelectClassNames as a0, DataExplorerSelectProps as a1, DataExplorerThemePresetId as a2, DataExplorerThemeSlots as a3, DataExplorerThemeStyles as a4, DataExplorerToolbarAction as a5, DataExplorerToolbarActionItem as a6, DataExplorerToolbarActionKind as a7, DataExplorerToolbarActionOption as a8, DataExplorerToolbarActionsClassNames as a9, DataExplorerViewTreeAction as aA, DataExplorerViewTreeActionContext as aB, DataExplorerViewTreeClassNames as aC, DataExplorerViewTreeEntryType as aD, DataExplorerViewTreeGroup as aE, DataExplorerViewTreeLabels as aF, DataExplorerViewTreeNode as aG, DataExplorerViewTreeProps as aH, DataExplorerViewTreeReorderPayload as aI, DataExplorerDraggableTreeProps as aJ, DataExplorerDraggableTreeClassNames as aK, DataExplorerDraggableTreeDragPayload as aL, DataExplorerDraggableTreeFlattenedNode as aM, DataExplorerDraggableTreeLabels as aN, DataExplorerDraggableTreeNode as aO, DataExplorerDraggableTreeRenderContext as aP, DataExplorerToolbarActionsLayout as aa, DataExplorerToolbarActionsProps as ab, DataExplorerToolbarShellClassNames as ac, DataExplorerToolbarShellProps as ad, DataExplorerToolbarViewOption as ae, DataExplorerTreeClassNames as af, DataExplorerTreeProps as ag, DataExplorerTreeRenderProps as ah, DataExplorerTreeShellClassNames as ai, DataExplorerTreeShellProps as aj, DataExplorerViewClassNames as ak, DataExplorerViewCollectionClassNames as al, DataExplorerViewCollectionLayout as am, DataExplorerViewCollectionOptions as an, DataExplorerViewCollectionProps as ao, DataExplorerViewDefinition as ap, DataExplorerViewId as aq, DataExplorerViewItemDefinition as ar, DataExplorerViewItemProps as as, DataExplorerViewItemShellClassNames as at, DataExplorerViewItemShellProps as au, DataExplorerViewOption as av, DataExplorerViewProps as aw, DataExplorerViewRenderProps as ax, DataExplorerViewShellClassNames as ay, DataExplorerViewShellProps as az, DataExplorerActionBarProps as b, DataExplorerAppearance as c, DataExplorerBackground as d, DataExplorerBorder as e, DataExplorerButtonClassNames as f, DataExplorerButtonProps as g, DataExplorerCapabilities as h, DataExplorerCheckboxClassNames as i, DataExplorerCheckboxProps as j, DataExplorerCollectionFooterClassNames as k, DataExplorerCollectionFooterProps as l, DataExplorerControlOption as m, DataExplorerControlTone as n, DataExplorerDensity as o, DataExplorerDetailFieldClassNames as p, DataExplorerDetailFieldDefinition as q, DataExplorerDetailFieldProps as r, DataExplorerDetailNavigation as s, DataExplorerDetailSectionClassNames as t, DataExplorerDetailSectionDefinition as u, DataExplorerDetailSectionProps as v, DataExplorerDetailShellClassNames as w, DataExplorerDetailShellProps as x, DataExplorerDisplayAction as y, DataExplorerDisplayActionContext as z };
1233
+ export type { DataExplorerRecordCardProps as $, DataExplorerDisplayActionMenuClassNames as A, DataExplorerDisplayActionMenuProps as B, DataExplorerDisplayBadge as C, DataExplorerAction as D, DataExplorerDisplayCardClassNames as E, DataExplorerDisplayCardProps as F, DataExplorerDisplayCollectionItemContext as G, DataExplorerDisplayCollectionItemPropsResolver as H, DataExplorerDisplayCollectionViewProps as I, DataExplorerDisplayItem as J, DataExplorerDisplayListItemClassNames as K, DataExplorerDisplayListItemProps as L, DataExplorerDisplayMediaClassNames as M, DataExplorerDisplayMediaItem as N, DataExplorerDisplayMediaKind as O, DataExplorerDisplayMediaProps as P, DataExplorerDisplayMetadata as Q, DataExplorerFilterBarClassNames as R, DataExplorerFilterBarProps as S, DataExplorerImagePreviewClassNames as T, DataExplorerImagePreviewNaturalSize as U, DataExplorerImagePreviewProps as V, DataExplorerMeasuredGridOptions as W, DataExplorerPageClassNames as X, DataExplorerPageProps as Y, DataExplorerRadius as Z, DataExplorerRecordCardClassNames as _, DataExplorerActionBarClassNames as a, DataExplorerResolvedTheme as a0, DataExplorerResolver as a1, DataExplorerSelectClassNames as a2, DataExplorerSelectProps as a3, DataExplorerThemePresetId as a4, DataExplorerThemeSlots as a5, DataExplorerThemeStyles as a6, DataExplorerToolbarAction as a7, DataExplorerToolbarActionItem as a8, DataExplorerToolbarActionKind as a9, DataExplorerViewShellClassNames as aA, DataExplorerViewShellProps as aB, DataExplorerViewTreeAction as aC, DataExplorerViewTreeActionContext as aD, DataExplorerViewTreeClassNames as aE, DataExplorerViewTreeEntryType as aF, DataExplorerViewTreeGroup as aG, DataExplorerViewTreeLabels as aH, DataExplorerViewTreeNode as aI, DataExplorerViewTreeProps as aJ, DataExplorerViewTreeReorderPayload as aK, DataExplorerDraggableTreeProps as aL, DataExplorerDraggableTreeClassNames as aM, DataExplorerDraggableTreeDragPayload as aN, DataExplorerDraggableTreeFlattenedNode as aO, DataExplorerDraggableTreeLabels as aP, DataExplorerDraggableTreeNode as aQ, DataExplorerDraggableTreeRenderContext as aR, DataExplorerToolbarActionOption as aa, DataExplorerToolbarActionsClassNames as ab, DataExplorerToolbarActionsLayout as ac, DataExplorerToolbarActionsProps as ad, DataExplorerToolbarShellClassNames as ae, DataExplorerToolbarShellProps as af, DataExplorerToolbarViewOption as ag, DataExplorerTreeClassNames as ah, DataExplorerTreeProps as ai, DataExplorerTreeRenderProps as aj, DataExplorerTreeShellClassNames as ak, DataExplorerTreeShellProps as al, DataExplorerViewClassNames as am, DataExplorerViewCollectionClassNames as an, DataExplorerViewCollectionLayout as ao, DataExplorerViewCollectionOptions as ap, DataExplorerViewCollectionProps as aq, DataExplorerViewDefinition as ar, DataExplorerViewId as as, DataExplorerViewItemDefinition as at, DataExplorerViewItemProps as au, DataExplorerViewItemShellClassNames as av, DataExplorerViewItemShellProps as aw, DataExplorerViewOption as ax, DataExplorerViewProps as ay, DataExplorerViewRenderProps as az, DataExplorerActionBarProps as b, DataExplorerAppearance as c, DataExplorerBackground as d, DataExplorerBorder as e, DataExplorerButtonClassNames as f, DataExplorerButtonProps as g, DataExplorerCapabilities as h, DataExplorerCheckboxClassNames as i, DataExplorerCheckboxProps as j, DataExplorerCollectionFooterClassNames as k, DataExplorerCollectionFooterProps as l, DataExplorerControlOption as m, DataExplorerControlTone as n, DataExplorerDensity as o, DataExplorerDetailFieldClassNames as p, DataExplorerDetailFieldDefinition as q, DataExplorerDetailFieldProps as r, DataExplorerDetailNavigation as s, DataExplorerDetailSectionClassNames as t, DataExplorerDetailSectionDefinition as u, DataExplorerDetailSectionProps as v, DataExplorerDetailShellClassNames as w, DataExplorerDetailShellProps as x, DataExplorerDisplayAction as y, DataExplorerDisplayActionContext as z };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inf-monkeys-tech/monkeys-design",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",