@inf-monkeys-tech/monkeys-design 1.0.108 → 1.0.109

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,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
  import { c as BaseAppearance } from '../types-c6ec8b90925b.mjs';
4
- import { c as DataExplorerAppearance } from '../types-524c5b792610.mjs';
4
+ import { c as DataExplorerAppearance } from '../types-99f2454631c1.mjs';
5
5
  import { o as MonkeysResolvedLocale, i as MonkeysLocaleMessages, h as MonkeysLocaleInput, j as MonkeysLocaleMessagesOverride } from '../types-89825c97f499.mjs';
6
6
  export { a as MonkeysBuiltInLocaleId } from '../types-89825c97f499.mjs';
7
7
  import { CompiledThemeTokens, MonkeysThemeColorMode, MonkeysThemeDensity } from '../theme-system/index.mjs';
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
  import { c as BaseAppearance } from '../types-c6ec8b90925b.js';
4
- import { c as DataExplorerAppearance } from '../types-524c5b792610.js';
4
+ import { c as DataExplorerAppearance } from '../types-99f2454631c1.js';
5
5
  import { o as MonkeysResolvedLocale, i as MonkeysLocaleMessages, h as MonkeysLocaleInput, j as MonkeysLocaleMessagesOverride } from '../types-89825c97f499.js';
6
6
  export { a as MonkeysBuiltInLocaleId } from '../types-89825c97f499.js';
7
7
  import { CompiledThemeTokens, MonkeysThemeColorMode, MonkeysThemeDensity } from '../theme-system/index.js';
