@sistent/sistent 0.16.13 → 0.17.1
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/index.d.mts +23 -7
- package/dist/index.d.ts +23 -7
- package/dist/index.js +34 -70
- package/dist/index.mjs +34 -70
- package/package.json +9 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as _mui_material from '@mui/material';
|
|
2
|
-
import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps,
|
|
2
|
+
import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps, GrowProps, IconButtonProps as IconButtonProps$1, InputProps, InputAdornmentProps, InputBaseProps, InputLabelProps, LinearProgressProps, LinkProps, ListProps, ListItemProps, ListItemAvatarProps, ListItemButtonProps, ListItemIconProps, ListItemSecondaryActionProps, ListItemTextProps, ListSubheaderProps, MenuProps, MenuItemProps, MenuListProps, NativeSelectProps, NoSsrProps, OutlinedInputProps, PaginationProps, PaperProps, PopoverProps, PopperProps, RadioProps, RadioGroupProps, SkeletonProps, SlideProps, SliderProps, SnackbarProps, SpeedDialProps, SpeedDialActionProps, StackProps, StepProps, StepButtonProps, StepConnectorProps, StepContentProps, StepIconProps, StepLabelProps, StepperProps, SvgIconProps, SwitchProps, TabProps, TableProps, TableBodyProps, TableCellProps, TableContainerProps, TableHeadProps, TableRowProps, TableSortLabelProps, TabsProps, ToggleButtonProps, ToggleButtonGroupProps, ToolbarProps, TooltipProps as TooltipProps$1, TypographyProps, ZoomProps, PaletteOptions, PaletteMode } from '@mui/material';
|
|
3
3
|
export { AccordionDetailsProps, AccordionProps, AccordionSummaryProps, AlertTitleProps, AppBarProps, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonGroupProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CardProps, CollapseProps, CssBaselineProps, DividerProps, DrawerProps, FormControlProps, ListItemAvatarProps, ListItemProps, ListItemSecondaryActionProps, ListItemTextProps, ListProps, ListSubheaderProps, MenuItemProps, MenuListProps, MenuProps, OutlinedInputProps, PaginationItem, PaginationProps, PaperProps, PopperProps, RadioGroupProps, SelectProps, SkeletonProps, SlideProps, StackProps, StepConnectorProps, SvgIconProps, SwitchProps, TabProps, TableProps, TabsProps, TextFieldProps, Theme, ThemeProvider, ToggleButtonGroupProps, ToggleButtonProps, ToolbarProps, TypographyProps, alpha, createTheme, keyframes, lighten, stepConnectorClasses, styled, useMediaQuery, useTheme } from '@mui/material';
|
|
4
4
|
import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
|
|
5
|
+
import { GridProps as GridProps$1 } from '@mui/material/Grid';
|
|
5
6
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
7
|
export { outlinedInputClasses } from '@mui/material/OutlinedInput';
|
|
7
8
|
export { tooltipClasses } from '@mui/material/Tooltip';
|
|
@@ -9,13 +10,13 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
9
10
|
import * as _mui_system from '@mui/system';
|
|
10
11
|
import { Store as Store$1, Dispatch } from 'redux';
|
|
11
12
|
import { EmotionCache } from '@emotion/react';
|
|
12
|
-
import {
|
|
13
|
+
import { TypographyVariantsOptions } from '@mui/material/styles';
|
|
13
14
|
import * as xstate from 'xstate';
|
|
14
15
|
import { EventObject, DoneActorEvent, SnapshotFrom, NonReducibleUnknown, ActorLogic, AnyMachineSnapshot, AnyActorLogic, ErrorActorEvent, AnyEventObject } from 'xstate';
|
|
15
|
-
import {
|
|
16
|
+
import { Observable } from 'rxjs';
|
|
17
|
+
import { UnknownAction, Store, Selector } from '@reduxjs/toolkit';
|
|
16
18
|
import { Api, EndpointDefinitions, QueryResultSelectorResult } from '@reduxjs/toolkit/query/react';
|
|
17
19
|
import { AnyActorSystem } from 'xstate/dist/declarations/src/system';
|
|
18
|
-
import { Observable } from 'rxjs';
|
|
19
20
|
|
|
20
21
|
declare const DATA_VALIDATOR_COMMANDS: {
|
|
21
22
|
VALIDATE_DATA: "VALIDATE_DATA";
|
|
@@ -445,11 +446,26 @@ declare const FormLabel: React$1.ForwardRefExoticComponent<Omit<FormLabelProps,
|
|
|
445
446
|
*/
|
|
446
447
|
declare const Grid: React$1.ForwardRefExoticComponent<Omit<GridProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
447
448
|
|
|
448
|
-
declare const Grid2: React$1.ForwardRefExoticComponent<Omit<
|
|
449
|
+
declare const Grid2: React$1.ForwardRefExoticComponent<Omit<GridProps$1, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
449
450
|
|
|
450
451
|
declare const Grow: React$1.ForwardRefExoticComponent<Omit<GrowProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
451
452
|
|
|
452
|
-
|
|
453
|
+
type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
454
|
+
interface HiddenProps {
|
|
455
|
+
children?: React$1.ReactNode;
|
|
456
|
+
only?: Breakpoint | Breakpoint[];
|
|
457
|
+
xsUp?: boolean;
|
|
458
|
+
smUp?: boolean;
|
|
459
|
+
mdUp?: boolean;
|
|
460
|
+
lgUp?: boolean;
|
|
461
|
+
xlUp?: boolean;
|
|
462
|
+
xsDown?: boolean;
|
|
463
|
+
smDown?: boolean;
|
|
464
|
+
mdDown?: boolean;
|
|
465
|
+
lgDown?: boolean;
|
|
466
|
+
xlDown?: boolean;
|
|
467
|
+
}
|
|
468
|
+
declare const Hidden: ({ children, only, xsUp, smUp, mdUp, lgUp, xlUp, xsDown, smDown, mdDown, lgDown, xlDown }: HiddenProps) => react_jsx_runtime.JSX.Element | null;
|
|
453
469
|
|
|
454
470
|
type IconButtonProps = IconButtonProps$1;
|
|
455
471
|
declare const IconButton: React$1.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
@@ -2537,7 +2553,7 @@ declare module '@mui/material/Typography' {
|
|
|
2537
2553
|
textC2Regular: true;
|
|
2538
2554
|
}
|
|
2539
2555
|
}
|
|
2540
|
-
declare const typography: (mode: PaletteMode) =>
|
|
2556
|
+
declare const typography: (mode: PaletteMode) => TypographyVariantsOptions;
|
|
2541
2557
|
|
|
2542
2558
|
declare const componentIcon: ({ kind, model, color }: {
|
|
2543
2559
|
kind: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as _mui_material from '@mui/material';
|
|
2
|
-
import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps,
|
|
2
|
+
import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps, GrowProps, IconButtonProps as IconButtonProps$1, InputProps, InputAdornmentProps, InputBaseProps, InputLabelProps, LinearProgressProps, LinkProps, ListProps, ListItemProps, ListItemAvatarProps, ListItemButtonProps, ListItemIconProps, ListItemSecondaryActionProps, ListItemTextProps, ListSubheaderProps, MenuProps, MenuItemProps, MenuListProps, NativeSelectProps, NoSsrProps, OutlinedInputProps, PaginationProps, PaperProps, PopoverProps, PopperProps, RadioProps, RadioGroupProps, SkeletonProps, SlideProps, SliderProps, SnackbarProps, SpeedDialProps, SpeedDialActionProps, StackProps, StepProps, StepButtonProps, StepConnectorProps, StepContentProps, StepIconProps, StepLabelProps, StepperProps, SvgIconProps, SwitchProps, TabProps, TableProps, TableBodyProps, TableCellProps, TableContainerProps, TableHeadProps, TableRowProps, TableSortLabelProps, TabsProps, ToggleButtonProps, ToggleButtonGroupProps, ToolbarProps, TooltipProps as TooltipProps$1, TypographyProps, ZoomProps, PaletteOptions, PaletteMode } from '@mui/material';
|
|
3
3
|
export { AccordionDetailsProps, AccordionProps, AccordionSummaryProps, AlertTitleProps, AppBarProps, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonGroupProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CardProps, CollapseProps, CssBaselineProps, DividerProps, DrawerProps, FormControlProps, ListItemAvatarProps, ListItemProps, ListItemSecondaryActionProps, ListItemTextProps, ListProps, ListSubheaderProps, MenuItemProps, MenuListProps, MenuProps, OutlinedInputProps, PaginationItem, PaginationProps, PaperProps, PopperProps, RadioGroupProps, SelectProps, SkeletonProps, SlideProps, StackProps, StepConnectorProps, SvgIconProps, SwitchProps, TabProps, TableProps, TabsProps, TextFieldProps, Theme, ThemeProvider, ToggleButtonGroupProps, ToggleButtonProps, ToolbarProps, TypographyProps, alpha, createTheme, keyframes, lighten, stepConnectorClasses, styled, useMediaQuery, useTheme } from '@mui/material';
|
|
4
4
|
import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
|
|
5
|
+
import { GridProps as GridProps$1 } from '@mui/material/Grid';
|
|
5
6
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
7
|
export { outlinedInputClasses } from '@mui/material/OutlinedInput';
|
|
7
8
|
export { tooltipClasses } from '@mui/material/Tooltip';
|
|
@@ -9,13 +10,13 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
9
10
|
import * as _mui_system from '@mui/system';
|
|
10
11
|
import { Store as Store$1, Dispatch } from 'redux';
|
|
11
12
|
import { EmotionCache } from '@emotion/react';
|
|
12
|
-
import {
|
|
13
|
+
import { TypographyVariantsOptions } from '@mui/material/styles';
|
|
13
14
|
import * as xstate from 'xstate';
|
|
14
15
|
import { EventObject, DoneActorEvent, SnapshotFrom, NonReducibleUnknown, ActorLogic, AnyMachineSnapshot, AnyActorLogic, ErrorActorEvent, AnyEventObject } from 'xstate';
|
|
15
|
-
import {
|
|
16
|
+
import { Observable } from 'rxjs';
|
|
17
|
+
import { UnknownAction, Store, Selector } from '@reduxjs/toolkit';
|
|
16
18
|
import { Api, EndpointDefinitions, QueryResultSelectorResult } from '@reduxjs/toolkit/query/react';
|
|
17
19
|
import { AnyActorSystem } from 'xstate/dist/declarations/src/system';
|
|
18
|
-
import { Observable } from 'rxjs';
|
|
19
20
|
|
|
20
21
|
declare const DATA_VALIDATOR_COMMANDS: {
|
|
21
22
|
VALIDATE_DATA: "VALIDATE_DATA";
|
|
@@ -445,11 +446,26 @@ declare const FormLabel: React$1.ForwardRefExoticComponent<Omit<FormLabelProps,
|
|
|
445
446
|
*/
|
|
446
447
|
declare const Grid: React$1.ForwardRefExoticComponent<Omit<GridProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
447
448
|
|
|
448
|
-
declare const Grid2: React$1.ForwardRefExoticComponent<Omit<
|
|
449
|
+
declare const Grid2: React$1.ForwardRefExoticComponent<Omit<GridProps$1, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
449
450
|
|
|
450
451
|
declare const Grow: React$1.ForwardRefExoticComponent<Omit<GrowProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
451
452
|
|
|
452
|
-
|
|
453
|
+
type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
454
|
+
interface HiddenProps {
|
|
455
|
+
children?: React$1.ReactNode;
|
|
456
|
+
only?: Breakpoint | Breakpoint[];
|
|
457
|
+
xsUp?: boolean;
|
|
458
|
+
smUp?: boolean;
|
|
459
|
+
mdUp?: boolean;
|
|
460
|
+
lgUp?: boolean;
|
|
461
|
+
xlUp?: boolean;
|
|
462
|
+
xsDown?: boolean;
|
|
463
|
+
smDown?: boolean;
|
|
464
|
+
mdDown?: boolean;
|
|
465
|
+
lgDown?: boolean;
|
|
466
|
+
xlDown?: boolean;
|
|
467
|
+
}
|
|
468
|
+
declare const Hidden: ({ children, only, xsUp, smUp, mdUp, lgUp, xlUp, xsDown, smDown, mdDown, lgDown, xlDown }: HiddenProps) => react_jsx_runtime.JSX.Element | null;
|
|
453
469
|
|
|
454
470
|
type IconButtonProps = IconButtonProps$1;
|
|
455
471
|
declare const IconButton: React$1.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
@@ -2537,7 +2553,7 @@ declare module '@mui/material/Typography' {
|
|
|
2537
2553
|
textC2Regular: true;
|
|
2538
2554
|
}
|
|
2539
2555
|
}
|
|
2540
|
-
declare const typography: (mode: PaletteMode) =>
|
|
2556
|
+
declare const typography: (mode: PaletteMode) => TypographyVariantsOptions;
|
|
2541
2557
|
|
|
2542
2558
|
declare const componentIcon: ({ kind, model, color }: {
|
|
2543
2559
|
kind: string;
|