@expcat/tigercat-react 0.2.10 → 0.3.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/chunk-4IO2M3ZJ.js +110 -0
- package/dist/chunk-4MMT4EJJ.mjs +78 -0
- package/dist/chunk-67EK62HG.mjs +65 -0
- package/dist/chunk-6YKZAWNX.js +258 -0
- package/dist/chunk-73DMQ2SR.mjs +206 -0
- package/dist/chunk-FAZQT7YP.mjs +255 -0
- package/dist/{chunk-HRYBEBZC.js → chunk-GJKT2B56.js} +5 -1
- package/dist/{chunk-VXHBQTZS.js → chunk-GY6D4XS3.js} +13 -5
- package/dist/chunk-GZPMLPRW.js +107 -0
- package/dist/{chunk-7JQ7LURS.mjs → chunk-H36CWHUP.mjs} +9 -4
- package/dist/{chunk-5XKYWZZZ.mjs → chunk-HGTF6A46.mjs} +5 -1
- package/dist/chunk-HT2BXCEM.js +264 -0
- package/dist/chunk-HUZVBDHV.js +81 -0
- package/dist/{chunk-6ZC7H22S.mjs → chunk-IAF24RKI.mjs} +1 -1
- package/dist/chunk-IYFSM2GA.mjs +141 -0
- package/dist/chunk-JAVDNFJD.js +144 -0
- package/dist/chunk-JOHKSMJM.mjs +266 -0
- package/dist/{chunk-WEGU7O4J.mjs → chunk-KOLLAGRK.mjs} +1 -1
- package/dist/{chunk-P273E6XE.js → chunk-MQTHGPHF.js} +37 -21
- package/dist/{chunk-IS7YOBR7.mjs → chunk-NDOYQK2R.mjs} +13 -5
- package/dist/chunk-OVWCTDAL.js +209 -0
- package/dist/{chunk-2DOPHSZP.js → chunk-OWUGXP6K.js} +8 -3
- package/dist/{chunk-GIYBVWR4.mjs → chunk-OZLAGTZW.mjs} +38 -22
- package/dist/{chunk-OD2NNQD2.js → chunk-PBJ2J2B3.js} +2 -2
- package/dist/chunk-PVOQUXIB.mjs +189 -0
- package/dist/chunk-Q2GPRAF4.js +66 -0
- package/dist/chunk-R67R3TVA.mjs +261 -0
- package/dist/{chunk-6PUSRC6S.js → chunk-T3GSXTDU.js} +2 -2
- package/dist/chunk-WKGCUR7O.mjs +107 -0
- package/dist/chunk-X4F6NSI5.mjs +104 -0
- package/dist/chunk-Y6557RWE.mjs +62 -0
- package/dist/chunk-YIF5VX7K.mjs +158 -0
- package/dist/chunk-Z5DDULTA.js +72 -0
- package/dist/chunk-Z6G4HABF.js +272 -0
- package/dist/chunk-ZN2BZCTI.js +192 -0
- package/dist/chunk-ZPWDDAFE.js +162 -0
- package/dist/components/ActivityFeed.d.mts +10 -0
- package/dist/components/ActivityFeed.d.ts +10 -0
- package/dist/components/ActivityFeed.js +23 -0
- package/dist/components/ActivityFeed.mjs +8 -0
- package/dist/components/Anchor.d.mts +38 -0
- package/dist/components/Anchor.d.ts +38 -0
- package/dist/components/Anchor.js +20 -0
- package/dist/components/Anchor.mjs +1 -0
- package/dist/components/AnchorLink.d.mts +23 -0
- package/dist/components/AnchorLink.d.ts +23 -0
- package/dist/components/AnchorLink.js +17 -0
- package/dist/components/AnchorLink.mjs +2 -0
- package/dist/components/AreaChart.js +4 -4
- package/dist/components/AreaChart.mjs +2 -2
- package/dist/components/BackTop.d.mts +21 -0
- package/dist/components/BackTop.d.ts +21 -0
- package/dist/components/BackTop.js +16 -0
- package/dist/components/BackTop.mjs +1 -0
- package/dist/components/BarChart.js +4 -4
- package/dist/components/BarChart.mjs +2 -2
- package/dist/components/Breadcrumb.d.mts +4 -0
- package/dist/components/Breadcrumb.d.ts +4 -0
- package/dist/components/Breadcrumb.js +3 -3
- package/dist/components/Breadcrumb.mjs +1 -1
- package/dist/components/BreadcrumbItem.js +3 -3
- package/dist/components/BreadcrumbItem.mjs +2 -2
- package/dist/components/Carousel.d.mts +26 -0
- package/dist/components/Carousel.d.ts +26 -0
- package/dist/components/Carousel.js +10 -0
- package/dist/components/Carousel.mjs +1 -0
- package/dist/components/ChatWindow.d.mts +12 -0
- package/dist/components/ChatWindow.d.ts +12 -0
- package/dist/components/ChatWindow.js +20 -0
- package/dist/components/ChatWindow.mjs +5 -0
- package/dist/components/Collapse.d.mts +29 -0
- package/dist/components/Collapse.d.ts +29 -0
- package/dist/components/Collapse.js +20 -0
- package/dist/components/Collapse.mjs +1 -0
- package/dist/components/CollapsePanel.d.mts +24 -0
- package/dist/components/CollapsePanel.d.ts +24 -0
- package/dist/components/CollapsePanel.js +17 -0
- package/dist/components/CollapsePanel.mjs +2 -0
- package/dist/components/CommentThread.d.mts +8 -0
- package/dist/components/CommentThread.d.ts +8 -0
- package/dist/components/CommentThread.js +21 -0
- package/dist/components/CommentThread.mjs +6 -0
- package/dist/components/DataTableWithToolbar.d.mts +51 -0
- package/dist/components/DataTableWithToolbar.d.ts +51 -0
- package/dist/components/DataTableWithToolbar.js +24 -0
- package/dist/components/DataTableWithToolbar.mjs +9 -0
- package/dist/components/Dropdown.js +4 -4
- package/dist/components/Dropdown.mjs +2 -2
- package/dist/components/DropdownItem.js +4 -4
- package/dist/components/DropdownItem.mjs +3 -3
- package/dist/components/FormItem.js +2 -2
- package/dist/components/FormItem.mjs +1 -1
- package/dist/components/FormWizard.d.mts +10 -0
- package/dist/components/FormWizard.d.ts +10 -0
- package/dist/components/FormWizard.js +19 -0
- package/dist/components/FormWizard.mjs +4 -0
- package/dist/components/LineChart.js +4 -4
- package/dist/components/LineChart.mjs +2 -2
- package/dist/components/NotificationCenter.d.mts +8 -0
- package/dist/components/NotificationCenter.d.ts +8 -0
- package/dist/components/NotificationCenter.js +23 -0
- package/dist/components/NotificationCenter.mjs +8 -0
- package/dist/components/Pagination.js +3 -3
- package/dist/components/Pagination.mjs +1 -1
- package/dist/components/ScatterChart.js +4 -4
- package/dist/components/ScatterChart.mjs +2 -2
- package/dist/components/Table.d.mts +1 -1
- package/dist/components/Table.d.ts +1 -1
- package/dist/components/Table.js +2 -2
- package/dist/components/Table.mjs +1 -1
- package/dist/index.d.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +221 -153
- package/dist/index.mjs +51 -39
- package/package.json +2 -2
- package/dist/{chunk-42UKIFFQ.js → chunk-4PTI6ZUK.js} +1 -1
- package/dist/{chunk-LIJLFLYE.js → chunk-4TWHENPT.js} +1 -1
- package/dist/{chunk-OONM7FO7.js → chunk-6E5UKM6O.js} +1 -1
- package/dist/{chunk-KBGURVTD.mjs → chunk-AITVDDCE.mjs} +1 -1
- package/dist/{chunk-CBALIFPW.mjs → chunk-IL2Y5RCX.mjs} +1 -1
- package/dist/{chunk-QI6WAP6Y.js → chunk-L63N3LCG.js} +1 -1
- package/dist/{chunk-A2UW5OKX.mjs → chunk-PT4WLSTJ.mjs} +1 -1
- package/dist/{chunk-EJLJYOO7.js → chunk-SIB4EHB6.js} +1 -1
- package/dist/{chunk-VBSK4TGO.mjs → chunk-WYTHTJN3.mjs} +1 -1
- package/dist/{chunk-7IKJBQQV.mjs → chunk-YGOTPK2W.mjs} +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var chunkGZPMLPRW_js = require('../chunk-GZPMLPRW.js');
|
|
6
|
+
require('../chunk-Q2GPRAF4.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Object.defineProperty(exports, "CollapsePanel", {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return chunkGZPMLPRW_js.CollapsePanel; }
|
|
13
|
+
});
|
|
14
|
+
Object.defineProperty(exports, "default", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return chunkGZPMLPRW_js.CollapsePanel_default; }
|
|
17
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CommentThreadProps as CommentThreadProps$1 } from '@expcat/tigercat-core';
|
|
3
|
+
|
|
4
|
+
interface CommentThreadProps extends CommentThreadProps$1, Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
|
+
}
|
|
6
|
+
declare const CommentThread: React.FC<CommentThreadProps>;
|
|
7
|
+
|
|
8
|
+
export { CommentThread, type CommentThreadProps, CommentThread as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CommentThreadProps as CommentThreadProps$1 } from '@expcat/tigercat-core';
|
|
3
|
+
|
|
4
|
+
interface CommentThreadProps extends CommentThreadProps$1, Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
|
+
}
|
|
6
|
+
declare const CommentThread: React.FC<CommentThreadProps>;
|
|
7
|
+
|
|
8
|
+
export { CommentThread, type CommentThreadProps, CommentThread as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var chunkHT2BXCEM_js = require('../chunk-HT2BXCEM.js');
|
|
6
|
+
require('../chunk-R7MS42PL.js');
|
|
7
|
+
require('../chunk-A3DJSVTE.js');
|
|
8
|
+
require('../chunk-2TS6X5RA.js');
|
|
9
|
+
require('../chunk-YYGTJKP5.js');
|
|
10
|
+
require('../chunk-TZ26HQAW.js');
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
Object.defineProperty(exports, "CommentThread", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return chunkHT2BXCEM_js.CommentThread; }
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "default", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () { return chunkHT2BXCEM_js.CommentThread_default; }
|
|
21
|
+
});
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TableToolbarProps, TableToolbarFilterValue, TableToolbarAction } from '@expcat/tigercat-core';
|
|
4
|
+
import { TableProps } from './Table.mjs';
|
|
5
|
+
import { PaginationProps } from './Pagination.mjs';
|
|
6
|
+
|
|
7
|
+
interface DataTableWithToolbarProps<T = Record<string, unknown>> extends Omit<TableProps<T>, 'pagination' | 'className' | 'onPageChange'>, Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'onChange'> {
|
|
8
|
+
/**
|
|
9
|
+
* Toolbar configuration
|
|
10
|
+
*/
|
|
11
|
+
toolbar?: TableToolbarProps;
|
|
12
|
+
/**
|
|
13
|
+
* Search change handler
|
|
14
|
+
*/
|
|
15
|
+
onSearchChange?: (value: string) => void;
|
|
16
|
+
/**
|
|
17
|
+
* Search submit handler
|
|
18
|
+
*/
|
|
19
|
+
onSearch?: (value: string) => void;
|
|
20
|
+
/**
|
|
21
|
+
* Filters change handler
|
|
22
|
+
*/
|
|
23
|
+
onFiltersChange?: (filters: Record<string, TableToolbarFilterValue>) => void;
|
|
24
|
+
/**
|
|
25
|
+
* Bulk action handler
|
|
26
|
+
*/
|
|
27
|
+
onBulkAction?: (action: TableToolbarAction, selectedKeys: (string | number)[]) => void;
|
|
28
|
+
/**
|
|
29
|
+
* Pagination configuration
|
|
30
|
+
*/
|
|
31
|
+
pagination?: PaginationProps | false;
|
|
32
|
+
/**
|
|
33
|
+
* Page change handler
|
|
34
|
+
*/
|
|
35
|
+
onPageChange?: (current: number, pageSize: number) => void;
|
|
36
|
+
/**
|
|
37
|
+
* Page size change handler
|
|
38
|
+
*/
|
|
39
|
+
onPageSizeChange?: (current: number, pageSize: number) => void;
|
|
40
|
+
/**
|
|
41
|
+
* Wrapper class name
|
|
42
|
+
*/
|
|
43
|
+
className?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Table class name
|
|
46
|
+
*/
|
|
47
|
+
tableClassName?: string;
|
|
48
|
+
}
|
|
49
|
+
declare const DataTableWithToolbar: <T extends Record<string, unknown> = Record<string, unknown>>({ toolbar, onSearchChange, onSearch, onFiltersChange, onBulkAction, pagination, onPageChange, onPageSizeChange, className, tableClassName, ...tableProps }: DataTableWithToolbarProps<T>) => react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
export { DataTableWithToolbar, type DataTableWithToolbarProps, DataTableWithToolbar as default };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TableToolbarProps, TableToolbarFilterValue, TableToolbarAction } from '@expcat/tigercat-core';
|
|
4
|
+
import { TableProps } from './Table.js';
|
|
5
|
+
import { PaginationProps } from './Pagination.js';
|
|
6
|
+
|
|
7
|
+
interface DataTableWithToolbarProps<T = Record<string, unknown>> extends Omit<TableProps<T>, 'pagination' | 'className' | 'onPageChange'>, Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'onChange'> {
|
|
8
|
+
/**
|
|
9
|
+
* Toolbar configuration
|
|
10
|
+
*/
|
|
11
|
+
toolbar?: TableToolbarProps;
|
|
12
|
+
/**
|
|
13
|
+
* Search change handler
|
|
14
|
+
*/
|
|
15
|
+
onSearchChange?: (value: string) => void;
|
|
16
|
+
/**
|
|
17
|
+
* Search submit handler
|
|
18
|
+
*/
|
|
19
|
+
onSearch?: (value: string) => void;
|
|
20
|
+
/**
|
|
21
|
+
* Filters change handler
|
|
22
|
+
*/
|
|
23
|
+
onFiltersChange?: (filters: Record<string, TableToolbarFilterValue>) => void;
|
|
24
|
+
/**
|
|
25
|
+
* Bulk action handler
|
|
26
|
+
*/
|
|
27
|
+
onBulkAction?: (action: TableToolbarAction, selectedKeys: (string | number)[]) => void;
|
|
28
|
+
/**
|
|
29
|
+
* Pagination configuration
|
|
30
|
+
*/
|
|
31
|
+
pagination?: PaginationProps | false;
|
|
32
|
+
/**
|
|
33
|
+
* Page change handler
|
|
34
|
+
*/
|
|
35
|
+
onPageChange?: (current: number, pageSize: number) => void;
|
|
36
|
+
/**
|
|
37
|
+
* Page size change handler
|
|
38
|
+
*/
|
|
39
|
+
onPageSizeChange?: (current: number, pageSize: number) => void;
|
|
40
|
+
/**
|
|
41
|
+
* Wrapper class name
|
|
42
|
+
*/
|
|
43
|
+
className?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Table class name
|
|
46
|
+
*/
|
|
47
|
+
tableClassName?: string;
|
|
48
|
+
}
|
|
49
|
+
declare const DataTableWithToolbar: <T extends Record<string, unknown> = Record<string, unknown>>({ toolbar, onSearchChange, onSearch, onFiltersChange, onBulkAction, pagination, onPageChange, onPageSizeChange, className, tableClassName, ...tableProps }: DataTableWithToolbarProps<T>) => react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
export { DataTableWithToolbar, type DataTableWithToolbarProps, DataTableWithToolbar as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var chunkOVWCTDAL_js = require('../chunk-OVWCTDAL.js');
|
|
6
|
+
require('../chunk-GJKT2B56.js');
|
|
7
|
+
require('../chunk-GY6D4XS3.js');
|
|
8
|
+
require('../chunk-PBJ2J2B3.js');
|
|
9
|
+
require('../chunk-4TWHENPT.js');
|
|
10
|
+
require('../chunk-EQWQXURG.js');
|
|
11
|
+
require('../chunk-ZYPEO2KY.js');
|
|
12
|
+
require('../chunk-CIL2AC3F.js');
|
|
13
|
+
require('../chunk-A3DJSVTE.js');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Object.defineProperty(exports, "DataTableWithToolbar", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return chunkOVWCTDAL_js.DataTableWithToolbar; }
|
|
20
|
+
});
|
|
21
|
+
Object.defineProperty(exports, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () { return chunkOVWCTDAL_js.DataTableWithToolbar_default; }
|
|
24
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { DataTableWithToolbar, DataTableWithToolbar_default as default } from '../chunk-73DMQ2SR.mjs';
|
|
2
|
+
import '../chunk-HGTF6A46.mjs';
|
|
3
|
+
import '../chunk-NDOYQK2R.mjs';
|
|
4
|
+
import '../chunk-IAF24RKI.mjs';
|
|
5
|
+
import '../chunk-YGOTPK2W.mjs';
|
|
6
|
+
import '../chunk-SIVJX7VU.mjs';
|
|
7
|
+
import '../chunk-WLIFEALE.mjs';
|
|
8
|
+
import '../chunk-6ZTCBQJ7.mjs';
|
|
9
|
+
import '../chunk-STEIWBMF.mjs';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-ZYPEO2KY.js');
|
|
3
|
+
var chunk4TWHENPT_js = require('../chunk-4TWHENPT.js');
|
|
5
4
|
require('../chunk-EQWQXURG.js');
|
|
5
|
+
require('../chunk-ZYPEO2KY.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Dropdown", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk4TWHENPT_js.Dropdown; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DropdownContext", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk4TWHENPT_js.DropdownContext; }
|
|
16
16
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
5
|
-
require('../chunk-ZYPEO2KY.js');
|
|
3
|
+
var chunkPBJ2J2B3_js = require('../chunk-PBJ2J2B3.js');
|
|
4
|
+
require('../chunk-4TWHENPT.js');
|
|
6
5
|
require('../chunk-EQWQXURG.js');
|
|
6
|
+
require('../chunk-ZYPEO2KY.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "DropdownItem", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkPBJ2J2B3_js.DropdownItem; }
|
|
13
13
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { DropdownItem } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-WLIFEALE.mjs';
|
|
1
|
+
export { DropdownItem } from '../chunk-IAF24RKI.mjs';
|
|
2
|
+
import '../chunk-YGOTPK2W.mjs';
|
|
4
3
|
import '../chunk-SIVJX7VU.mjs';
|
|
4
|
+
import '../chunk-WLIFEALE.mjs';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMQTHGPHF_js = require('../chunk-MQTHGPHF.js');
|
|
4
4
|
require('../chunk-JW64IJP2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "FormItem", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkMQTHGPHF_js.FormItem; }
|
|
11
11
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FormItem } from '../chunk-
|
|
1
|
+
export { FormItem } from '../chunk-OZLAGTZW.mjs';
|
|
2
2
|
import '../chunk-3XXXM4OB.mjs';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormWizardProps as FormWizardProps$1, WizardStep } from '@expcat/tigercat-core';
|
|
3
|
+
|
|
4
|
+
interface FormWizardProps extends Omit<FormWizardProps$1, 'style'>, Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'children' | 'style'> {
|
|
5
|
+
renderStep?: (step: WizardStep, index: number) => React.ReactNode;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const FormWizard: React.FC<FormWizardProps>;
|
|
9
|
+
|
|
10
|
+
export { FormWizard, type FormWizardProps, FormWizard as default };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormWizardProps as FormWizardProps$1, WizardStep } from '@expcat/tigercat-core';
|
|
3
|
+
|
|
4
|
+
interface FormWizardProps extends Omit<FormWizardProps$1, 'style'>, Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'children' | 'style'> {
|
|
5
|
+
renderStep?: (step: WizardStep, index: number) => React.ReactNode;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const FormWizard: React.FC<FormWizardProps>;
|
|
9
|
+
|
|
10
|
+
export { FormWizard, type FormWizardProps, FormWizard as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var chunkJAVDNFJD_js = require('../chunk-JAVDNFJD.js');
|
|
6
|
+
require('../chunk-GXTBCX3M.js');
|
|
7
|
+
require('../chunk-A3DJSVTE.js');
|
|
8
|
+
require('../chunk-3OF7XPIQ.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
Object.defineProperty(exports, "FormWizard", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkJAVDNFJD_js.FormWizard; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "default", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkJAVDNFJD_js.FormWizard_default; }
|
|
19
|
+
});
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkSIB4EHB6_js = require('../chunk-SIB4EHB6.js');
|
|
6
6
|
require('../chunk-KQZ4F7FZ.js');
|
|
7
|
-
require('../chunk-E5GD3H7L.js');
|
|
8
7
|
require('../chunk-DUWAV47E.js');
|
|
9
8
|
require('../chunk-3QFHVAZT.js');
|
|
10
9
|
require('../chunk-6PBNFLM7.js');
|
|
11
10
|
require('../chunk-AX5XRD2Q.js');
|
|
12
11
|
require('../chunk-M375I56K.js');
|
|
12
|
+
require('../chunk-E5GD3H7L.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "LineChart", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkSIB4EHB6_js.LineChart; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "default", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkSIB4EHB6_js.LineChart_default; }
|
|
23
23
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { LineChart, LineChart_default as default } from '../chunk-
|
|
1
|
+
export { LineChart, LineChart_default as default } from '../chunk-WYTHTJN3.mjs';
|
|
2
2
|
import '../chunk-3CDAG4HD.mjs';
|
|
3
|
-
import '../chunk-RQSQXQN6.mjs';
|
|
4
3
|
import '../chunk-IS467WAO.mjs';
|
|
5
4
|
import '../chunk-677VSTPW.mjs';
|
|
6
5
|
import '../chunk-Z6F67MJE.mjs';
|
|
7
6
|
import '../chunk-SDLMB34Y.mjs';
|
|
8
7
|
import '../chunk-LVC43YX2.mjs';
|
|
8
|
+
import '../chunk-RQSQXQN6.mjs';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NotificationCenterProps as NotificationCenterProps$1 } from '@expcat/tigercat-core';
|
|
3
|
+
|
|
4
|
+
interface NotificationCenterProps extends NotificationCenterProps$1, Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
|
+
}
|
|
6
|
+
declare const NotificationCenter: React.FC<NotificationCenterProps>;
|
|
7
|
+
|
|
8
|
+
export { NotificationCenter, type NotificationCenterProps, NotificationCenter as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NotificationCenterProps as NotificationCenterProps$1 } from '@expcat/tigercat-core';
|
|
3
|
+
|
|
4
|
+
interface NotificationCenterProps extends NotificationCenterProps$1, Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
|
+
}
|
|
6
|
+
declare const NotificationCenter: React.FC<NotificationCenterProps>;
|
|
7
|
+
|
|
8
|
+
export { NotificationCenter, type NotificationCenterProps, NotificationCenter as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var chunk6YKZAWNX_js = require('../chunk-6YKZAWNX.js');
|
|
6
|
+
require('../chunk-HDDBBZQH.js');
|
|
7
|
+
require('../chunk-OZLGNWET.js');
|
|
8
|
+
require('../chunk-GQMYCYZ4.js');
|
|
9
|
+
require('../chunk-A3DJSVTE.js');
|
|
10
|
+
require('../chunk-6MGEGOYJ.js');
|
|
11
|
+
require('../chunk-YYGTJKP5.js');
|
|
12
|
+
require('../chunk-VO4WDK4K.js');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Object.defineProperty(exports, "NotificationCenter", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunk6YKZAWNX_js.NotificationCenter; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "default", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunk6YKZAWNX_js.NotificationCenter_default; }
|
|
23
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { NotificationCenter, NotificationCenter_default as default } from '../chunk-FAZQT7YP.mjs';
|
|
2
|
+
import '../chunk-C52ZCGYG.mjs';
|
|
3
|
+
import '../chunk-BAPR7UUR.mjs';
|
|
4
|
+
import '../chunk-NMDNLB3C.mjs';
|
|
5
|
+
import '../chunk-STEIWBMF.mjs';
|
|
6
|
+
import '../chunk-PUDU34R4.mjs';
|
|
7
|
+
import '../chunk-6YDIBMCM.mjs';
|
|
8
|
+
import '../chunk-VD3IK5XT.mjs';
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkGY6D4XS3_js = require('../chunk-GY6D4XS3.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Pagination", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkGY6D4XS3_js.Pagination; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "default", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkGY6D4XS3_js.Pagination_default; }
|
|
16
16
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Pagination, Pagination_default as default } from '../chunk-
|
|
1
|
+
export { Pagination, Pagination_default as default } from '../chunk-NDOYQK2R.mjs';
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunk4PTI6ZUK_js = require('../chunk-4PTI6ZUK.js');
|
|
6
6
|
require('../chunk-KQZ4F7FZ.js');
|
|
7
|
-
require('../chunk-E5GD3H7L.js');
|
|
8
7
|
require('../chunk-DUWAV47E.js');
|
|
9
8
|
require('../chunk-3QFHVAZT.js');
|
|
10
9
|
require('../chunk-6PBNFLM7.js');
|
|
11
10
|
require('../chunk-AX5XRD2Q.js');
|
|
12
11
|
require('../chunk-M375I56K.js');
|
|
12
|
+
require('../chunk-E5GD3H7L.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "ScatterChart", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk4PTI6ZUK_js.ScatterChart; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "default", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk4PTI6ZUK_js.ScatterChart_default; }
|
|
23
23
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { ScatterChart, ScatterChart_default as default } from '../chunk-
|
|
1
|
+
export { ScatterChart, ScatterChart_default as default } from '../chunk-IL2Y5RCX.mjs';
|
|
2
2
|
import '../chunk-3CDAG4HD.mjs';
|
|
3
|
-
import '../chunk-RQSQXQN6.mjs';
|
|
4
3
|
import '../chunk-IS467WAO.mjs';
|
|
5
4
|
import '../chunk-677VSTPW.mjs';
|
|
6
5
|
import '../chunk-Z6F67MJE.mjs';
|
|
7
6
|
import '../chunk-SDLMB34Y.mjs';
|
|
8
7
|
import '../chunk-LVC43YX2.mjs';
|
|
8
|
+
import '../chunk-RQSQXQN6.mjs';
|
|
@@ -41,6 +41,6 @@ interface TableProps<T = Record<string, unknown>> extends TableProps$1<T> {
|
|
|
41
41
|
*/
|
|
42
42
|
className?: string;
|
|
43
43
|
}
|
|
44
|
-
declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, rowKey, rowClassName, stickyHeader, maxHeight, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
44
|
+
declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, rowKey, rowClassName, stickyHeader, maxHeight, tableLayout, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
45
45
|
|
|
46
46
|
export { Table, type TableProps };
|
|
@@ -41,6 +41,6 @@ interface TableProps<T = Record<string, unknown>> extends TableProps$1<T> {
|
|
|
41
41
|
*/
|
|
42
42
|
className?: string;
|
|
43
43
|
}
|
|
44
|
-
declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, rowKey, rowClassName, stickyHeader, maxHeight, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
44
|
+
declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, rowKey, rowClassName, stickyHeader, maxHeight, tableLayout, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
45
45
|
|
|
46
46
|
export { Table, type TableProps };
|
package/dist/components/Table.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkGJKT2B56_js = require('../chunk-GJKT2B56.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Table", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkGJKT2B56_js.Table; }
|
|
10
10
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Table } from '../chunk-
|
|
1
|
+
export { Table } from '../chunk-HGTF6A46.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -41,6 +41,8 @@ export { Timeline, TimelineProps } from './components/Timeline.mjs';
|
|
|
41
41
|
export { default as Tree, TreeProps } from './components/Tree.mjs';
|
|
42
42
|
export { Skeleton, SkeletonProps } from './components/Skeleton.mjs';
|
|
43
43
|
export { Progress, ProgressProps } from './components/Progress.mjs';
|
|
44
|
+
export { default as Collapse, CollapseContextValue, CollapseProps, useCollapseContext } from './components/Collapse.mjs';
|
|
45
|
+
export { default as CollapsePanel, CollapsePanelProps } from './components/CollapsePanel.mjs';
|
|
44
46
|
export { Menu, MenuContextValue, MenuProps, useMenuContext } from './components/Menu.mjs';
|
|
45
47
|
export { MenuItem, MenuItemProps } from './components/MenuItem.mjs';
|
|
46
48
|
export { SubMenu, SubMenuProps } from './components/SubMenu.mjs';
|
|
@@ -64,6 +66,12 @@ export { Loading, LoadingProps } from './components/Loading.mjs';
|
|
|
64
66
|
export { Popconfirm, PopconfirmProps } from './components/Popconfirm.mjs';
|
|
65
67
|
export { Popover, PopoverProps } from './components/Popover.mjs';
|
|
66
68
|
export { Tooltip, TooltipProps } from './components/Tooltip.mjs';
|
|
69
|
+
export { default as ActivityFeed, ActivityFeedProps } from './components/ActivityFeed.mjs';
|
|
70
|
+
export { default as ChatWindow, ChatWindowProps } from './components/ChatWindow.mjs';
|
|
71
|
+
export { default as CommentThread, CommentThreadProps } from './components/CommentThread.mjs';
|
|
72
|
+
export { default as NotificationCenter, NotificationCenterProps } from './components/NotificationCenter.mjs';
|
|
73
|
+
export { default as DataTableWithToolbar, DataTableWithToolbarProps } from './components/DataTableWithToolbar.mjs';
|
|
74
|
+
export { default as FormWizard, FormWizardProps } from './components/FormWizard.mjs';
|
|
67
75
|
export { default as ChartCanvas, ChartCanvasProps } from './components/ChartCanvas.mjs';
|
|
68
76
|
export { default as ChartAxis, ChartAxisProps } from './components/ChartAxis.mjs';
|
|
69
77
|
export { default as ChartGrid, ChartGridProps } from './components/ChartGrid.mjs';
|
|
@@ -77,6 +85,10 @@ export { default as LineChart, LineChartProps } from './components/LineChart.mjs
|
|
|
77
85
|
export { default as AreaChart, AreaChartProps } from './components/AreaChart.mjs';
|
|
78
86
|
export { default as ChartLegend, ChartLegendProps } from './components/ChartLegend.mjs';
|
|
79
87
|
export { default as ChartTooltip, ChartTooltipProps } from './components/ChartTooltip.mjs';
|
|
88
|
+
export { Carousel, CarouselProps, CarouselRef } from './components/Carousel.mjs';
|
|
89
|
+
export { default as BackTop, BackTopProps } from './components/BackTop.mjs';
|
|
90
|
+
export { default as Anchor, AnchorContextValue, AnchorProps, useAnchorContext } from './components/Anchor.mjs';
|
|
91
|
+
export { default as AnchorLink, AnchorLinkProps } from './components/AnchorLink.mjs';
|
|
80
92
|
import 'react';
|
|
81
93
|
import 'react/jsx-runtime';
|
|
82
94
|
|
package/dist/index.d.ts
CHANGED
|
@@ -41,6 +41,8 @@ export { Timeline, TimelineProps } from './components/Timeline.js';
|
|
|
41
41
|
export { default as Tree, TreeProps } from './components/Tree.js';
|
|
42
42
|
export { Skeleton, SkeletonProps } from './components/Skeleton.js';
|
|
43
43
|
export { Progress, ProgressProps } from './components/Progress.js';
|
|
44
|
+
export { default as Collapse, CollapseContextValue, CollapseProps, useCollapseContext } from './components/Collapse.js';
|
|
45
|
+
export { default as CollapsePanel, CollapsePanelProps } from './components/CollapsePanel.js';
|
|
44
46
|
export { Menu, MenuContextValue, MenuProps, useMenuContext } from './components/Menu.js';
|
|
45
47
|
export { MenuItem, MenuItemProps } from './components/MenuItem.js';
|
|
46
48
|
export { SubMenu, SubMenuProps } from './components/SubMenu.js';
|
|
@@ -64,6 +66,12 @@ export { Loading, LoadingProps } from './components/Loading.js';
|
|
|
64
66
|
export { Popconfirm, PopconfirmProps } from './components/Popconfirm.js';
|
|
65
67
|
export { Popover, PopoverProps } from './components/Popover.js';
|
|
66
68
|
export { Tooltip, TooltipProps } from './components/Tooltip.js';
|
|
69
|
+
export { default as ActivityFeed, ActivityFeedProps } from './components/ActivityFeed.js';
|
|
70
|
+
export { default as ChatWindow, ChatWindowProps } from './components/ChatWindow.js';
|
|
71
|
+
export { default as CommentThread, CommentThreadProps } from './components/CommentThread.js';
|
|
72
|
+
export { default as NotificationCenter, NotificationCenterProps } from './components/NotificationCenter.js';
|
|
73
|
+
export { default as DataTableWithToolbar, DataTableWithToolbarProps } from './components/DataTableWithToolbar.js';
|
|
74
|
+
export { default as FormWizard, FormWizardProps } from './components/FormWizard.js';
|
|
67
75
|
export { default as ChartCanvas, ChartCanvasProps } from './components/ChartCanvas.js';
|
|
68
76
|
export { default as ChartAxis, ChartAxisProps } from './components/ChartAxis.js';
|
|
69
77
|
export { default as ChartGrid, ChartGridProps } from './components/ChartGrid.js';
|
|
@@ -77,6 +85,10 @@ export { default as LineChart, LineChartProps } from './components/LineChart.js'
|
|
|
77
85
|
export { default as AreaChart, AreaChartProps } from './components/AreaChart.js';
|
|
78
86
|
export { default as ChartLegend, ChartLegendProps } from './components/ChartLegend.js';
|
|
79
87
|
export { default as ChartTooltip, ChartTooltipProps } from './components/ChartTooltip.js';
|
|
88
|
+
export { Carousel, CarouselProps, CarouselRef } from './components/Carousel.js';
|
|
89
|
+
export { default as BackTop, BackTopProps } from './components/BackTop.js';
|
|
90
|
+
export { default as Anchor, AnchorContextValue, AnchorProps, useAnchorContext } from './components/Anchor.js';
|
|
91
|
+
export { default as AnchorLink, AnchorLinkProps } from './components/AnchorLink.js';
|
|
80
92
|
import 'react';
|
|
81
93
|
import 'react/jsx-runtime';
|
|
82
94
|
|