@kopexa/sight 8.0.10 → 8.0.11
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +2 -0
- package/dist/index.ts.backup.d.mts +1 -0
- package/dist/index.ts.backup.d.ts +1 -0
- package/dist/index.ts.backup.js +3 -0
- package/dist/index.ts.backup.mjs +2 -0
- package/package.json +42 -41
package/dist/index.d.mts
CHANGED
|
@@ -10,6 +10,7 @@ export * from '@kopexa/checkbox';
|
|
|
10
10
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
11
11
|
export * from '@kopexa/code';
|
|
12
12
|
export * from '@kopexa/command';
|
|
13
|
+
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
13
14
|
export * from '@kopexa/data-table';
|
|
14
15
|
export * from '@kopexa/dialog';
|
|
15
16
|
export * from '@kopexa/drawer';
|
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from '@kopexa/checkbox';
|
|
|
10
10
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
11
11
|
export * from '@kopexa/code';
|
|
12
12
|
export * from '@kopexa/command';
|
|
13
|
+
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
13
14
|
export * from '@kopexa/data-table';
|
|
14
15
|
export * from '@kopexa/dialog';
|
|
15
16
|
export * from '@kopexa/drawer';
|
package/dist/index.js
CHANGED
|
@@ -30,6 +30,7 @@ __export(index_exports, {
|
|
|
30
30
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
31
31
|
Chip: () => import_chip.Chip,
|
|
32
32
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
33
|
+
DataGrid: () => import_data_grid.DataGrid,
|
|
33
34
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
34
35
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
35
36
|
StandardChip: () => import_chip.StandardChip,
|
|
@@ -48,6 +49,7 @@ __reExport(index_exports, require("@kopexa/checkbox"), module.exports);
|
|
|
48
49
|
var import_chip = require("@kopexa/chip");
|
|
49
50
|
__reExport(index_exports, require("@kopexa/code"), module.exports);
|
|
50
51
|
__reExport(index_exports, require("@kopexa/command"), module.exports);
|
|
52
|
+
var import_data_grid = require("@kopexa/data-grid");
|
|
51
53
|
__reExport(index_exports, require("@kopexa/data-table"), module.exports);
|
|
52
54
|
__reExport(index_exports, require("@kopexa/dialog"), module.exports);
|
|
53
55
|
__reExport(index_exports, require("@kopexa/drawer"), module.exports);
|
|
@@ -85,6 +87,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
85
87
|
AlertDialog,
|
|
86
88
|
Chip,
|
|
87
89
|
ConfirmDialogProvider,
|
|
90
|
+
DataGrid,
|
|
88
91
|
IntegrationCard,
|
|
89
92
|
RelatedControlChip,
|
|
90
93
|
StandardChip,
|
package/dist/index.mjs
CHANGED
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
} from "@kopexa/chip";
|
|
28
28
|
export * from "@kopexa/code";
|
|
29
29
|
export * from "@kopexa/command";
|
|
30
|
+
import { DataGrid } from "@kopexa/data-grid";
|
|
30
31
|
export * from "@kopexa/data-table";
|
|
31
32
|
export * from "@kopexa/dialog";
|
|
32
33
|
export * from "@kopexa/drawer";
|
|
@@ -65,6 +66,7 @@ export {
|
|
|
65
66
|
AlertDialog,
|
|
66
67
|
Chip,
|
|
67
68
|
ConfirmDialogProvider,
|
|
69
|
+
DataGrid,
|
|
68
70
|
IntegrationCard,
|
|
69
71
|
RelatedControlChip,
|
|
70
72
|
StandardChip,
|
|
@@ -10,6 +10,7 @@ export * from '@kopexa/checkbox';
|
|
|
10
10
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
11
11
|
export * from '@kopexa/code';
|
|
12
12
|
export * from '@kopexa/command';
|
|
13
|
+
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
13
14
|
export * from '@kopexa/data-table';
|
|
14
15
|
export * from '@kopexa/dialog';
|
|
15
16
|
export * from '@kopexa/drawer';
|
|
@@ -10,6 +10,7 @@ export * from '@kopexa/checkbox';
|
|
|
10
10
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
11
11
|
export * from '@kopexa/code';
|
|
12
12
|
export * from '@kopexa/command';
|
|
13
|
+
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
13
14
|
export * from '@kopexa/data-table';
|
|
14
15
|
export * from '@kopexa/dialog';
|
|
15
16
|
export * from '@kopexa/drawer';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -31,6 +31,7 @@ __export(index_ts_backup_exports, {
|
|
|
31
31
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
32
32
|
Chip: () => import_chip.Chip,
|
|
33
33
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
34
|
+
DataGrid: () => import_data_grid.DataGrid,
|
|
34
35
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
35
36
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
36
37
|
StandardChip: () => import_chip.StandardChip,
|
|
@@ -49,6 +50,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/checkbox"), module.exports)
|
|
|
49
50
|
var import_chip = require("@kopexa/chip");
|
|
50
51
|
__reExport(index_ts_backup_exports, require("@kopexa/code"), module.exports);
|
|
51
52
|
__reExport(index_ts_backup_exports, require("@kopexa/command"), module.exports);
|
|
53
|
+
var import_data_grid = require("@kopexa/data-grid");
|
|
52
54
|
__reExport(index_ts_backup_exports, require("@kopexa/data-table"), module.exports);
|
|
53
55
|
__reExport(index_ts_backup_exports, require("@kopexa/dialog"), module.exports);
|
|
54
56
|
__reExport(index_ts_backup_exports, require("@kopexa/drawer"), module.exports);
|
|
@@ -86,6 +88,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
86
88
|
AlertDialog,
|
|
87
89
|
Chip,
|
|
88
90
|
ConfirmDialogProvider,
|
|
91
|
+
DataGrid,
|
|
89
92
|
IntegrationCard,
|
|
90
93
|
RelatedControlChip,
|
|
91
94
|
StandardChip,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
} from "@kopexa/chip";
|
|
29
29
|
export * from "@kopexa/code";
|
|
30
30
|
export * from "@kopexa/command";
|
|
31
|
+
import { DataGrid } from "@kopexa/data-grid";
|
|
31
32
|
export * from "@kopexa/data-table";
|
|
32
33
|
export * from "@kopexa/dialog";
|
|
33
34
|
export * from "@kopexa/drawer";
|
|
@@ -66,6 +67,7 @@ export {
|
|
|
66
67
|
AlertDialog,
|
|
67
68
|
Chip,
|
|
68
69
|
ConfirmDialogProvider,
|
|
70
|
+
DataGrid,
|
|
69
71
|
IntegrationCard,
|
|
70
72
|
RelatedControlChip,
|
|
71
73
|
StandardChip,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.11",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,50 +28,51 @@
|
|
|
28
28
|
"react": ">=19.0.0-rc.0",
|
|
29
29
|
"react-dom": ">=19.0.0-rc.0",
|
|
30
30
|
"motion": ">=12.23.6",
|
|
31
|
-
"@kopexa/theme": "1.7.
|
|
31
|
+
"@kopexa/theme": "1.7.7"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@kopexa/shared-utils": "1.1.7",
|
|
35
35
|
"@kopexa/react-utils": "2.0.8",
|
|
36
|
-
"@kopexa/button": "8.0.
|
|
37
|
-
"@kopexa/dialog": "10.0.
|
|
38
|
-
"@kopexa/drawer": "10.0.
|
|
39
|
-
"@kopexa/popover": "10.0.
|
|
40
|
-
"@kopexa/command": "7.0.
|
|
41
|
-
"@kopexa/tooltip": "6.0.
|
|
42
|
-
"@kopexa/spinner": "6.0.
|
|
43
|
-
"@kopexa/page-layout": "5.0.
|
|
44
|
-
"@kopexa/dropdown-menu": "3.0.
|
|
45
|
-
"@kopexa/calendar": "3.0.
|
|
46
|
-
"@kopexa/input": "3.0.
|
|
47
|
-
"@kopexa/chip": "3.0.
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/avatar": "3.0.
|
|
51
|
-
"@kopexa/table": "2.0.
|
|
52
|
-
"@kopexa/code": "2.0.
|
|
53
|
-
"@kopexa/
|
|
54
|
-
"@kopexa/
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/
|
|
57
|
-
"@kopexa/heading": "2.0.
|
|
58
|
-
"@kopexa/tab-nav": "2.0.
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/separator": "2.0.
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/
|
|
66
|
-
"@kopexa/preview-card": "1.0.
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/integration-card": "0.0.
|
|
74
|
-
"@kopexa/
|
|
36
|
+
"@kopexa/button": "8.0.10",
|
|
37
|
+
"@kopexa/dialog": "10.0.10",
|
|
38
|
+
"@kopexa/drawer": "10.0.10",
|
|
39
|
+
"@kopexa/popover": "10.0.7",
|
|
40
|
+
"@kopexa/command": "7.0.10",
|
|
41
|
+
"@kopexa/tooltip": "6.0.7",
|
|
42
|
+
"@kopexa/spinner": "6.0.7",
|
|
43
|
+
"@kopexa/page-layout": "5.0.7",
|
|
44
|
+
"@kopexa/dropdown-menu": "3.0.10",
|
|
45
|
+
"@kopexa/calendar": "3.0.10",
|
|
46
|
+
"@kopexa/input": "3.0.10",
|
|
47
|
+
"@kopexa/chip": "3.0.10",
|
|
48
|
+
"@kopexa/alert-dialog": "3.0.7",
|
|
49
|
+
"@kopexa/card": "2.0.7",
|
|
50
|
+
"@kopexa/avatar": "3.0.7",
|
|
51
|
+
"@kopexa/table": "2.0.10",
|
|
52
|
+
"@kopexa/code": "2.0.7",
|
|
53
|
+
"@kopexa/data-table": "2.0.10",
|
|
54
|
+
"@kopexa/checkbox": "2.0.10",
|
|
55
|
+
"@kopexa/skeleton": "2.0.7",
|
|
56
|
+
"@kopexa/page-header": "2.0.7",
|
|
57
|
+
"@kopexa/heading": "2.0.7",
|
|
58
|
+
"@kopexa/tab-nav": "2.0.7",
|
|
59
|
+
"@kopexa/risk-indicator": "2.0.7",
|
|
60
|
+
"@kopexa/separator": "2.0.7",
|
|
61
|
+
"@kopexa/sidebar": "2.0.10",
|
|
62
|
+
"@kopexa/risk-badge": "1.0.10",
|
|
63
|
+
"@kopexa/split-page-layout": "1.0.10",
|
|
64
|
+
"@kopexa/section-row": "1.0.7",
|
|
65
|
+
"@kopexa/resizable": "1.0.10",
|
|
66
|
+
"@kopexa/preview-card": "1.0.10",
|
|
67
|
+
"@kopexa/hover-card": "1.0.7",
|
|
68
|
+
"@kopexa/infotip": "1.0.10",
|
|
69
|
+
"@kopexa/accordion": "1.0.10",
|
|
70
|
+
"@kopexa/callout": "1.0.10",
|
|
71
|
+
"@kopexa/blankstate": "1.0.7",
|
|
72
|
+
"@kopexa/mapped-controls": "0.0.5",
|
|
73
|
+
"@kopexa/integration-card": "0.0.3",
|
|
74
|
+
"@kopexa/data-grid": "0.0.1",
|
|
75
|
+
"@kopexa/tabs": "2.0.7"
|
|
75
76
|
},
|
|
76
77
|
"clean-package": "../../../clean-package.config.json",
|
|
77
78
|
"module": "dist/index.mjs",
|