itrm-components 1.0.29 → 1.0.30
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 +3 -0
- package/dist/index.es.js +1 -0
- package/dist/index.umd.js +21 -21
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { AxiosInstance } from 'axios';
|
|
|
3
3
|
import { AxiosRequestConfig } from 'axios';
|
|
4
4
|
import { default as default_2 } from 'react';
|
|
5
5
|
import { EnhancedStore } from '@reduxjs/toolkit';
|
|
6
|
+
import * as icons from '@tabler/icons-react';
|
|
6
7
|
import { JSX } from 'react/jsx-runtime';
|
|
7
8
|
import { ReactNode } from 'react';
|
|
8
9
|
import { StoreEnhancer } from '@reduxjs/toolkit';
|
|
@@ -35,6 +36,8 @@ export declare function dollarFormat(value: number): string;
|
|
|
35
36
|
|
|
36
37
|
export declare const formatDate: (date: Date) => string;
|
|
37
38
|
|
|
39
|
+
export declare const getIcon: (iconName: keyof typeof icons) => JSX.Element;
|
|
40
|
+
|
|
38
41
|
export declare interface IconComponentProps {
|
|
39
42
|
icon: string;
|
|
40
43
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -63638,6 +63638,7 @@ export {
|
|
|
63638
63638
|
O$2 as dateTimeFormat,
|
|
63639
63639
|
L$2 as dollarFormat,
|
|
63640
63640
|
ib2 as formatDate,
|
|
63641
|
+
T$2 as getIcon,
|
|
63641
63642
|
x$2 as listFormat,
|
|
63642
63643
|
q$2 as numberFormat,
|
|
63643
63644
|
P$2 as percentageFormat,
|