@kopexa/sight 17.4.10 → 17.6.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/README.md +5 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +50 -0
- package/dist/index.mjs +52 -0
- package/dist/index.ts.backup.d.mts +3 -1
- package/dist/index.ts.backup.d.ts +3 -1
- package/dist/index.ts.backup.js +50 -0
- package/dist/index.ts.backup.mjs +52 -0
- package/package.json +59 -57
package/README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# @kopexa/sight
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Part of the Kopexa Sight Design System.
|
|
4
4
|
|
|
5
5
|
> This is an internal utility, not intended for public usage.
|
|
6
6
|
|
|
7
|
+
- **Author:** Kopexa (<https://kopexa.com>)
|
|
8
|
+
- **License:** Apache-2.0
|
|
9
|
+
- **Repository:** [kopexa-grc/sight](https://github.com/kopexa-grc/sight)
|
|
10
|
+
|
|
7
11
|
## Installation
|
|
8
12
|
|
|
9
13
|
```sh
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Conversation, ConversationContent, ConversationContentProps, ConversationEmptyState, ConversationEmptyStateProps, ConversationProps, ConversationScrollButton, ConversationScrollButtonProps, Message, MessageAction, MessageActionProps, MessageActions, MessageActionsProps, MessageBranch, MessageBranchContent, MessageBranchContentProps, MessageBranchNext, MessageBranchNextProps, MessageBranchPage, MessageBranchPageProps, MessageBranchPrevious, MessageBranchPreviousProps, MessageBranchProps, MessageBranchSelector, MessageBranchSelectorProps, MessageContent, MessageContentProps, MessageProps, MessageResponse, MessageResponseProps, MessageRole, MessageToolbar, MessageToolbarProps, PromptInput, PromptInputProps } from '@kopexa/assistant';
|
|
3
4
|
export { AuditInfo, AuditInfoProps, auditInfoMessages } from '@kopexa/audit-info';
|
|
4
5
|
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
5
6
|
export * from '@kopexa/avatar';
|
|
@@ -19,7 +20,7 @@ export * from '@kopexa/dialog';
|
|
|
19
20
|
export * from '@kopexa/drawer';
|
|
20
21
|
export * from '@kopexa/dropdown-menu';
|
|
21
22
|
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
22
|
-
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
|
+
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterEditorRenderProps, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, FilterValueRenderProps, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
24
|
export * from '@kopexa/heading';
|
|
24
25
|
export * from '@kopexa/hover-card';
|
|
25
26
|
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
@@ -29,6 +30,7 @@ export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus }
|
|
|
29
30
|
export { Label, LabelProps } from '@kopexa/label';
|
|
30
31
|
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
31
32
|
export * from '@kopexa/mapped-controls';
|
|
33
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbEllipsisProps, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbListProps, BreadcrumbPage, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparator, BreadcrumbSeparatorProps } from '@kopexa/navigation';
|
|
32
34
|
export * from '@kopexa/page-header';
|
|
33
35
|
export * from '@kopexa/page-layout';
|
|
34
36
|
export * from '@kopexa/popover';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Conversation, ConversationContent, ConversationContentProps, ConversationEmptyState, ConversationEmptyStateProps, ConversationProps, ConversationScrollButton, ConversationScrollButtonProps, Message, MessageAction, MessageActionProps, MessageActions, MessageActionsProps, MessageBranch, MessageBranchContent, MessageBranchContentProps, MessageBranchNext, MessageBranchNextProps, MessageBranchPage, MessageBranchPageProps, MessageBranchPrevious, MessageBranchPreviousProps, MessageBranchProps, MessageBranchSelector, MessageBranchSelectorProps, MessageContent, MessageContentProps, MessageProps, MessageResponse, MessageResponseProps, MessageRole, MessageToolbar, MessageToolbarProps, PromptInput, PromptInputProps } from '@kopexa/assistant';
|
|
3
4
|
export { AuditInfo, AuditInfoProps, auditInfoMessages } from '@kopexa/audit-info';
|
|
4
5
|
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
5
6
|
export * from '@kopexa/avatar';
|
|
@@ -19,7 +20,7 @@ export * from '@kopexa/dialog';
|
|
|
19
20
|
export * from '@kopexa/drawer';
|
|
20
21
|
export * from '@kopexa/dropdown-menu';
|
|
21
22
|
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
22
|
-
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
|
+
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterEditorRenderProps, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, FilterValueRenderProps, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
24
|
export * from '@kopexa/heading';
|
|
24
25
|
export * from '@kopexa/hover-card';
|
|
25
26
|
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
@@ -29,6 +30,7 @@ export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus }
|
|
|
29
30
|
export { Label, LabelProps } from '@kopexa/label';
|
|
30
31
|
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
31
32
|
export * from '@kopexa/mapped-controls';
|
|
33
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbEllipsisProps, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbListProps, BreadcrumbPage, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparator, BreadcrumbSeparatorProps } from '@kopexa/navigation';
|
|
32
34
|
export * from '@kopexa/page-header';
|
|
33
35
|
export * from '@kopexa/page-layout';
|
|
34
36
|
export * from '@kopexa/popover';
|
package/dist/index.js
CHANGED
|
@@ -31,6 +31,13 @@ __export(index_exports, {
|
|
|
31
31
|
AuditInfo: () => import_audit_info.AuditInfo,
|
|
32
32
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
33
33
|
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
34
|
+
Breadcrumb: () => import_navigation.Breadcrumb,
|
|
35
|
+
BreadcrumbEllipsis: () => import_navigation.BreadcrumbEllipsis,
|
|
36
|
+
BreadcrumbItem: () => import_navigation.BreadcrumbItem,
|
|
37
|
+
BreadcrumbLink: () => import_navigation.BreadcrumbLink,
|
|
38
|
+
BreadcrumbList: () => import_navigation.BreadcrumbList,
|
|
39
|
+
BreadcrumbPage: () => import_navigation.BreadcrumbPage,
|
|
40
|
+
BreadcrumbSeparator: () => import_navigation.BreadcrumbSeparator,
|
|
34
41
|
Card: () => import_card.Card,
|
|
35
42
|
CardBody: () => import_card.CardBody,
|
|
36
43
|
CardFooter: () => import_card.CardFooter,
|
|
@@ -43,6 +50,10 @@ __export(index_exports, {
|
|
|
43
50
|
Chip: () => import_chip.Chip,
|
|
44
51
|
Combobox: () => import_combobox.Combobox,
|
|
45
52
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
53
|
+
Conversation: () => import_assistant.Conversation,
|
|
54
|
+
ConversationContent: () => import_assistant.ConversationContent,
|
|
55
|
+
ConversationEmptyState: () => import_assistant.ConversationEmptyState,
|
|
56
|
+
ConversationScrollButton: () => import_assistant.ConversationScrollButton,
|
|
46
57
|
Cropper: () => import_image_crop.Cropper,
|
|
47
58
|
DataGrid: () => import_data_grid.DataGrid,
|
|
48
59
|
Filter: () => import_filter.Filter,
|
|
@@ -60,6 +71,19 @@ __export(index_exports, {
|
|
|
60
71
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
61
72
|
Label: () => import_label.Label,
|
|
62
73
|
LoadingPage: () => import_loading.LoadingPage,
|
|
74
|
+
Message: () => import_assistant.Message,
|
|
75
|
+
MessageAction: () => import_assistant.MessageAction,
|
|
76
|
+
MessageActions: () => import_assistant.MessageActions,
|
|
77
|
+
MessageBranch: () => import_assistant.MessageBranch,
|
|
78
|
+
MessageBranchContent: () => import_assistant.MessageBranchContent,
|
|
79
|
+
MessageBranchNext: () => import_assistant.MessageBranchNext,
|
|
80
|
+
MessageBranchPage: () => import_assistant.MessageBranchPage,
|
|
81
|
+
MessageBranchPrevious: () => import_assistant.MessageBranchPrevious,
|
|
82
|
+
MessageBranchSelector: () => import_assistant.MessageBranchSelector,
|
|
83
|
+
MessageContent: () => import_assistant.MessageContent,
|
|
84
|
+
MessageResponse: () => import_assistant.MessageResponse,
|
|
85
|
+
MessageToolbar: () => import_assistant.MessageToolbar,
|
|
86
|
+
PromptInput: () => import_assistant.PromptInput,
|
|
63
87
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
64
88
|
ScrollArea: () => import_scroll_area.ScrollArea,
|
|
65
89
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
@@ -89,6 +113,7 @@ __export(index_exports, {
|
|
|
89
113
|
module.exports = __toCommonJS(index_exports);
|
|
90
114
|
var import_accordion = require("@kopexa/accordion");
|
|
91
115
|
var import_alert_dialog = require("@kopexa/alert-dialog");
|
|
116
|
+
var import_assistant = require("@kopexa/assistant");
|
|
92
117
|
var import_audit_info = require("@kopexa/audit-info");
|
|
93
118
|
var import_autocomplete = require("@kopexa/autocomplete");
|
|
94
119
|
__reExport(index_exports, require("@kopexa/avatar"), module.exports);
|
|
@@ -118,6 +143,7 @@ var import_integration_card = require("@kopexa/integration-card");
|
|
|
118
143
|
var import_label = require("@kopexa/label");
|
|
119
144
|
var import_loading = require("@kopexa/loading");
|
|
120
145
|
__reExport(index_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
146
|
+
var import_navigation = require("@kopexa/navigation");
|
|
121
147
|
__reExport(index_exports, require("@kopexa/page-header"), module.exports);
|
|
122
148
|
__reExport(index_exports, require("@kopexa/page-layout"), module.exports);
|
|
123
149
|
__reExport(index_exports, require("@kopexa/popover"), module.exports);
|
|
@@ -152,6 +178,13 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
152
178
|
AuditInfo,
|
|
153
179
|
Autocomplete,
|
|
154
180
|
AvatarUpload,
|
|
181
|
+
Breadcrumb,
|
|
182
|
+
BreadcrumbEllipsis,
|
|
183
|
+
BreadcrumbItem,
|
|
184
|
+
BreadcrumbLink,
|
|
185
|
+
BreadcrumbList,
|
|
186
|
+
BreadcrumbPage,
|
|
187
|
+
BreadcrumbSeparator,
|
|
155
188
|
Card,
|
|
156
189
|
CardBody,
|
|
157
190
|
CardFooter,
|
|
@@ -164,6 +197,10 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
164
197
|
Chip,
|
|
165
198
|
Combobox,
|
|
166
199
|
ConfirmDialogProvider,
|
|
200
|
+
Conversation,
|
|
201
|
+
ConversationContent,
|
|
202
|
+
ConversationEmptyState,
|
|
203
|
+
ConversationScrollButton,
|
|
167
204
|
Cropper,
|
|
168
205
|
DataGrid,
|
|
169
206
|
Filter,
|
|
@@ -181,6 +218,19 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
181
218
|
IntegrationCard,
|
|
182
219
|
Label,
|
|
183
220
|
LoadingPage,
|
|
221
|
+
Message,
|
|
222
|
+
MessageAction,
|
|
223
|
+
MessageActions,
|
|
224
|
+
MessageBranch,
|
|
225
|
+
MessageBranchContent,
|
|
226
|
+
MessageBranchNext,
|
|
227
|
+
MessageBranchPage,
|
|
228
|
+
MessageBranchPrevious,
|
|
229
|
+
MessageBranchSelector,
|
|
230
|
+
MessageContent,
|
|
231
|
+
MessageResponse,
|
|
232
|
+
MessageToolbar,
|
|
233
|
+
PromptInput,
|
|
184
234
|
RelatedControlChip,
|
|
185
235
|
ScrollArea,
|
|
186
236
|
ScrollBar,
|
package/dist/index.mjs
CHANGED
|
@@ -13,6 +13,25 @@ import {
|
|
|
13
13
|
ConfirmDialogProvider,
|
|
14
14
|
useConfirm
|
|
15
15
|
} from "@kopexa/alert-dialog";
|
|
16
|
+
import {
|
|
17
|
+
Conversation,
|
|
18
|
+
ConversationContent,
|
|
19
|
+
ConversationEmptyState,
|
|
20
|
+
ConversationScrollButton,
|
|
21
|
+
Message,
|
|
22
|
+
MessageAction,
|
|
23
|
+
MessageActions,
|
|
24
|
+
MessageBranch,
|
|
25
|
+
MessageBranchContent,
|
|
26
|
+
MessageBranchNext,
|
|
27
|
+
MessageBranchPage,
|
|
28
|
+
MessageBranchPrevious,
|
|
29
|
+
MessageBranchSelector,
|
|
30
|
+
MessageContent,
|
|
31
|
+
MessageResponse,
|
|
32
|
+
MessageToolbar,
|
|
33
|
+
PromptInput
|
|
34
|
+
} from "@kopexa/assistant";
|
|
16
35
|
import { AuditInfo, auditInfoMessages } from "@kopexa/audit-info";
|
|
17
36
|
import { Autocomplete } from "@kopexa/autocomplete";
|
|
18
37
|
export * from "@kopexa/avatar";
|
|
@@ -75,6 +94,15 @@ import {
|
|
|
75
94
|
import { Label } from "@kopexa/label";
|
|
76
95
|
import { LoadingPage } from "@kopexa/loading";
|
|
77
96
|
export * from "@kopexa/mapped-controls";
|
|
97
|
+
import {
|
|
98
|
+
Breadcrumb,
|
|
99
|
+
BreadcrumbEllipsis,
|
|
100
|
+
BreadcrumbItem,
|
|
101
|
+
BreadcrumbLink,
|
|
102
|
+
BreadcrumbList,
|
|
103
|
+
BreadcrumbPage,
|
|
104
|
+
BreadcrumbSeparator
|
|
105
|
+
} from "@kopexa/navigation";
|
|
78
106
|
export * from "@kopexa/page-header";
|
|
79
107
|
export * from "@kopexa/page-layout";
|
|
80
108
|
export * from "@kopexa/popover";
|
|
@@ -123,6 +151,13 @@ export {
|
|
|
123
151
|
AuditInfo,
|
|
124
152
|
Autocomplete,
|
|
125
153
|
AvatarUpload,
|
|
154
|
+
Breadcrumb,
|
|
155
|
+
BreadcrumbEllipsis,
|
|
156
|
+
BreadcrumbItem,
|
|
157
|
+
BreadcrumbLink,
|
|
158
|
+
BreadcrumbList,
|
|
159
|
+
BreadcrumbPage,
|
|
160
|
+
BreadcrumbSeparator,
|
|
126
161
|
Card,
|
|
127
162
|
CardBody,
|
|
128
163
|
CardFooter,
|
|
@@ -135,6 +170,10 @@ export {
|
|
|
135
170
|
Chip,
|
|
136
171
|
Combobox,
|
|
137
172
|
ConfirmDialogProvider,
|
|
173
|
+
Conversation,
|
|
174
|
+
ConversationContent,
|
|
175
|
+
ConversationEmptyState,
|
|
176
|
+
ConversationScrollButton,
|
|
138
177
|
Cropper,
|
|
139
178
|
DataGrid,
|
|
140
179
|
Filter,
|
|
@@ -152,6 +191,19 @@ export {
|
|
|
152
191
|
IntegrationCard,
|
|
153
192
|
Label,
|
|
154
193
|
LoadingPage,
|
|
194
|
+
Message,
|
|
195
|
+
MessageAction,
|
|
196
|
+
MessageActions,
|
|
197
|
+
MessageBranch,
|
|
198
|
+
MessageBranchContent,
|
|
199
|
+
MessageBranchNext,
|
|
200
|
+
MessageBranchPage,
|
|
201
|
+
MessageBranchPrevious,
|
|
202
|
+
MessageBranchSelector,
|
|
203
|
+
MessageContent,
|
|
204
|
+
MessageResponse,
|
|
205
|
+
MessageToolbar,
|
|
206
|
+
PromptInput,
|
|
155
207
|
RelatedControlChip,
|
|
156
208
|
ScrollArea,
|
|
157
209
|
ScrollBar,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Conversation, ConversationContent, ConversationContentProps, ConversationEmptyState, ConversationEmptyStateProps, ConversationProps, ConversationScrollButton, ConversationScrollButtonProps, Message, MessageAction, MessageActionProps, MessageActions, MessageActionsProps, MessageBranch, MessageBranchContent, MessageBranchContentProps, MessageBranchNext, MessageBranchNextProps, MessageBranchPage, MessageBranchPageProps, MessageBranchPrevious, MessageBranchPreviousProps, MessageBranchProps, MessageBranchSelector, MessageBranchSelectorProps, MessageContent, MessageContentProps, MessageProps, MessageResponse, MessageResponseProps, MessageRole, MessageToolbar, MessageToolbarProps, PromptInput, PromptInputProps } from '@kopexa/assistant';
|
|
3
4
|
export { AuditInfo, AuditInfoProps, auditInfoMessages } from '@kopexa/audit-info';
|
|
4
5
|
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
5
6
|
export * from '@kopexa/avatar';
|
|
@@ -19,7 +20,7 @@ export * from '@kopexa/dialog';
|
|
|
19
20
|
export * from '@kopexa/drawer';
|
|
20
21
|
export * from '@kopexa/dropdown-menu';
|
|
21
22
|
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
22
|
-
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
|
+
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterEditorRenderProps, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, FilterValueRenderProps, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
24
|
export * from '@kopexa/heading';
|
|
24
25
|
export * from '@kopexa/hover-card';
|
|
25
26
|
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
@@ -29,6 +30,7 @@ export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus }
|
|
|
29
30
|
export { Label, LabelProps } from '@kopexa/label';
|
|
30
31
|
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
31
32
|
export * from '@kopexa/mapped-controls';
|
|
33
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbEllipsisProps, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbListProps, BreadcrumbPage, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparator, BreadcrumbSeparatorProps } from '@kopexa/navigation';
|
|
32
34
|
export * from '@kopexa/page-header';
|
|
33
35
|
export * from '@kopexa/page-layout';
|
|
34
36
|
export * from '@kopexa/popover';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Conversation, ConversationContent, ConversationContentProps, ConversationEmptyState, ConversationEmptyStateProps, ConversationProps, ConversationScrollButton, ConversationScrollButtonProps, Message, MessageAction, MessageActionProps, MessageActions, MessageActionsProps, MessageBranch, MessageBranchContent, MessageBranchContentProps, MessageBranchNext, MessageBranchNextProps, MessageBranchPage, MessageBranchPageProps, MessageBranchPrevious, MessageBranchPreviousProps, MessageBranchProps, MessageBranchSelector, MessageBranchSelectorProps, MessageContent, MessageContentProps, MessageProps, MessageResponse, MessageResponseProps, MessageRole, MessageToolbar, MessageToolbarProps, PromptInput, PromptInputProps } from '@kopexa/assistant';
|
|
3
4
|
export { AuditInfo, AuditInfoProps, auditInfoMessages } from '@kopexa/audit-info';
|
|
4
5
|
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
5
6
|
export * from '@kopexa/avatar';
|
|
@@ -19,7 +20,7 @@ export * from '@kopexa/dialog';
|
|
|
19
20
|
export * from '@kopexa/drawer';
|
|
20
21
|
export * from '@kopexa/dropdown-menu';
|
|
21
22
|
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
22
|
-
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
|
+
export { Filter, FilterActive, FilterActiveProps, FilterContextValue, FilterEditorRenderProps, FilterFieldConfig, FilterFieldType, FilterGroup, FilterGroupProps, FilterItem, FilterItemProps, FilterMenu, FilterMenuProps, FilterMenuSeparator, FilterOperator, FilterOption, FilterProps, FilterTrigger, FilterTriggerProps, FilterValue, FilterValueEditor, FilterValueRenderProps, filterMessages, useFilterContext } from '@kopexa/filter';
|
|
23
24
|
export * from '@kopexa/heading';
|
|
24
25
|
export * from '@kopexa/hover-card';
|
|
25
26
|
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
@@ -29,6 +30,7 @@ export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus }
|
|
|
29
30
|
export { Label, LabelProps } from '@kopexa/label';
|
|
30
31
|
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
31
32
|
export * from '@kopexa/mapped-controls';
|
|
33
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbEllipsisProps, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbListProps, BreadcrumbPage, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparator, BreadcrumbSeparatorProps } from '@kopexa/navigation';
|
|
32
34
|
export * from '@kopexa/page-header';
|
|
33
35
|
export * from '@kopexa/page-layout';
|
|
34
36
|
export * from '@kopexa/popover';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -32,6 +32,13 @@ __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
|
+
Breadcrumb: () => import_navigation.Breadcrumb,
|
|
36
|
+
BreadcrumbEllipsis: () => import_navigation.BreadcrumbEllipsis,
|
|
37
|
+
BreadcrumbItem: () => import_navigation.BreadcrumbItem,
|
|
38
|
+
BreadcrumbLink: () => import_navigation.BreadcrumbLink,
|
|
39
|
+
BreadcrumbList: () => import_navigation.BreadcrumbList,
|
|
40
|
+
BreadcrumbPage: () => import_navigation.BreadcrumbPage,
|
|
41
|
+
BreadcrumbSeparator: () => import_navigation.BreadcrumbSeparator,
|
|
35
42
|
Card: () => import_card.Card,
|
|
36
43
|
CardBody: () => import_card.CardBody,
|
|
37
44
|
CardFooter: () => import_card.CardFooter,
|
|
@@ -44,6 +51,10 @@ __export(index_ts_backup_exports, {
|
|
|
44
51
|
Chip: () => import_chip.Chip,
|
|
45
52
|
Combobox: () => import_combobox.Combobox,
|
|
46
53
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
54
|
+
Conversation: () => import_assistant.Conversation,
|
|
55
|
+
ConversationContent: () => import_assistant.ConversationContent,
|
|
56
|
+
ConversationEmptyState: () => import_assistant.ConversationEmptyState,
|
|
57
|
+
ConversationScrollButton: () => import_assistant.ConversationScrollButton,
|
|
47
58
|
Cropper: () => import_image_crop.Cropper,
|
|
48
59
|
DataGrid: () => import_data_grid.DataGrid,
|
|
49
60
|
Filter: () => import_filter.Filter,
|
|
@@ -61,6 +72,19 @@ __export(index_ts_backup_exports, {
|
|
|
61
72
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
62
73
|
Label: () => import_label.Label,
|
|
63
74
|
LoadingPage: () => import_loading.LoadingPage,
|
|
75
|
+
Message: () => import_assistant.Message,
|
|
76
|
+
MessageAction: () => import_assistant.MessageAction,
|
|
77
|
+
MessageActions: () => import_assistant.MessageActions,
|
|
78
|
+
MessageBranch: () => import_assistant.MessageBranch,
|
|
79
|
+
MessageBranchContent: () => import_assistant.MessageBranchContent,
|
|
80
|
+
MessageBranchNext: () => import_assistant.MessageBranchNext,
|
|
81
|
+
MessageBranchPage: () => import_assistant.MessageBranchPage,
|
|
82
|
+
MessageBranchPrevious: () => import_assistant.MessageBranchPrevious,
|
|
83
|
+
MessageBranchSelector: () => import_assistant.MessageBranchSelector,
|
|
84
|
+
MessageContent: () => import_assistant.MessageContent,
|
|
85
|
+
MessageResponse: () => import_assistant.MessageResponse,
|
|
86
|
+
MessageToolbar: () => import_assistant.MessageToolbar,
|
|
87
|
+
PromptInput: () => import_assistant.PromptInput,
|
|
64
88
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
65
89
|
ScrollArea: () => import_scroll_area.ScrollArea,
|
|
66
90
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
@@ -90,6 +114,7 @@ __export(index_ts_backup_exports, {
|
|
|
90
114
|
module.exports = __toCommonJS(index_ts_backup_exports);
|
|
91
115
|
var import_accordion = require("@kopexa/accordion");
|
|
92
116
|
var import_alert_dialog = require("@kopexa/alert-dialog");
|
|
117
|
+
var import_assistant = require("@kopexa/assistant");
|
|
93
118
|
var import_audit_info = require("@kopexa/audit-info");
|
|
94
119
|
var import_autocomplete = require("@kopexa/autocomplete");
|
|
95
120
|
__reExport(index_ts_backup_exports, require("@kopexa/avatar"), module.exports);
|
|
@@ -119,6 +144,7 @@ var import_integration_card = require("@kopexa/integration-card");
|
|
|
119
144
|
var import_label = require("@kopexa/label");
|
|
120
145
|
var import_loading = require("@kopexa/loading");
|
|
121
146
|
__reExport(index_ts_backup_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
147
|
+
var import_navigation = require("@kopexa/navigation");
|
|
122
148
|
__reExport(index_ts_backup_exports, require("@kopexa/page-header"), module.exports);
|
|
123
149
|
__reExport(index_ts_backup_exports, require("@kopexa/page-layout"), module.exports);
|
|
124
150
|
__reExport(index_ts_backup_exports, require("@kopexa/popover"), module.exports);
|
|
@@ -153,6 +179,13 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
153
179
|
AuditInfo,
|
|
154
180
|
Autocomplete,
|
|
155
181
|
AvatarUpload,
|
|
182
|
+
Breadcrumb,
|
|
183
|
+
BreadcrumbEllipsis,
|
|
184
|
+
BreadcrumbItem,
|
|
185
|
+
BreadcrumbLink,
|
|
186
|
+
BreadcrumbList,
|
|
187
|
+
BreadcrumbPage,
|
|
188
|
+
BreadcrumbSeparator,
|
|
156
189
|
Card,
|
|
157
190
|
CardBody,
|
|
158
191
|
CardFooter,
|
|
@@ -165,6 +198,10 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
165
198
|
Chip,
|
|
166
199
|
Combobox,
|
|
167
200
|
ConfirmDialogProvider,
|
|
201
|
+
Conversation,
|
|
202
|
+
ConversationContent,
|
|
203
|
+
ConversationEmptyState,
|
|
204
|
+
ConversationScrollButton,
|
|
168
205
|
Cropper,
|
|
169
206
|
DataGrid,
|
|
170
207
|
Filter,
|
|
@@ -182,6 +219,19 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
182
219
|
IntegrationCard,
|
|
183
220
|
Label,
|
|
184
221
|
LoadingPage,
|
|
222
|
+
Message,
|
|
223
|
+
MessageAction,
|
|
224
|
+
MessageActions,
|
|
225
|
+
MessageBranch,
|
|
226
|
+
MessageBranchContent,
|
|
227
|
+
MessageBranchNext,
|
|
228
|
+
MessageBranchPage,
|
|
229
|
+
MessageBranchPrevious,
|
|
230
|
+
MessageBranchSelector,
|
|
231
|
+
MessageContent,
|
|
232
|
+
MessageResponse,
|
|
233
|
+
MessageToolbar,
|
|
234
|
+
PromptInput,
|
|
185
235
|
RelatedControlChip,
|
|
186
236
|
ScrollArea,
|
|
187
237
|
ScrollBar,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -14,6 +14,25 @@ import {
|
|
|
14
14
|
ConfirmDialogProvider,
|
|
15
15
|
useConfirm
|
|
16
16
|
} from "@kopexa/alert-dialog";
|
|
17
|
+
import {
|
|
18
|
+
Conversation,
|
|
19
|
+
ConversationContent,
|
|
20
|
+
ConversationEmptyState,
|
|
21
|
+
ConversationScrollButton,
|
|
22
|
+
Message,
|
|
23
|
+
MessageAction,
|
|
24
|
+
MessageActions,
|
|
25
|
+
MessageBranch,
|
|
26
|
+
MessageBranchContent,
|
|
27
|
+
MessageBranchNext,
|
|
28
|
+
MessageBranchPage,
|
|
29
|
+
MessageBranchPrevious,
|
|
30
|
+
MessageBranchSelector,
|
|
31
|
+
MessageContent,
|
|
32
|
+
MessageResponse,
|
|
33
|
+
MessageToolbar,
|
|
34
|
+
PromptInput
|
|
35
|
+
} from "@kopexa/assistant";
|
|
17
36
|
import { AuditInfo, auditInfoMessages } from "@kopexa/audit-info";
|
|
18
37
|
import { Autocomplete } from "@kopexa/autocomplete";
|
|
19
38
|
export * from "@kopexa/avatar";
|
|
@@ -76,6 +95,15 @@ import {
|
|
|
76
95
|
import { Label } from "@kopexa/label";
|
|
77
96
|
import { LoadingPage } from "@kopexa/loading";
|
|
78
97
|
export * from "@kopexa/mapped-controls";
|
|
98
|
+
import {
|
|
99
|
+
Breadcrumb,
|
|
100
|
+
BreadcrumbEllipsis,
|
|
101
|
+
BreadcrumbItem,
|
|
102
|
+
BreadcrumbLink,
|
|
103
|
+
BreadcrumbList,
|
|
104
|
+
BreadcrumbPage,
|
|
105
|
+
BreadcrumbSeparator
|
|
106
|
+
} from "@kopexa/navigation";
|
|
79
107
|
export * from "@kopexa/page-header";
|
|
80
108
|
export * from "@kopexa/page-layout";
|
|
81
109
|
export * from "@kopexa/popover";
|
|
@@ -124,6 +152,13 @@ export {
|
|
|
124
152
|
AuditInfo,
|
|
125
153
|
Autocomplete,
|
|
126
154
|
AvatarUpload,
|
|
155
|
+
Breadcrumb,
|
|
156
|
+
BreadcrumbEllipsis,
|
|
157
|
+
BreadcrumbItem,
|
|
158
|
+
BreadcrumbLink,
|
|
159
|
+
BreadcrumbList,
|
|
160
|
+
BreadcrumbPage,
|
|
161
|
+
BreadcrumbSeparator,
|
|
127
162
|
Card,
|
|
128
163
|
CardBody,
|
|
129
164
|
CardFooter,
|
|
@@ -136,6 +171,10 @@ export {
|
|
|
136
171
|
Chip,
|
|
137
172
|
Combobox,
|
|
138
173
|
ConfirmDialogProvider,
|
|
174
|
+
Conversation,
|
|
175
|
+
ConversationContent,
|
|
176
|
+
ConversationEmptyState,
|
|
177
|
+
ConversationScrollButton,
|
|
139
178
|
Cropper,
|
|
140
179
|
DataGrid,
|
|
141
180
|
Filter,
|
|
@@ -153,6 +192,19 @@ export {
|
|
|
153
192
|
IntegrationCard,
|
|
154
193
|
Label,
|
|
155
194
|
LoadingPage,
|
|
195
|
+
Message,
|
|
196
|
+
MessageAction,
|
|
197
|
+
MessageActions,
|
|
198
|
+
MessageBranch,
|
|
199
|
+
MessageBranchContent,
|
|
200
|
+
MessageBranchNext,
|
|
201
|
+
MessageBranchPage,
|
|
202
|
+
MessageBranchPrevious,
|
|
203
|
+
MessageBranchSelector,
|
|
204
|
+
MessageContent,
|
|
205
|
+
MessageResponse,
|
|
206
|
+
MessageToolbar,
|
|
207
|
+
PromptInput,
|
|
156
208
|
RelatedControlChip,
|
|
157
209
|
ScrollArea,
|
|
158
210
|
ScrollBar,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.6.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,65 +28,67 @@
|
|
|
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.16.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/popover": "17.
|
|
40
|
-
"@kopexa/
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/
|
|
44
|
-
"@kopexa/
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/input": "17.0.
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/avatar": "17.0.
|
|
53
|
-
"@kopexa/
|
|
54
|
-
"@kopexa/
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/
|
|
57
|
-
"@kopexa/page-header": "17.0.
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/mapped-controls": "17.0.
|
|
75
|
-
"@kopexa/integration-card": "17.0.
|
|
76
|
-
"@kopexa/data-grid": "17.1.
|
|
77
|
-
"@kopexa/
|
|
78
|
-
"@kopexa/
|
|
79
|
-
"@kopexa/
|
|
80
|
-
"@kopexa/autocomplete": "17.
|
|
81
|
-
"@kopexa/
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/
|
|
84
|
-
"@kopexa/
|
|
85
|
-
"@kopexa/
|
|
86
|
-
"@kopexa/
|
|
87
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/shared-utils": "17.0.29",
|
|
35
|
+
"@kopexa/react-utils": "17.0.29",
|
|
36
|
+
"@kopexa/button": "17.0.29",
|
|
37
|
+
"@kopexa/assistant": "0.0.1",
|
|
38
|
+
"@kopexa/dialog": "17.1.1",
|
|
39
|
+
"@kopexa/popover": "17.1.1",
|
|
40
|
+
"@kopexa/drawer": "17.1.1",
|
|
41
|
+
"@kopexa/command": "17.0.29",
|
|
42
|
+
"@kopexa/tooltip": "17.1.1",
|
|
43
|
+
"@kopexa/stat": "1.0.12",
|
|
44
|
+
"@kopexa/spinner": "17.0.29",
|
|
45
|
+
"@kopexa/page-layout": "17.0.29",
|
|
46
|
+
"@kopexa/dropdown-menu": "17.0.29",
|
|
47
|
+
"@kopexa/calendar": "17.0.29",
|
|
48
|
+
"@kopexa/input": "17.0.29",
|
|
49
|
+
"@kopexa/chip": "17.1.26",
|
|
50
|
+
"@kopexa/alert-dialog": "17.1.1",
|
|
51
|
+
"@kopexa/card": "17.2.13",
|
|
52
|
+
"@kopexa/avatar": "17.0.29",
|
|
53
|
+
"@kopexa/table": "17.0.29",
|
|
54
|
+
"@kopexa/code": "17.0.29",
|
|
55
|
+
"@kopexa/checkbox": "17.0.29",
|
|
56
|
+
"@kopexa/data-table": "17.0.29",
|
|
57
|
+
"@kopexa/page-header": "17.0.29",
|
|
58
|
+
"@kopexa/heading": "17.0.29",
|
|
59
|
+
"@kopexa/skeleton": "17.0.29",
|
|
60
|
+
"@kopexa/tab-nav": "17.0.29",
|
|
61
|
+
"@kopexa/sidebar": "17.1.13",
|
|
62
|
+
"@kopexa/risk-indicator": "17.0.29",
|
|
63
|
+
"@kopexa/separator": "17.0.29",
|
|
64
|
+
"@kopexa/tabs": "17.0.29",
|
|
65
|
+
"@kopexa/risk-badge": "17.0.29",
|
|
66
|
+
"@kopexa/split-page-layout": "17.0.29",
|
|
67
|
+
"@kopexa/preview-card": "17.1.23",
|
|
68
|
+
"@kopexa/section-row": "17.1.23",
|
|
69
|
+
"@kopexa/resizable": "17.0.29",
|
|
70
|
+
"@kopexa/hover-card": "17.0.29",
|
|
71
|
+
"@kopexa/accordion": "17.2.1",
|
|
72
|
+
"@kopexa/infotip": "17.1.19",
|
|
73
|
+
"@kopexa/callout": "17.0.29",
|
|
74
|
+
"@kopexa/mapped-controls": "17.0.29",
|
|
75
|
+
"@kopexa/integration-card": "17.0.29",
|
|
76
|
+
"@kopexa/data-grid": "17.1.23",
|
|
77
|
+
"@kopexa/blankstate": "17.0.29",
|
|
78
|
+
"@kopexa/select": "17.1.1",
|
|
79
|
+
"@kopexa/label": "17.0.29",
|
|
80
|
+
"@kopexa/autocomplete": "17.1.1",
|
|
81
|
+
"@kopexa/textarea": "17.0.29",
|
|
82
|
+
"@kopexa/scroll-area": "17.1.1",
|
|
83
|
+
"@kopexa/file-upload": "17.0.29",
|
|
84
|
+
"@kopexa/switch": "17.1.1",
|
|
85
|
+
"@kopexa/toolbar": "17.1.1",
|
|
86
|
+
"@kopexa/filter": "0.0.19",
|
|
87
|
+
"@kopexa/image-crop": "17.1.1",
|
|
88
|
+
"@kopexa/combobox": "17.2.1",
|
|
89
|
+
"@kopexa/loading": "17.0.29",
|
|
88
90
|
"@kopexa/audit-info": "0.0.0",
|
|
89
|
-
"@kopexa/
|
|
91
|
+
"@kopexa/navigation": "0.0.3"
|
|
90
92
|
},
|
|
91
93
|
"clean-package": "../../../clean-package.config.json",
|
|
92
94
|
"module": "dist/index.mjs",
|