@kopexa/sight 17.2.1 → 17.4.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/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +41 -4
- package/dist/index.mjs +42 -2
- package/dist/index.ts.backup.d.mts +3 -2
- package/dist/index.ts.backup.d.ts +3 -2
- package/dist/index.ts.backup.js +41 -4
- package/dist/index.ts.backup.mjs +42 -2
- package/package.json +57 -56
package/dist/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -44,10 +44,11 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
51
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
52
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
53
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
54
|
export * from '@kopexa/tooltip';
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -44,10 +44,11 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
51
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
52
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
53
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
54
|
export * from '@kopexa/tooltip';
|
package/dist/index.js
CHANGED
|
@@ -31,6 +31,15 @@ __export(index_exports, {
|
|
|
31
31
|
AuditInfo: () => import_audit_info.AuditInfo,
|
|
32
32
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
33
33
|
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
34
|
+
Card: () => import_card.Card,
|
|
35
|
+
CardBody: () => import_card.CardBody,
|
|
36
|
+
CardFooter: () => import_card.CardFooter,
|
|
37
|
+
CardHeader: () => import_card.CardHeader,
|
|
38
|
+
CardHeading: () => import_card.CardHeading,
|
|
39
|
+
CardRoot: () => import_card.CardRoot,
|
|
40
|
+
CardSubtitle: () => import_card.CardSubtitle,
|
|
41
|
+
CardTitle: () => import_card.CardTitle,
|
|
42
|
+
CardToolbar: () => import_card.CardToolbar,
|
|
34
43
|
Chip: () => import_chip.Chip,
|
|
35
44
|
Combobox: () => import_combobox.Combobox,
|
|
36
45
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
@@ -56,7 +65,17 @@ __export(index_exports, {
|
|
|
56
65
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
57
66
|
Select: () => import_select.Select,
|
|
58
67
|
StandardChip: () => import_chip.StandardChip,
|
|
68
|
+
Stat: () => import_stat.Stat,
|
|
69
|
+
StatDownIndicator: () => import_stat.StatDownIndicator,
|
|
70
|
+
StatGroup: () => import_stat.StatGroup,
|
|
71
|
+
StatHelpText: () => import_stat.StatHelpText,
|
|
72
|
+
StatLabel: () => import_stat.StatLabel,
|
|
73
|
+
StatRoot: () => import_stat.StatRoot,
|
|
74
|
+
StatUpIndicator: () => import_stat.StatUpIndicator,
|
|
75
|
+
StatValueText: () => import_stat.StatValueText,
|
|
76
|
+
StatValueUnit: () => import_stat.StatValueUnit,
|
|
59
77
|
Switch: () => import_switch.Switch,
|
|
78
|
+
Tabs: () => import_tabs.Tabs,
|
|
60
79
|
Textarea: () => import_textarea.Textarea,
|
|
61
80
|
Toolbar: () => import_toolbar.Toolbar,
|
|
62
81
|
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
@@ -77,7 +96,7 @@ __reExport(index_exports, require("@kopexa/blankstate"), module.exports);
|
|
|
77
96
|
__reExport(index_exports, require("@kopexa/button"), module.exports);
|
|
78
97
|
__reExport(index_exports, require("@kopexa/calendar"), module.exports);
|
|
79
98
|
__reExport(index_exports, require("@kopexa/callout"), module.exports);
|
|
80
|
-
|
|
99
|
+
var import_card = require("@kopexa/card");
|
|
81
100
|
__reExport(index_exports, require("@kopexa/checkbox"), module.exports);
|
|
82
101
|
var import_chip = require("@kopexa/chip");
|
|
83
102
|
__reExport(index_exports, require("@kopexa/code"), module.exports);
|
|
@@ -114,10 +133,11 @@ __reExport(index_exports, require("@kopexa/sidebar"), module.exports);
|
|
|
114
133
|
__reExport(index_exports, require("@kopexa/skeleton"), module.exports);
|
|
115
134
|
__reExport(index_exports, require("@kopexa/spinner"), module.exports);
|
|
116
135
|
__reExport(index_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
136
|
+
var import_stat = require("@kopexa/stat");
|
|
117
137
|
var import_switch = require("@kopexa/switch");
|
|
118
138
|
__reExport(index_exports, require("@kopexa/tab-nav"), module.exports);
|
|
119
139
|
__reExport(index_exports, require("@kopexa/table"), module.exports);
|
|
120
|
-
|
|
140
|
+
var import_tabs = require("@kopexa/tabs");
|
|
121
141
|
var import_textarea = require("@kopexa/textarea");
|
|
122
142
|
var import_toolbar = require("@kopexa/toolbar");
|
|
123
143
|
__reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
@@ -132,6 +152,15 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
132
152
|
AuditInfo,
|
|
133
153
|
Autocomplete,
|
|
134
154
|
AvatarUpload,
|
|
155
|
+
Card,
|
|
156
|
+
CardBody,
|
|
157
|
+
CardFooter,
|
|
158
|
+
CardHeader,
|
|
159
|
+
CardHeading,
|
|
160
|
+
CardRoot,
|
|
161
|
+
CardSubtitle,
|
|
162
|
+
CardTitle,
|
|
163
|
+
CardToolbar,
|
|
135
164
|
Chip,
|
|
136
165
|
Combobox,
|
|
137
166
|
ConfirmDialogProvider,
|
|
@@ -157,7 +186,17 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
157
186
|
ScrollBar,
|
|
158
187
|
Select,
|
|
159
188
|
StandardChip,
|
|
189
|
+
Stat,
|
|
190
|
+
StatDownIndicator,
|
|
191
|
+
StatGroup,
|
|
192
|
+
StatHelpText,
|
|
193
|
+
StatLabel,
|
|
194
|
+
StatRoot,
|
|
195
|
+
StatUpIndicator,
|
|
196
|
+
StatValueText,
|
|
197
|
+
StatValueUnit,
|
|
160
198
|
Switch,
|
|
199
|
+
Tabs,
|
|
161
200
|
Textarea,
|
|
162
201
|
Toolbar,
|
|
163
202
|
ToolbarButton,
|
|
@@ -172,7 +211,6 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
172
211
|
...require("@kopexa/button"),
|
|
173
212
|
...require("@kopexa/calendar"),
|
|
174
213
|
...require("@kopexa/callout"),
|
|
175
|
-
...require("@kopexa/card"),
|
|
176
214
|
...require("@kopexa/checkbox"),
|
|
177
215
|
...require("@kopexa/code"),
|
|
178
216
|
...require("@kopexa/command"),
|
|
@@ -200,6 +238,5 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
200
238
|
...require("@kopexa/split-page-layout"),
|
|
201
239
|
...require("@kopexa/tab-nav"),
|
|
202
240
|
...require("@kopexa/table"),
|
|
203
|
-
...require("@kopexa/tabs"),
|
|
204
241
|
...require("@kopexa/tooltip")
|
|
205
242
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -20,7 +20,17 @@ export * from "@kopexa/blankstate";
|
|
|
20
20
|
export * from "@kopexa/button";
|
|
21
21
|
export * from "@kopexa/calendar";
|
|
22
22
|
export * from "@kopexa/callout";
|
|
23
|
-
|
|
23
|
+
import {
|
|
24
|
+
Card,
|
|
25
|
+
CardBody,
|
|
26
|
+
CardFooter,
|
|
27
|
+
CardHeader,
|
|
28
|
+
CardHeading,
|
|
29
|
+
CardRoot,
|
|
30
|
+
CardSubtitle,
|
|
31
|
+
CardTitle,
|
|
32
|
+
CardToolbar
|
|
33
|
+
} from "@kopexa/card";
|
|
24
34
|
export * from "@kopexa/checkbox";
|
|
25
35
|
import {
|
|
26
36
|
Chip,
|
|
@@ -80,10 +90,21 @@ export * from "@kopexa/sidebar";
|
|
|
80
90
|
export * from "@kopexa/skeleton";
|
|
81
91
|
export * from "@kopexa/spinner";
|
|
82
92
|
export * from "@kopexa/split-page-layout";
|
|
93
|
+
import {
|
|
94
|
+
Stat,
|
|
95
|
+
StatDownIndicator,
|
|
96
|
+
StatGroup,
|
|
97
|
+
StatHelpText,
|
|
98
|
+
StatLabel,
|
|
99
|
+
StatRoot,
|
|
100
|
+
StatUpIndicator,
|
|
101
|
+
StatValueText,
|
|
102
|
+
StatValueUnit
|
|
103
|
+
} from "@kopexa/stat";
|
|
83
104
|
import { Switch } from "@kopexa/switch";
|
|
84
105
|
export * from "@kopexa/tab-nav";
|
|
85
106
|
export * from "@kopexa/table";
|
|
86
|
-
|
|
107
|
+
import { Tabs } from "@kopexa/tabs";
|
|
87
108
|
import { Textarea } from "@kopexa/textarea";
|
|
88
109
|
import {
|
|
89
110
|
Toolbar,
|
|
@@ -102,6 +123,15 @@ export {
|
|
|
102
123
|
AuditInfo,
|
|
103
124
|
Autocomplete,
|
|
104
125
|
AvatarUpload,
|
|
126
|
+
Card,
|
|
127
|
+
CardBody,
|
|
128
|
+
CardFooter,
|
|
129
|
+
CardHeader,
|
|
130
|
+
CardHeading,
|
|
131
|
+
CardRoot,
|
|
132
|
+
CardSubtitle,
|
|
133
|
+
CardTitle,
|
|
134
|
+
CardToolbar,
|
|
105
135
|
Chip,
|
|
106
136
|
Combobox,
|
|
107
137
|
ConfirmDialogProvider,
|
|
@@ -127,7 +157,17 @@ export {
|
|
|
127
157
|
ScrollBar,
|
|
128
158
|
Select,
|
|
129
159
|
StandardChip,
|
|
160
|
+
Stat,
|
|
161
|
+
StatDownIndicator,
|
|
162
|
+
StatGroup,
|
|
163
|
+
StatHelpText,
|
|
164
|
+
StatLabel,
|
|
165
|
+
StatRoot,
|
|
166
|
+
StatUpIndicator,
|
|
167
|
+
StatValueText,
|
|
168
|
+
StatValueUnit,
|
|
130
169
|
Switch,
|
|
170
|
+
Tabs,
|
|
131
171
|
Textarea,
|
|
132
172
|
Toolbar,
|
|
133
173
|
ToolbarButton,
|
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -44,10 +44,11 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
51
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
52
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
53
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
54
|
export * from '@kopexa/tooltip';
|
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -44,10 +44,11 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
51
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
52
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
53
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
54
|
export * from '@kopexa/tooltip';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -32,6 +32,15 @@ __export(index_ts_backup_exports, {
|
|
|
32
32
|
AuditInfo: () => import_audit_info.AuditInfo,
|
|
33
33
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
34
34
|
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
35
|
+
Card: () => import_card.Card,
|
|
36
|
+
CardBody: () => import_card.CardBody,
|
|
37
|
+
CardFooter: () => import_card.CardFooter,
|
|
38
|
+
CardHeader: () => import_card.CardHeader,
|
|
39
|
+
CardHeading: () => import_card.CardHeading,
|
|
40
|
+
CardRoot: () => import_card.CardRoot,
|
|
41
|
+
CardSubtitle: () => import_card.CardSubtitle,
|
|
42
|
+
CardTitle: () => import_card.CardTitle,
|
|
43
|
+
CardToolbar: () => import_card.CardToolbar,
|
|
35
44
|
Chip: () => import_chip.Chip,
|
|
36
45
|
Combobox: () => import_combobox.Combobox,
|
|
37
46
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
@@ -57,7 +66,17 @@ __export(index_ts_backup_exports, {
|
|
|
57
66
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
58
67
|
Select: () => import_select.Select,
|
|
59
68
|
StandardChip: () => import_chip.StandardChip,
|
|
69
|
+
Stat: () => import_stat.Stat,
|
|
70
|
+
StatDownIndicator: () => import_stat.StatDownIndicator,
|
|
71
|
+
StatGroup: () => import_stat.StatGroup,
|
|
72
|
+
StatHelpText: () => import_stat.StatHelpText,
|
|
73
|
+
StatLabel: () => import_stat.StatLabel,
|
|
74
|
+
StatRoot: () => import_stat.StatRoot,
|
|
75
|
+
StatUpIndicator: () => import_stat.StatUpIndicator,
|
|
76
|
+
StatValueText: () => import_stat.StatValueText,
|
|
77
|
+
StatValueUnit: () => import_stat.StatValueUnit,
|
|
60
78
|
Switch: () => import_switch.Switch,
|
|
79
|
+
Tabs: () => import_tabs.Tabs,
|
|
61
80
|
Textarea: () => import_textarea.Textarea,
|
|
62
81
|
Toolbar: () => import_toolbar.Toolbar,
|
|
63
82
|
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
@@ -78,7 +97,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/blankstate"), module.export
|
|
|
78
97
|
__reExport(index_ts_backup_exports, require("@kopexa/button"), module.exports);
|
|
79
98
|
__reExport(index_ts_backup_exports, require("@kopexa/calendar"), module.exports);
|
|
80
99
|
__reExport(index_ts_backup_exports, require("@kopexa/callout"), module.exports);
|
|
81
|
-
|
|
100
|
+
var import_card = require("@kopexa/card");
|
|
82
101
|
__reExport(index_ts_backup_exports, require("@kopexa/checkbox"), module.exports);
|
|
83
102
|
var import_chip = require("@kopexa/chip");
|
|
84
103
|
__reExport(index_ts_backup_exports, require("@kopexa/code"), module.exports);
|
|
@@ -115,10 +134,11 @@ __reExport(index_ts_backup_exports, require("@kopexa/sidebar"), module.exports);
|
|
|
115
134
|
__reExport(index_ts_backup_exports, require("@kopexa/skeleton"), module.exports);
|
|
116
135
|
__reExport(index_ts_backup_exports, require("@kopexa/spinner"), module.exports);
|
|
117
136
|
__reExport(index_ts_backup_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
137
|
+
var import_stat = require("@kopexa/stat");
|
|
118
138
|
var import_switch = require("@kopexa/switch");
|
|
119
139
|
__reExport(index_ts_backup_exports, require("@kopexa/tab-nav"), module.exports);
|
|
120
140
|
__reExport(index_ts_backup_exports, require("@kopexa/table"), module.exports);
|
|
121
|
-
|
|
141
|
+
var import_tabs = require("@kopexa/tabs");
|
|
122
142
|
var import_textarea = require("@kopexa/textarea");
|
|
123
143
|
var import_toolbar = require("@kopexa/toolbar");
|
|
124
144
|
__reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
@@ -133,6 +153,15 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
133
153
|
AuditInfo,
|
|
134
154
|
Autocomplete,
|
|
135
155
|
AvatarUpload,
|
|
156
|
+
Card,
|
|
157
|
+
CardBody,
|
|
158
|
+
CardFooter,
|
|
159
|
+
CardHeader,
|
|
160
|
+
CardHeading,
|
|
161
|
+
CardRoot,
|
|
162
|
+
CardSubtitle,
|
|
163
|
+
CardTitle,
|
|
164
|
+
CardToolbar,
|
|
136
165
|
Chip,
|
|
137
166
|
Combobox,
|
|
138
167
|
ConfirmDialogProvider,
|
|
@@ -158,7 +187,17 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
158
187
|
ScrollBar,
|
|
159
188
|
Select,
|
|
160
189
|
StandardChip,
|
|
190
|
+
Stat,
|
|
191
|
+
StatDownIndicator,
|
|
192
|
+
StatGroup,
|
|
193
|
+
StatHelpText,
|
|
194
|
+
StatLabel,
|
|
195
|
+
StatRoot,
|
|
196
|
+
StatUpIndicator,
|
|
197
|
+
StatValueText,
|
|
198
|
+
StatValueUnit,
|
|
161
199
|
Switch,
|
|
200
|
+
Tabs,
|
|
162
201
|
Textarea,
|
|
163
202
|
Toolbar,
|
|
164
203
|
ToolbarButton,
|
|
@@ -173,7 +212,6 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
173
212
|
...require("@kopexa/button"),
|
|
174
213
|
...require("@kopexa/calendar"),
|
|
175
214
|
...require("@kopexa/callout"),
|
|
176
|
-
...require("@kopexa/card"),
|
|
177
215
|
...require("@kopexa/checkbox"),
|
|
178
216
|
...require("@kopexa/code"),
|
|
179
217
|
...require("@kopexa/command"),
|
|
@@ -201,6 +239,5 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
201
239
|
...require("@kopexa/split-page-layout"),
|
|
202
240
|
...require("@kopexa/tab-nav"),
|
|
203
241
|
...require("@kopexa/table"),
|
|
204
|
-
...require("@kopexa/tabs"),
|
|
205
242
|
...require("@kopexa/tooltip")
|
|
206
243
|
});
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -21,7 +21,17 @@ export * from "@kopexa/blankstate";
|
|
|
21
21
|
export * from "@kopexa/button";
|
|
22
22
|
export * from "@kopexa/calendar";
|
|
23
23
|
export * from "@kopexa/callout";
|
|
24
|
-
|
|
24
|
+
import {
|
|
25
|
+
Card,
|
|
26
|
+
CardBody,
|
|
27
|
+
CardFooter,
|
|
28
|
+
CardHeader,
|
|
29
|
+
CardHeading,
|
|
30
|
+
CardRoot,
|
|
31
|
+
CardSubtitle,
|
|
32
|
+
CardTitle,
|
|
33
|
+
CardToolbar
|
|
34
|
+
} from "@kopexa/card";
|
|
25
35
|
export * from "@kopexa/checkbox";
|
|
26
36
|
import {
|
|
27
37
|
Chip,
|
|
@@ -81,10 +91,21 @@ export * from "@kopexa/sidebar";
|
|
|
81
91
|
export * from "@kopexa/skeleton";
|
|
82
92
|
export * from "@kopexa/spinner";
|
|
83
93
|
export * from "@kopexa/split-page-layout";
|
|
94
|
+
import {
|
|
95
|
+
Stat,
|
|
96
|
+
StatDownIndicator,
|
|
97
|
+
StatGroup,
|
|
98
|
+
StatHelpText,
|
|
99
|
+
StatLabel,
|
|
100
|
+
StatRoot,
|
|
101
|
+
StatUpIndicator,
|
|
102
|
+
StatValueText,
|
|
103
|
+
StatValueUnit
|
|
104
|
+
} from "@kopexa/stat";
|
|
84
105
|
import { Switch } from "@kopexa/switch";
|
|
85
106
|
export * from "@kopexa/tab-nav";
|
|
86
107
|
export * from "@kopexa/table";
|
|
87
|
-
|
|
108
|
+
import { Tabs } from "@kopexa/tabs";
|
|
88
109
|
import { Textarea } from "@kopexa/textarea";
|
|
89
110
|
import {
|
|
90
111
|
Toolbar,
|
|
@@ -103,6 +124,15 @@ export {
|
|
|
103
124
|
AuditInfo,
|
|
104
125
|
Autocomplete,
|
|
105
126
|
AvatarUpload,
|
|
127
|
+
Card,
|
|
128
|
+
CardBody,
|
|
129
|
+
CardFooter,
|
|
130
|
+
CardHeader,
|
|
131
|
+
CardHeading,
|
|
132
|
+
CardRoot,
|
|
133
|
+
CardSubtitle,
|
|
134
|
+
CardTitle,
|
|
135
|
+
CardToolbar,
|
|
106
136
|
Chip,
|
|
107
137
|
Combobox,
|
|
108
138
|
ConfirmDialogProvider,
|
|
@@ -128,7 +158,17 @@ export {
|
|
|
128
158
|
ScrollBar,
|
|
129
159
|
Select,
|
|
130
160
|
StandardChip,
|
|
161
|
+
Stat,
|
|
162
|
+
StatDownIndicator,
|
|
163
|
+
StatGroup,
|
|
164
|
+
StatHelpText,
|
|
165
|
+
StatLabel,
|
|
166
|
+
StatRoot,
|
|
167
|
+
StatUpIndicator,
|
|
168
|
+
StatValueText,
|
|
169
|
+
StatValueUnit,
|
|
131
170
|
Switch,
|
|
171
|
+
Tabs,
|
|
132
172
|
Textarea,
|
|
133
173
|
Toolbar,
|
|
134
174
|
ToolbarButton,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.4.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,64 +28,65 @@
|
|
|
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": "17.
|
|
31
|
+
"@kopexa/theme": "17.9.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/shared-utils": "17.0.
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/drawer": "17.0.
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/
|
|
40
|
-
"@kopexa/
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/spinner": "17.0.
|
|
43
|
-
"@kopexa/
|
|
44
|
-
"@kopexa/
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/alert-dialog": "17.0.
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/
|
|
53
|
-
"@kopexa/
|
|
54
|
-
"@kopexa/checkbox": "17.0.
|
|
55
|
-
"@kopexa/skeleton": "17.0.
|
|
56
|
-
"@kopexa/heading": "17.0.
|
|
57
|
-
"@kopexa/
|
|
58
|
-
"@kopexa/tab-nav": "17.0.
|
|
59
|
-
"@kopexa/separator": "17.0.
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/risk-badge": "17.0.
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/hover-card": "17.0.
|
|
70
|
-
"@kopexa/infotip": "17.1.
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
76
|
-
"@kopexa/
|
|
77
|
-
"@kopexa/
|
|
78
|
-
"@kopexa/label": "17.0.
|
|
79
|
-
"@kopexa/
|
|
80
|
-
"@kopexa/
|
|
81
|
-
"@kopexa/
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/
|
|
84
|
-
"@kopexa/
|
|
85
|
-
"@kopexa/filter": "0.0.
|
|
86
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/shared-utils": "17.0.17",
|
|
35
|
+
"@kopexa/react-utils": "17.0.17",
|
|
36
|
+
"@kopexa/dialog": "17.0.17",
|
|
37
|
+
"@kopexa/drawer": "17.0.17",
|
|
38
|
+
"@kopexa/button": "17.0.17",
|
|
39
|
+
"@kopexa/popover": "17.0.17",
|
|
40
|
+
"@kopexa/command": "17.0.17",
|
|
41
|
+
"@kopexa/tooltip": "17.0.17",
|
|
42
|
+
"@kopexa/spinner": "17.0.17",
|
|
43
|
+
"@kopexa/stat": "1.0.0",
|
|
44
|
+
"@kopexa/page-layout": "17.0.17",
|
|
45
|
+
"@kopexa/dropdown-menu": "17.0.17",
|
|
46
|
+
"@kopexa/calendar": "17.0.17",
|
|
47
|
+
"@kopexa/chip": "17.1.14",
|
|
48
|
+
"@kopexa/input": "17.0.17",
|
|
49
|
+
"@kopexa/alert-dialog": "17.0.17",
|
|
50
|
+
"@kopexa/card": "17.2.1",
|
|
51
|
+
"@kopexa/avatar": "17.0.17",
|
|
52
|
+
"@kopexa/table": "17.0.17",
|
|
53
|
+
"@kopexa/code": "17.0.17",
|
|
54
|
+
"@kopexa/checkbox": "17.0.17",
|
|
55
|
+
"@kopexa/skeleton": "17.0.17",
|
|
56
|
+
"@kopexa/heading": "17.0.17",
|
|
57
|
+
"@kopexa/data-table": "17.0.17",
|
|
58
|
+
"@kopexa/tab-nav": "17.0.17",
|
|
59
|
+
"@kopexa/separator": "17.0.17",
|
|
60
|
+
"@kopexa/sidebar": "17.1.1",
|
|
61
|
+
"@kopexa/page-header": "17.0.17",
|
|
62
|
+
"@kopexa/risk-indicator": "17.0.17",
|
|
63
|
+
"@kopexa/risk-badge": "17.0.17",
|
|
64
|
+
"@kopexa/tabs": "17.0.17",
|
|
65
|
+
"@kopexa/split-page-layout": "17.0.17",
|
|
66
|
+
"@kopexa/section-row": "17.1.11",
|
|
67
|
+
"@kopexa/preview-card": "17.1.11",
|
|
68
|
+
"@kopexa/resizable": "17.0.17",
|
|
69
|
+
"@kopexa/hover-card": "17.0.17",
|
|
70
|
+
"@kopexa/infotip": "17.1.7",
|
|
71
|
+
"@kopexa/accordion": "17.1.9",
|
|
72
|
+
"@kopexa/callout": "17.0.17",
|
|
73
|
+
"@kopexa/blankstate": "17.0.17",
|
|
74
|
+
"@kopexa/integration-card": "17.0.17",
|
|
75
|
+
"@kopexa/mapped-controls": "17.0.17",
|
|
76
|
+
"@kopexa/data-grid": "17.1.11",
|
|
77
|
+
"@kopexa/select": "17.0.17",
|
|
78
|
+
"@kopexa/label": "17.0.17",
|
|
79
|
+
"@kopexa/autocomplete": "17.0.17",
|
|
80
|
+
"@kopexa/textarea": "17.0.17",
|
|
81
|
+
"@kopexa/scroll-area": "17.0.17",
|
|
82
|
+
"@kopexa/switch": "17.0.17",
|
|
83
|
+
"@kopexa/file-upload": "17.0.17",
|
|
84
|
+
"@kopexa/toolbar": "17.0.17",
|
|
85
|
+
"@kopexa/filter": "0.0.7",
|
|
86
|
+
"@kopexa/combobox": "17.1.6",
|
|
87
|
+
"@kopexa/loading": "17.0.17",
|
|
87
88
|
"@kopexa/audit-info": "0.0.0",
|
|
88
|
-
"@kopexa/
|
|
89
|
+
"@kopexa/image-crop": "17.0.17"
|
|
89
90
|
},
|
|
90
91
|
"clean-package": "../../../clean-package.config.json",
|
|
91
92
|
"module": "dist/index.mjs",
|