@yusr_systems/ui 2.1.2 → 2.1.3
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.ts +11 -11
- package/dist/yusr-ui.js +6758 -6778
- package/dist/yusr-ui.umd.cjs +24 -24
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,13 +2,13 @@ import { ActionCreatorWithPayload } from '@reduxjs/toolkit';
|
|
|
2
2
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
3
3
|
import { AsyncThunk } from '@reduxjs/toolkit';
|
|
4
4
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
5
|
-
import { BaseApiService } from '@yusr_systems/core
|
|
6
|
-
import { BaseEntity } from '@yusr_systems/core
|
|
7
|
-
import { BaseFilterableApiService } from '@yusr_systems/core
|
|
5
|
+
import { BaseApiService } from '@yusr_systems/core';
|
|
6
|
+
import { BaseEntity } from '@yusr_systems/core';
|
|
7
|
+
import { BaseFilterableApiService } from '@yusr_systems/core';
|
|
8
8
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
9
9
|
import { ClassProp } from 'class-variance-authority/types';
|
|
10
10
|
import { ClassValue } from 'clsx';
|
|
11
|
-
import { ColumnName } from '@yusr_systems/core
|
|
11
|
+
import { ColumnName } from '@yusr_systems/core';
|
|
12
12
|
import { Combobox as Combobox_2 } from '@base-ui/react/combobox';
|
|
13
13
|
import { Command as Command_2 } from 'cmdk';
|
|
14
14
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
@@ -23,8 +23,8 @@ import { Dispatch as Dispatch_2 } from '@reduxjs/toolkit';
|
|
|
23
23
|
import { Draft } from 'immer';
|
|
24
24
|
import { Drawer as Drawer_2 } from 'vaul';
|
|
25
25
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
26
|
-
import { FilterCondition } from '@yusr_systems/core
|
|
27
|
-
import { FilterResult } from '@yusr_systems/core
|
|
26
|
+
import { FilterCondition } from '@yusr_systems/core';
|
|
27
|
+
import { FilterResult } from '@yusr_systems/core';
|
|
28
28
|
import { JSX } from 'react/jsx-runtime';
|
|
29
29
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
30
30
|
import { Locale } from 'react-day-picker';
|
|
@@ -36,15 +36,15 @@ import { ReactNode } from 'react';
|
|
|
36
36
|
import * as RechartsPrimitive from 'recharts';
|
|
37
37
|
import { Reducer } from '@reduxjs/toolkit';
|
|
38
38
|
import { RefObject } from 'react';
|
|
39
|
-
import { RequestResult } from '@yusr_systems/core
|
|
40
|
-
import { ResourcePermissions } from '@yusr_systems/core
|
|
39
|
+
import { RequestResult } from '@yusr_systems/core';
|
|
40
|
+
import { ResourcePermissions } from '@yusr_systems/core';
|
|
41
41
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
42
42
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
43
43
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
44
44
|
import { SetStateAction } from 'react';
|
|
45
45
|
import { Slice } from '@reduxjs/toolkit';
|
|
46
46
|
import { SliceSelectors } from '@reduxjs/toolkit';
|
|
47
|
-
import { StorageFile } from '@yusr_systems/core
|
|
47
|
+
import { StorageFile } from '@yusr_systems/core';
|
|
48
48
|
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
49
49
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
50
50
|
import { ToasterProps } from 'sonner';
|
|
@@ -53,7 +53,7 @@ import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
|
53
53
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
54
54
|
import { UnknownAction } from '@reduxjs/toolkit';
|
|
55
55
|
import { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
56
|
-
import { ValidationRule } from '@yusr_systems/core
|
|
56
|
+
import { ValidationRule } from '@yusr_systems/core';
|
|
57
57
|
import { VariantProps } from 'class-variance-authority';
|
|
58
58
|
|
|
59
59
|
export declare function Alert({ className, variant, ...props }: React_2.ComponentProps<"div"> & VariantProps<typeof alertVariants>): JSX.Element;
|
|
@@ -149,7 +149,7 @@ export declare function Button({ className, variant, size, asChild, ...props }:
|
|
|
149
149
|
|
|
150
150
|
export declare const buttonVariants: (props?: ({
|
|
151
151
|
variant?: "link" | "default" | "outline" | "secondary" | "ghost" | "destructive" | null | undefined;
|
|
152
|
-
size?: "default" | "
|
|
152
|
+
size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
153
153
|
} & ClassProp) | undefined) => string;
|
|
154
154
|
|
|
155
155
|
export declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, locale, formatters, components, ...props }: React_2.ComponentProps<typeof DayPicker> & {
|