randmarcomps 1.397.0 → 1.401.0
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/randmarcomps.d.ts +2 -4
- package/dist/randmarcomps.js +11645 -10680
- package/dist/randmarcomps.umd.cjs +131 -146
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
|
2
2
|
import { Account } from 'randmar-api-client';
|
|
3
3
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
4
4
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
5
|
-
import { ButtonProps as ButtonProps_2 } from './button';
|
|
6
5
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
7
6
|
import { ClassProp } from 'class-variance-authority/types';
|
|
8
7
|
import { ColumnDef } from '@tanstack/react-table';
|
|
@@ -15,7 +14,6 @@ import { FC } from 'react';
|
|
|
15
14
|
import { ForwardRefExoticComponent } from 'react';
|
|
16
15
|
import { GeneralDocument } from 'randmar-api-client';
|
|
17
16
|
import { GoogleChartOptions } from 'react-google-charts';
|
|
18
|
-
import { InputProps as InputProps_2 } from './input';
|
|
19
17
|
import { Inventory } from 'randmar-api-client';
|
|
20
18
|
import { JSX } from 'react/jsx-runtime';
|
|
21
19
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
@@ -1031,7 +1029,7 @@ export declare const SidebarGroupLabel: React_2.ForwardRefExoticComponent<Omit<R
|
|
|
1031
1029
|
|
|
1032
1030
|
export declare const SidebarHeader: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
1033
1031
|
|
|
1034
|
-
export declare const SidebarInput: React_2.ForwardRefExoticComponent<Omit<Omit<
|
|
1032
|
+
export declare const SidebarInput: React_2.ForwardRefExoticComponent<Omit<Omit<InputProps, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref"> & React_2.RefAttributes<HTMLInputElement>>;
|
|
1035
1033
|
|
|
1036
1034
|
export declare const SidebarInset: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
1037
1035
|
|
|
@@ -1079,7 +1077,7 @@ export declare const SidebarRail: React_2.ForwardRefExoticComponent<Omit<React_2
|
|
|
1079
1077
|
|
|
1080
1078
|
export declare const SidebarSeparator: React_2.ForwardRefExoticComponent<Omit<Omit<SeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
1081
1079
|
|
|
1082
|
-
export declare const SidebarTrigger: React_2.ForwardRefExoticComponent<Omit<
|
|
1080
|
+
export declare const SidebarTrigger: React_2.ForwardRefExoticComponent<Omit<ButtonProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1083
1081
|
|
|
1084
1082
|
export declare interface SimpleNode {
|
|
1085
1083
|
name: string;
|