@@ -1,5 +1,5 @@
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, T as DataExplorerFilterBarProps, ab as DataExplorerSelectProps, al as DataExplorerToolbarActionsProps, s as DataExplorerDetailFieldProps, w as DataExplorerDetailSectionProps, y as DataExplorerDetailShellProps, C as DataExplorerDisplayActionMenuProps, G as DataExplorerDisplayCardProps, J as DataExplorerDisplayCollectionViewProps, M as DataExplorerDisplayListItemProps, Q as DataExplorerDisplayMediaProps, X as DataExplorerImagePreviewProps, $ as DataExplorerMediaPreviewProps, a1 as DataExplorerPageProps, a4 as DataExplorerRecordCardProps, a7 as DataExplorerRecordPickerProps, av as DataExplorerUploadSurfaceProps, an as DataExplorerToolbarShellProps, aq as DataExplorerTreeProps, at as DataExplorerTreeShellProps, aT as DataExplorerViewTreeProps, aC as DataExplorerViewId, aI as DataExplorerViewProps, aA as DataExplorerViewCollectionProps, aE as DataExplorerViewItemProps, aG as DataExplorerViewItemShellProps, aL as DataExplorerViewShellProps, a8 as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-524c5b792610.mjs';
2
+ import { b as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, T as DataExplorerFilterBarProps, ab as DataExplorerSelectProps, al as DataExplorerToolbarActionsProps, s as DataExplorerDetailFieldProps, w as DataExplorerDetailSectionProps, y as DataExplorerDetailShellProps, C as DataExplorerDisplayActionMenuProps, G as DataExplorerDisplayCardProps, J as DataExplorerDisplayCollectionViewProps, M as DataExplorerDisplayListItemProps, Q as DataExplorerDisplayMediaProps, X as DataExplorerImagePreviewProps, $ as DataExplorerMediaPreviewProps, a1 as DataExplorerPageProps, a4 as DataExplorerRecordCardProps, a7 as DataExplorerRecordPickerProps, av as DataExplorerUploadSurfaceProps, an as DataExplorerToolbarShellProps, aq as DataExplorerTreeProps, at as DataExplorerTreeShellProps, aT as DataExplorerViewTreeProps, aC as DataExplorerViewId, aI as DataExplorerViewProps, aA as DataExplorerViewCollectionProps, aE as DataExplorerViewItemProps, aG as DataExplorerViewItemShellProps, aL as DataExplorerViewShellProps, a8 as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-99f2454631c1.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>>;
@@ -20,7 +20,7 @@ declare function DataExplorerImagePreview({ src, alt, empty, actions, actionCont
20
20
  declare function DataExplorerMediaPreview({ src, kind, alt, title, aspectRatio, fit, controls, loading, empty, error, className, style, classNames, mediaAttributes, onLoad, onError, }: DataExplorerMediaPreviewProps): react_jsx_runtime.JSX.Element;
21
21
  declare function DataExplorerPage({ sidebar, tree, toolbar, controls, notices, content, view, detail, appearance, className, classNames, }: DataExplorerPageProps): react_jsx_runtime.JSX.Element;
22
22
  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;
23
- declare function DataExplorerRecordPicker({ value, activeValue, options, createOption, multiple, placeholder, triggerLabel, triggerIcon, searchPlaceholder, emptyState, loadingState, errorState, loading, disabled, open, defaultOpen, searchValue, defaultSearchValue, appearance, className, classNames, triggerProps, dataAttributes, onOpenChange, onListScroll, onSearchValueChange, onValueChange, }: DataExplorerRecordPickerProps): react_jsx_runtime.JSX.Element;
23
+ declare function DataExplorerRecordPicker({ value, activeValue, options, createOption, multiple, placeholder, triggerLabel, triggerIcon, searchPlaceholder, emptyState, loadingState, loadingMoreState, errorState, loading, loadingMore, disabled, open, defaultOpen, searchValue, defaultSearchValue, appearance, className, classNames, triggerProps, dataAttributes, onOpenChange, onListScroll, onSearchValueChange, onValueChange, }: DataExplorerRecordPickerProps): react_jsx_runtime.JSX.Element;
24
24
  declare function DataExplorerUploadSurface({ accept, multiple, disabled, busy, title, description, hint, busyLabel, icon, inputProps, className, classNames, onFilesSelected, }: DataExplorerUploadSurfaceProps): react_jsx_runtime.JSX.Element;
25
25
  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;
26
26
  declare function DataExplorerTree<TNode = unknown, TContext = unknown>({ nodes, context, capabilities, className, classNames, empty, selectedNodeId, getNodeId, getChildren, renderNode, onSelect, }: DataExplorerTreeProps<TNode, TContext>): null | react_jsx_runtime.JSX.Element;
@@ -1,5 +1,5 @@
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, T as DataExplorerFilterBarProps, ab as DataExplorerSelectProps, al as DataExplorerToolbarActionsProps, s as DataExplorerDetailFieldProps, w as DataExplorerDetailSectionProps, y as DataExplorerDetailShellProps, C as DataExplorerDisplayActionMenuProps, G as DataExplorerDisplayCardProps, J as DataExplorerDisplayCollectionViewProps, M as DataExplorerDisplayListItemProps, Q as DataExplorerDisplayMediaProps, X as DataExplorerImagePreviewProps, $ as DataExplorerMediaPreviewProps, a1 as DataExplorerPageProps, a4 as DataExplorerRecordCardProps, a7 as DataExplorerRecordPickerProps, av as DataExplorerUploadSurfaceProps, an as DataExplorerToolbarShellProps, aq as DataExplorerTreeProps, at as DataExplorerTreeShellProps, aT as DataExplorerViewTreeProps, aC as DataExplorerViewId, aI as DataExplorerViewProps, aA as DataExplorerViewCollectionProps, aE as DataExplorerViewItemProps, aG as DataExplorerViewItemShellProps, aL as DataExplorerViewShellProps, a8 as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-524c5b792610.js';
2
+ import { b as DataExplorerActionBarProps, g as DataExplorerButtonProps, j as DataExplorerCheckboxProps, l as DataExplorerCollectionFooterProps, T as DataExplorerFilterBarProps, ab as DataExplorerSelectProps, al as DataExplorerToolbarActionsProps, s as DataExplorerDetailFieldProps, w as DataExplorerDetailSectionProps, y as DataExplorerDetailShellProps, C as DataExplorerDisplayActionMenuProps, G as DataExplorerDisplayCardProps, J as DataExplorerDisplayCollectionViewProps, M as DataExplorerDisplayListItemProps, Q as DataExplorerDisplayMediaProps, X as DataExplorerImagePreviewProps, $ as DataExplorerMediaPreviewProps, a1 as DataExplorerPageProps, a4 as DataExplorerRecordCardProps, a7 as DataExplorerRecordPickerProps, av as DataExplorerUploadSurfaceProps, an as DataExplorerToolbarShellProps, aq as DataExplorerTreeProps, at as DataExplorerTreeShellProps, aT as DataExplorerViewTreeProps, aC as DataExplorerViewId, aI as DataExplorerViewProps, aA as DataExplorerViewCollectionProps, aE as DataExplorerViewItemProps, aG as DataExplorerViewItemShellProps, aL as DataExplorerViewShellProps, a8 as DataExplorerResolvedTheme, n as DataExplorerControlTone, c as DataExplorerAppearance } from './types-99f2454631c1.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>>;
@@ -20,7 +20,7 @@ declare function DataExplorerImagePreview({ src, alt, empty, actions, actionCont
20
20
  declare function DataExplorerMediaPreview({ src, kind, alt, title, aspectRatio, fit, controls, loading, empty, error, className, style, classNames, mediaAttributes, onLoad, onError, }: DataExplorerMediaPreviewProps): react_jsx_runtime.JSX.Element;
21
21
  declare function DataExplorerPage({ sidebar, tree, toolbar, controls, notices, content, view, detail, appearance, className, classNames, }: DataExplorerPageProps): react_jsx_runtime.JSX.Element;
22
22
  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;
23
- declare function DataExplorerRecordPicker({ value, activeValue, options, createOption, multiple, placeholder, triggerLabel, triggerIcon, searchPlaceholder, emptyState, loadingState, errorState, loading, disabled, open, defaultOpen, searchValue, defaultSearchValue, appearance, className, classNames, triggerProps, dataAttributes, onOpenChange, onListScroll, onSearchValueChange, onValueChange, }: DataExplorerRecordPickerProps): react_jsx_runtime.JSX.Element;
23
+ declare function DataExplorerRecordPicker({ value, activeValue, options, createOption, multiple, placeholder, triggerLabel, triggerIcon, searchPlaceholder, emptyState, loadingState, loadingMoreState, errorState, loading, loadingMore, disabled, open, defaultOpen, searchValue, defaultSearchValue, appearance, className, classNames, triggerProps, dataAttributes, onOpenChange, onListScroll, onSearchValueChange, onValueChange, }: DataExplorerRecordPickerProps): react_jsx_runtime.JSX.Element;
24
24
  declare function DataExplorerUploadSurface({ accept, multiple, disabled, busy, title, description, hint, busyLabel, icon, inputProps, className, classNames, onFilesSelected, }: DataExplorerUploadSurfaceProps): react_jsx_runtime.JSX.Element;
25
25
  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;
26
26
  declare function DataExplorerTree<TNode = unknown, TContext = unknown>({ nodes, context, capabilities, className, classNames, empty, selectedNodeId, getNodeId, getChildren, renderNode, onSelect, }: DataExplorerTreeProps<TNode, TContext>): null | react_jsx_runtime.JSX.Element;
@@ -1270,8 +1270,10 @@ interface DataExplorerRecordPickerProps {
1270
1270
  searchPlaceholder?: string;
1271
1271
  emptyState?: ReactNode;
1272
1272
  loadingState?: ReactNode;
1273
+ loadingMoreState?: ReactNode;
1273
1274
  errorState?: ReactNode;
1274
1275
  loading?: boolean;
1276
+ loadingMore?: boolean;
1275
1277
  disabled?: boolean;
1276
1278
  open?: boolean;
1277
1279
  defaultOpen?: boolean;
@@ -1289,6 +1291,7 @@ interface DataExplorerRecordPickerProps {
1289
1291
  list?: Record<string, string | undefined>;
1290
1292
  option?: Record<string, string | undefined>;
1291
1293
  loading?: Record<string, string | undefined>;
1294
+ loadingMore?: Record<string, string | undefined>;
1292
1295
  error?: Record<string, string | undefined>;
1293
1296
  empty?: Record<string, string | undefined>;
1294
1297
  };
@@ -1270,8 +1270,10 @@ interface DataExplorerRecordPickerProps {
1270
1270
  searchPlaceholder?: string;
1271
1271
  emptyState?: ReactNode;
1272
1272
  loadingState?: ReactNode;
1273
+ loadingMoreState?: ReactNode;
1273
1274
  errorState?: ReactNode;
1274
1275
  loading?: boolean;
1276
+ loadingMore?: boolean;
1275
1277
  disabled?: boolean;
1276
1278
  open?: boolean;
1277
1279
  defaultOpen?: boolean;
@@ -1289,6 +1291,7 @@ interface DataExplorerRecordPickerProps {
1289
1291
  list?: Record<string, string | undefined>;
1290
1292
  option?: Record<string, string | undefined>;
1291
1293
  loading?: Record<string, string | undefined>;
1294
+ loadingMore?: Record<string, string | undefined>;
1292
1295
  error?: Record<string, string | undefined>;
1293
1296
  empty?: Record<string, string | undefined>;
1294
1297
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inf-monkeys-tech/monkeys-design",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",