@antscorp/antsomi-ui 2.0.16 → 2.0.18
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/es/components/atoms/Checkbox/Checkbox.d.ts +3 -1
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +9 -9
- package/es/components/icons/LazyIcon/LazyIcon.js +9 -9
- package/es/components/icons/PreviewVisibilityEyeIcon.js +1 -1
- package/es/components/icons/VisibilityOffEyeIcon.js +1 -1
- package/es/components/icons/index.d.ts +9 -9
- package/es/components/icons/index.js +9 -9
- package/es/components/molecules/MatchAnySelect/MatchesAnySelect.js +7 -7
- package/es/components/molecules/MatchAnySelect/types.d.ts +2 -0
- package/es/components/molecules/SelectAccount/styled.d.ts +3 -1
- package/es/components/organism/AccountProfile/components/AccountSetting/styled.d.ts +3 -1
- package/es/components/organism/DataTable/hooks/useDataTableListing/types.d.ts +2 -1
- package/es/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.js +11 -4
- package/es/components/organism/TicketEditor/styled.d.ts +3 -1
- package/es/components/template/TemplateListing/styled/index.js +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { CheckboxProps as AntdCheckboxProps } from 'antd';
|
|
3
3
|
export type CheckboxProps = AntdCheckboxProps;
|
|
4
|
-
export declare const Checkbox:
|
|
4
|
+
export declare const Checkbox: import("react").ForwardRefExoticComponent<AntdCheckboxProps & import("react").RefAttributes<import("rc-checkbox").CheckboxRef>> & {
|
|
5
|
+
Group: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
+
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export declare const LazyIcon: {
|
|
3
3
|
AccountCircleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
4
4
|
AccountCircleOutlineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
6
5
|
AccountSharing30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
7
6
|
AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
8
7
|
AccountTreeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
8
|
+
Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
9
9
|
AddChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
10
10
|
AddFolderIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
11
11
|
AddIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -53,6 +53,7 @@ export declare const LazyIcon: {
|
|
|
53
53
|
ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
54
54
|
ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
55
55
|
ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
56
|
+
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
56
57
|
CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
57
58
|
CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
58
59
|
CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -60,7 +61,6 @@ export declare const LazyIcon: {
|
|
|
60
61
|
CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
61
62
|
CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
62
63
|
ChecklistRtlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
63
|
-
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
64
64
|
CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
65
65
|
CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
66
66
|
CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -95,15 +95,15 @@ export declare const LazyIcon: {
|
|
|
95
95
|
DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
96
96
|
DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
97
97
|
DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
98
|
-
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
99
98
|
DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
100
99
|
DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
101
100
|
DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
102
101
|
DataSource30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
103
|
-
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
104
|
-
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
105
102
|
DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
106
103
|
DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
104
|
+
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
105
|
+
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
106
|
+
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
107
|
DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
108
108
|
DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
109
109
|
DesktopLaptopIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -165,13 +165,13 @@ export declare const LazyIcon: {
|
|
|
165
165
|
ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
166
166
|
FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
167
167
|
FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
168
|
+
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
168
169
|
GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
169
170
|
GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
170
171
|
GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
171
172
|
GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
172
173
|
Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
173
174
|
GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
174
|
-
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
175
175
|
GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
176
176
|
GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
177
177
|
GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -231,8 +231,8 @@ export declare const LazyIcon: {
|
|
|
231
231
|
MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
232
232
|
NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
233
233
|
NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
234
|
-
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
235
234
|
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
235
|
+
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
236
236
|
OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
237
237
|
OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
238
238
|
OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -283,6 +283,7 @@ export declare const LazyIcon: {
|
|
|
283
283
|
ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
284
284
|
RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
285
285
|
Role30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
286
|
+
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
286
287
|
SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
287
288
|
SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
288
289
|
ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -305,7 +306,6 @@ export declare const LazyIcon: {
|
|
|
305
306
|
SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
306
307
|
Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
307
308
|
SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
308
|
-
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
309
309
|
SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
310
310
|
StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
311
311
|
StickerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -351,9 +351,9 @@ export declare const LazyIcon: {
|
|
|
351
351
|
VisitorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
352
352
|
WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
353
353
|
WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
354
|
-
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
355
354
|
WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
356
355
|
WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
356
|
+
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
357
357
|
WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
358
358
|
WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
359
359
|
};
|
|
@@ -2,10 +2,10 @@ import { lazy } from 'react';
|
|
|
2
2
|
export const LazyIcon = {
|
|
3
3
|
AccountCircleIcon: lazy(() => import('../AccountCircleIcon').then(m => ({ default: m.AccountCircleIcon }))),
|
|
4
4
|
AccountCircleOutlineIcon: lazy(() => import('../AccountCircleOutlineIcon').then(m => ({ default: m.AccountCircleOutlineIcon }))),
|
|
5
|
-
Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
|
|
6
5
|
AccountSharing30Icon: lazy(() => import('../AccountSharing30Icon').then(m => ({ default: m.AccountSharing30Icon }))),
|
|
7
6
|
AccountSharingIcon: lazy(() => import('../AccountSharingIcon').then(m => ({ default: m.AccountSharingIcon }))),
|
|
8
7
|
AccountTreeIcon: lazy(() => import('../AccountTreeIcon').then(m => ({ default: m.AccountTreeIcon }))),
|
|
8
|
+
Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
|
|
9
9
|
AddChartIcon: lazy(() => import('../AddChartIcon').then(m => ({ default: m.AddChartIcon }))),
|
|
10
10
|
AddFolderIcon: lazy(() => import('../AddFolderIcon').then(m => ({ default: m.AddFolderIcon }))),
|
|
11
11
|
AddIcon: lazy(() => import('../AddIcon').then(m => ({ default: m.AddIcon }))),
|
|
@@ -55,6 +55,7 @@ export const LazyIcon = {
|
|
|
55
55
|
}))),
|
|
56
56
|
ChatMentionIcon: lazy(() => import('../ChatMentionIcon').then(m => ({ default: m.ChatMentionIcon }))),
|
|
57
57
|
ChatUnreadIcon: lazy(() => import('../ChatUnreadIcon').then(m => ({ default: m.ChatUnreadIcon }))),
|
|
58
|
+
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
58
59
|
CheckboxChecked5RadiusIcon: lazy(() => import('../CheckboxChecked5RadiusIcon').then(m => ({ default: m.CheckboxChecked5RadiusIcon }))),
|
|
59
60
|
CheckboxCheckedIcon: lazy(() => import('../CheckboxCheckedIcon').then(m => ({ default: m.CheckboxCheckedIcon }))),
|
|
60
61
|
CheckboxIndeterminate5RadiusIcon: lazy(() => import('../CheckboxIndeterminate5RadiusIcon').then(m => ({
|
|
@@ -66,7 +67,6 @@ export const LazyIcon = {
|
|
|
66
67
|
}))),
|
|
67
68
|
CheckboxUncheckedIcon: lazy(() => import('../CheckboxUncheckedIcon').then(m => ({ default: m.CheckboxUncheckedIcon }))),
|
|
68
69
|
ChecklistRtlIcon: lazy(() => import('../ChecklistRtlIcon').then(m => ({ default: m.ChecklistRtlIcon }))),
|
|
69
|
-
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
70
70
|
CircleAddElementIcon: lazy(() => import('../CircleAddElementIcon').then(m => ({ default: m.CircleAddElementIcon }))),
|
|
71
71
|
CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
|
|
72
72
|
CloseIcon: lazy(() => import('../CloseIcon').then(m => ({ default: m.CloseIcon }))),
|
|
@@ -101,15 +101,15 @@ export const LazyIcon = {
|
|
|
101
101
|
DataDestinationIcon: lazy(() => import('../DataDestinationIcon').then(m => ({ default: m.DataDestinationIcon }))),
|
|
102
102
|
DataEncryption30Icon: lazy(() => import('../DataEncryption30Icon').then(m => ({ default: m.DataEncryption30Icon }))),
|
|
103
103
|
DataEncryptionIcon: lazy(() => import('../DataEncryptionIcon').then(m => ({ default: m.DataEncryptionIcon }))),
|
|
104
|
-
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
105
104
|
DataIcon: lazy(() => import('../DataIcon').then(m => ({ default: m.DataIcon }))),
|
|
106
105
|
DataRefreshIcon: lazy(() => import('../DataRefreshIcon').then(m => ({ default: m.DataRefreshIcon }))),
|
|
107
106
|
DataSchema30Icon: lazy(() => import('../DataSchema30Icon').then(m => ({ default: m.DataSchema30Icon }))),
|
|
108
107
|
DataSource30Icon: lazy(() => import('../DataSource30Icon').then(m => ({ default: m.DataSource30Icon }))),
|
|
109
|
-
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
110
|
-
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
111
108
|
DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
|
|
112
109
|
DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
|
|
110
|
+
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
111
|
+
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
112
|
+
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
113
113
|
DeleteRemoveTrashIcon: lazy(() => import('../DeleteRemoveTrashIcon').then(m => ({ default: m.DeleteRemoveTrashIcon }))),
|
|
114
114
|
DeliveryLogIcon: lazy(() => import('../DeliveryLogIcon').then(m => ({ default: m.DeliveryLogIcon }))),
|
|
115
115
|
DesktopLaptopIcon: lazy(() => import('../DesktopLaptopIcon').then(m => ({ default: m.DesktopLaptopIcon }))),
|
|
@@ -171,13 +171,13 @@ export const LazyIcon = {
|
|
|
171
171
|
ForwardIcon: lazy(() => import('../ForwardIcon').then(m => ({ default: m.ForwardIcon }))),
|
|
172
172
|
FreeDrawIcon: lazy(() => import('../FreeDrawIcon').then(m => ({ default: m.FreeDrawIcon }))),
|
|
173
173
|
FullReviewIcon: lazy(() => import('../FullReviewIcon').then(m => ({ default: m.FullReviewIcon }))),
|
|
174
|
+
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
174
175
|
GalleryTemplateIcon: lazy(() => import('../GalleryTemplateIcon').then(m => ({ default: m.GalleryTemplateIcon }))),
|
|
175
176
|
GeneralSettingIcon: lazy(() => import('../GeneralSettingIcon').then(m => ({ default: m.GeneralSettingIcon }))),
|
|
176
177
|
GeneralSettings30Icon: lazy(() => import('../GeneralSettings30Icon').then(m => ({ default: m.GeneralSettings30Icon }))),
|
|
177
178
|
GenerateAutoWizardIcon: lazy(() => import('../GenerateAutoWizardIcon').then(m => ({ default: m.GenerateAutoWizardIcon }))),
|
|
178
179
|
Geofence30Icon: lazy(() => import('../Geofence30Icon').then(m => ({ default: m.Geofence30Icon }))),
|
|
179
180
|
GetInsightIcon: lazy(() => import('../GetInsightIcon').then(m => ({ default: m.GetInsightIcon }))),
|
|
180
|
-
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
181
181
|
GridViewIcon: lazy(() => import('../GridViewIcon').then(m => ({ default: m.GridViewIcon }))),
|
|
182
182
|
GroupIcon: lazy(() => import('../GroupIcon').then(m => ({ default: m.GroupIcon }))),
|
|
183
183
|
GroupLayerIcon: lazy(() => import('../GroupLayerIcon').then(m => ({ default: m.GroupLayerIcon }))),
|
|
@@ -235,8 +235,8 @@ export const LazyIcon = {
|
|
|
235
235
|
MuteIcon: lazy(() => import('../MuteIcon').then(m => ({ default: m.MuteIcon }))),
|
|
236
236
|
NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
|
|
237
237
|
NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
|
|
238
|
-
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
239
238
|
NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
|
|
239
|
+
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
240
240
|
OpenNewTabIcon: lazy(() => import('../OpenNewTabIcon').then(m => ({ default: m.OpenNewTabIcon }))),
|
|
241
241
|
OpenUrlIcon: lazy(() => import('../OpenUrlIcon').then(m => ({ default: m.OpenUrlIcon }))),
|
|
242
242
|
OrchestrationIcon: lazy(() => import('../OrchestrationIcon').then(m => ({ default: m.OrchestrationIcon }))),
|
|
@@ -289,6 +289,7 @@ export const LazyIcon = {
|
|
|
289
289
|
ResumeIcon: lazy(() => import('../ResumeIcon').then(m => ({ default: m.ResumeIcon }))),
|
|
290
290
|
RightExpandIcon: lazy(() => import('../RightExpandIcon').then(m => ({ default: m.RightExpandIcon }))),
|
|
291
291
|
Role30Icon: lazy(() => import('../Role30Icon').then(m => ({ default: m.Role30Icon }))),
|
|
292
|
+
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
292
293
|
SaveAsIcon: lazy(() => import('../SaveAsIcon').then(m => ({ default: m.SaveAsIcon }))),
|
|
293
294
|
SaveIcon: lazy(() => import('../SaveIcon').then(m => ({ default: m.SaveIcon }))),
|
|
294
295
|
ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
|
|
@@ -311,7 +312,6 @@ export const LazyIcon = {
|
|
|
311
312
|
SlideGroupIcon: lazy(() => import('../SlideGroupIcon').then(m => ({ default: m.SlideGroupIcon }))),
|
|
312
313
|
Sort1Icon: lazy(() => import('../Sort1Icon').then(m => ({ default: m.Sort1Icon }))),
|
|
313
314
|
SortIcon: lazy(() => import('../SortIcon').then(m => ({ default: m.SortIcon }))),
|
|
314
|
-
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
315
315
|
SqlWorkspaceIcon: lazy(() => import('../SqlWorkspaceIcon').then(m => ({ default: m.SqlWorkspaceIcon }))),
|
|
316
316
|
StatisticIcon: lazy(() => import('../StatisticIcon').then(m => ({ default: m.StatisticIcon }))),
|
|
317
317
|
StickerIcon: lazy(() => import('../StickerIcon').then(m => ({ default: m.StickerIcon }))),
|
|
@@ -357,9 +357,9 @@ export const LazyIcon = {
|
|
|
357
357
|
VisitorIcon: lazy(() => import('../VisitorIcon').then(m => ({ default: m.VisitorIcon }))),
|
|
358
358
|
WarningIcon: lazy(() => import('../WarningIcon').then(m => ({ default: m.WarningIcon }))),
|
|
359
359
|
WebAssetIcon: lazy(() => import('../WebAssetIcon').then(m => ({ default: m.WebAssetIcon }))),
|
|
360
|
-
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
361
360
|
WebIcon: lazy(() => import('../WebIcon').then(m => ({ default: m.WebIcon }))),
|
|
362
361
|
WebPersonalizationIcon: lazy(() => import('../WebPersonalizationIcon').then(m => ({ default: m.WebPersonalizationIcon }))),
|
|
362
|
+
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
363
363
|
WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
|
|
364
364
|
WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
|
|
365
365
|
};
|
|
@@ -3,5 +3,5 @@ import { forwardRef } from 'react';
|
|
|
3
3
|
import { useIcon } from './hooks/useIcon';
|
|
4
4
|
export const PreviewVisibilityEyeIcon = forwardRef((props, ref) => {
|
|
5
5
|
const { width, height } = useIcon(props);
|
|
6
|
-
return (_jsx("svg", { viewBox: "0 0
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M10.2422 10.2422C10.737 9.7474 11.3229 9.5 12 9.5C12.6771 9.5 13.263 9.7474 13.7578 10.2422C14.2526 10.737 14.5 11.3229 14.5 12C14.5 12.6771 14.2526 13.263 13.7578 13.7578C13.263 14.2526 12.6771 14.5 12 14.5C11.3229 14.5 10.737 14.2526 10.2422 13.7578C9.7474 13.263 9.5 12.6771 9.5 12C9.5 11.3229 9.7474 10.737 10.2422 10.2422ZM9.03125 14.9688C9.86458 15.776 10.8542 16.1797 12 16.1797C13.1458 16.1797 14.1224 15.776 14.9297 14.9688C15.763 14.1354 16.1797 13.1458 16.1797 12C16.1797 10.8542 15.763 9.8776 14.9297 9.07031C14.1224 8.23698 13.1458 7.82031 12 7.82031C10.8542 7.82031 9.86458 8.23698 9.03125 9.07031C8.22396 9.8776 7.82031 10.8542 7.82031 12C7.82031 13.1458 8.22396 14.1354 9.03125 14.9688ZM6.41406 7.46875C8.08073 6.32292 9.94271 5.75 12 5.75C14.0573 5.75 15.9193 6.32292 17.5859 7.46875C19.2526 8.61458 20.4505 10.125 21.1797 12C20.4505 13.875 19.2526 15.3854 17.5859 16.5312C15.9193 17.6771 14.0573 18.25 12 18.25C9.94271 18.25 8.08073 17.6771 6.41406 16.5312C4.7474 15.3854 3.54948 13.875 2.82031 12C3.54948 10.125 4.7474 8.61458 6.41406 7.46875Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -3,5 +3,5 @@ import { forwardRef } from 'react';
|
|
|
3
3
|
import { useIcon } from './hooks/useIcon';
|
|
4
4
|
export const VisibilityOffEyeIcon = forwardRef((props, ref) => {
|
|
5
5
|
const { width, height } = useIcon(props);
|
|
6
|
-
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M11.8828 9.5H12C12.6771 9.5 13.263 9.7474 13.7578 10.2422C14.2526 10.737 14.5 11.3229 14.5 12V12.1562L11.8828 9.5ZM8.28906 10.1641C7.97656 10.7891 7.82031 11.401 7.82031 12C7.82031 13.1458 8.22396 14.1354 9.03125 14.9688C9.86458 15.776 10.8542 16.1797 12 16.1797C12.599 16.1797 13.2109 16.0234 13.8359 15.7109L12.5469 14.4219C12.3385 14.474 12.1562 14.5 12 14.5C11.3229 14.5 10.737 14.2526 10.2422 13.7578C9.7474 13.263 9.5 12.6771 9.5 12C9.5 11.8438 9.52604 11.6615 9.57812 11.4531L8.28906 10.1641ZM3.67969 5.55469L4.73438 4.5L19.5 19.2656L18.4453 20.3203C18.3151 20.1901 17.8984 19.7865 17.1953 19.1094C16.5182 18.4323 15.9974 17.9115 15.6328 17.5469C14.513 18.0156 13.3021 18.25 12 18.25C9.94271 18.25 8.08073 17.6771 6.41406 16.5312C4.7474 15.3854 3.54948 13.875 2.82031 12C3.10677 11.3229 3.54948 10.5807 4.14844 9.77344C4.77344 8.9401 5.3724 8.30208 5.94531 7.85938C5.63281 7.54688 5.1901 7.10417 4.61719 6.53125C4.07031 5.95833 3.75781 5.63281 3.67969 5.55469ZM12 7.82031C11.4792 7.82031 10.9714 7.92448 10.4766 8.13281L8.67969 6.33594C9.69531 5.94531 10.8021 5.75 12 5.75C14.0573 5.75 15.9062 6.32292 17.5469 7.46875C19.2135 8.61458 20.4115 10.125 21.1406 12C20.5156 13.5365 19.5651 14.8516 18.2891 15.9453L15.8672 13.5234C16.0755 13.0286 16.1797 12.5208 16.1797 12C16.1797 10.8542 15.763 9.8776 14.9297 9.07031C14.1224 8.23698 13.1458 7.82031 12 7.82031Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
4
3
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
5
4
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
6
5
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
export { AddIcon } from './AddIcon';
|
|
@@ -51,6 +51,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
51
51
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
52
52
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
53
53
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
54
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
54
55
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
55
56
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
56
57
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -58,7 +59,6 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
58
59
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
59
60
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
60
61
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
61
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
62
62
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
63
63
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
64
64
|
export { CloseIcon } from './CloseIcon';
|
|
@@ -93,15 +93,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
93
93
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
94
94
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
95
95
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
96
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
97
96
|
export { DataIcon } from './DataIcon';
|
|
98
97
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
99
98
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
100
99
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
101
|
-
export { DatasourceIcon } from './DatasourceIcon';
|
|
102
|
-
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
103
100
|
export { DataView30Icon } from './DataView30Icon';
|
|
104
101
|
export { DataViewIcon } from './DataViewIcon';
|
|
102
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
103
|
+
export { DatasourceIcon } from './DatasourceIcon';
|
|
104
|
+
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
105
105
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
106
106
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
107
107
|
export { DesktopLaptopIcon } from './DesktopLaptopIcon';
|
|
@@ -163,13 +163,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
163
163
|
export { ForwardIcon } from './ForwardIcon';
|
|
164
164
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
165
165
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
166
|
+
export { GPTIcon } from './GPTIcon';
|
|
166
167
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
167
168
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
168
169
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
169
170
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
170
171
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
171
172
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
172
|
-
export { GPTIcon } from './GPTIcon';
|
|
173
173
|
export { GridViewIcon } from './GridViewIcon';
|
|
174
174
|
export { GroupIcon } from './GroupIcon';
|
|
175
175
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -227,8 +227,8 @@ export { MoveToIcon } from './MoveToIcon';
|
|
|
227
227
|
export { MuteIcon } from './MuteIcon';
|
|
228
228
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
229
229
|
export { NotificationIcon } from './NotificationIcon';
|
|
230
|
-
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
231
230
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
231
|
+
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
232
232
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
233
233
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
234
234
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -279,6 +279,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
279
279
|
export { ResumeIcon } from './ResumeIcon';
|
|
280
280
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
281
281
|
export { Role30Icon } from './Role30Icon';
|
|
282
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
282
283
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
283
284
|
export { SaveIcon } from './SaveIcon';
|
|
284
285
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -301,7 +302,6 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
301
302
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
302
303
|
export { Sort1Icon } from './Sort1Icon';
|
|
303
304
|
export { SortIcon } from './SortIcon';
|
|
304
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
305
305
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
306
306
|
export { StatisticIcon } from './StatisticIcon';
|
|
307
307
|
export { StickerIcon } from './StickerIcon';
|
|
@@ -347,8 +347,8 @@ export { Visitor30Icon } from './Visitor30Icon';
|
|
|
347
347
|
export { VisitorIcon } from './VisitorIcon';
|
|
348
348
|
export { WarningIcon } from './WarningIcon';
|
|
349
349
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
350
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
351
350
|
export { WebIcon } from './WebIcon';
|
|
352
351
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
352
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
353
353
|
export { WidgetIcon } from './WidgetIcon';
|
|
354
354
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
4
3
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
5
4
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
6
5
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
export { AddIcon } from './AddIcon';
|
|
@@ -51,6 +51,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
51
51
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
52
52
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
53
53
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
54
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
54
55
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
55
56
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
56
57
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -58,7 +59,6 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
58
59
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
59
60
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
60
61
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
61
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
62
62
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
63
63
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
64
64
|
export { CloseIcon } from './CloseIcon';
|
|
@@ -93,15 +93,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
93
93
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
94
94
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
95
95
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
96
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
97
96
|
export { DataIcon } from './DataIcon';
|
|
98
97
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
99
98
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
100
99
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
101
|
-
export { DatasourceIcon } from './DatasourceIcon';
|
|
102
|
-
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
103
100
|
export { DataView30Icon } from './DataView30Icon';
|
|
104
101
|
export { DataViewIcon } from './DataViewIcon';
|
|
102
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
103
|
+
export { DatasourceIcon } from './DatasourceIcon';
|
|
104
|
+
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
105
105
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
106
106
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
107
107
|
export { DesktopLaptopIcon } from './DesktopLaptopIcon';
|
|
@@ -163,13 +163,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
163
163
|
export { ForwardIcon } from './ForwardIcon';
|
|
164
164
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
165
165
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
166
|
+
export { GPTIcon } from './GPTIcon';
|
|
166
167
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
167
168
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
168
169
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
169
170
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
170
171
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
171
172
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
172
|
-
export { GPTIcon } from './GPTIcon';
|
|
173
173
|
export { GridViewIcon } from './GridViewIcon';
|
|
174
174
|
export { GroupIcon } from './GroupIcon';
|
|
175
175
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -227,8 +227,8 @@ export { MoveToIcon } from './MoveToIcon';
|
|
|
227
227
|
export { MuteIcon } from './MuteIcon';
|
|
228
228
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
229
229
|
export { NotificationIcon } from './NotificationIcon';
|
|
230
|
-
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
231
230
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
231
|
+
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
232
232
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
233
233
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
234
234
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -279,6 +279,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
279
279
|
export { ResumeIcon } from './ResumeIcon';
|
|
280
280
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
281
281
|
export { Role30Icon } from './Role30Icon';
|
|
282
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
282
283
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
283
284
|
export { SaveIcon } from './SaveIcon';
|
|
284
285
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -301,7 +302,6 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
301
302
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
302
303
|
export { Sort1Icon } from './Sort1Icon';
|
|
303
304
|
export { SortIcon } from './SortIcon';
|
|
304
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
305
305
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
306
306
|
export { StatisticIcon } from './StatisticIcon';
|
|
307
307
|
export { StickerIcon } from './StickerIcon';
|
|
@@ -347,8 +347,8 @@ export { Visitor30Icon } from './Visitor30Icon';
|
|
|
347
347
|
export { VisitorIcon } from './VisitorIcon';
|
|
348
348
|
export { WarningIcon } from './WarningIcon';
|
|
349
349
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
350
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
351
350
|
export { WebIcon } from './WebIcon';
|
|
352
351
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
352
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
353
353
|
export { WidgetIcon } from './WidgetIcon';
|
|
354
354
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
@@ -344,7 +344,7 @@ export function MatchesAny(props) {
|
|
|
344
344
|
return (_jsx(ConfigProvider, { theme: MATCHES_ANY_THEME, children: _jsxs(MatchesAnyWrapper, { ...restOfProps, vertical: true, justify: "space-between", children: [_jsxs(Flex, { style: { width: '100%', height: '100%' }, children: [renderSelectList(), renderSelectedList()] }), _jsxs(Flex, { className: "matches-any__footer", align: "center", justify: "space-between", children: [_jsxs(Flex, { align: "center", gap: 10, children: [_jsx(Button, { type: "primary", disabled: isDisableApply, onClick: onClickApply, children: t(translations.apply.title).toString() }), _jsx(Button, { onClick: () => onCancel(), children: t(translations.cancel.title).toString() })] }), showExtendValue && (_jsx(ExtendValuePopup, { getPopupContainer: trigger => trigger.parentElement || document.body, onApply: onApplyExtendValue, children: _jsx(Button, { icon: _jsx(Icon, { type: "icon-ants-empty-flag" }), children: t(translations.extendValue.title).toString() }) }))] })] }) }));
|
|
345
345
|
}
|
|
346
346
|
export function MatchesAnySelect(props) {
|
|
347
|
-
const { placeholder = 'Select an item', dropdownStyle, objectName, selectedItems, items, loading, popupClassName, groupSelectProps, renderExtraValues, customItemRenders, popoverProps, listEmptyProps, selectedListEmptyProps, selectedTreeData, onChangeSearch, onChange = () => { }, onLoadMore, ...restProps } = props;
|
|
347
|
+
const { placeholder = 'Select an item', dropdownStyle, objectName, selectedItems, items, loading, popupClassName, groupSelectProps, renderExtraValues, customItemRenders, popoverProps, listEmptyProps, selectedListEmptyProps, selectedTreeData, error, onChangeSearch, onChange = () => { }, onLoadMore, ...restProps } = props;
|
|
348
348
|
// State
|
|
349
349
|
const [state, setState] = useState(initialState);
|
|
350
350
|
// Variables
|
|
@@ -372,12 +372,12 @@ export function MatchesAnySelect(props) {
|
|
|
372
372
|
},
|
|
373
373
|
}, overlayStyle: { width: 700 }, overlayInnerStyle: {
|
|
374
374
|
padding: 0,
|
|
375
|
-
}, trigger: ['click'], destroyTooltipOnHide: true, onOpenChange: () => setState(prev => ({ ...prev, isOpenPopover: !isOpenPopover })), zIndex: 1400, ...popoverProps, children:
|
|
375
|
+
}, trigger: ['click'], destroyTooltipOnHide: true, onOpenChange: () => setState(prev => ({ ...prev, isOpenPopover: !isOpenPopover })), zIndex: 1400, ...popoverProps, children: _jsxs(Tooltip, { mouseEnterDelay: 0.5, title: `${selectedItems ? selectedItems?.map(item => item.title).join(', ') : ''}`, overlayInnerStyle: {
|
|
376
376
|
maxHeight: 300,
|
|
377
377
|
overflow: 'auto',
|
|
378
|
-
}, children: _jsx(Select, { title: "", value: value, placeholder: placeholder, popupMatchSelectWidth: 700, dropdownStyle: {
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
378
|
+
}, children: [_jsx(Select, { title: "", value: value, placeholder: placeholder, popupMatchSelectWidth: 700, dropdownStyle: {
|
|
379
|
+
...dropdownStyle,
|
|
380
|
+
display: 'none',
|
|
381
|
+
padding: 0,
|
|
382
|
+
}, loading: loading, status: props.status || (error ? 'error' : undefined), ...restProps }), !!error && _jsx(Text, { className: 'ant-form-item-explain-error', type: 'danger', children: error })] }) }));
|
|
383
383
|
}
|
|
@@ -52,6 +52,8 @@ export interface MatchesAnySelectProps<TItem = any> extends Omit<SelectProps, 'o
|
|
|
52
52
|
selectedListEmptyProps?: EmptyDataProps;
|
|
53
53
|
/** Search value */
|
|
54
54
|
searchValue?: string;
|
|
55
|
+
/** Error message */
|
|
56
|
+
error?: string;
|
|
55
57
|
/** Callback function that is called when the selected items change. */
|
|
56
58
|
onChange?: (selectedItems: MatchesAnyItem<TItem>[], selectedTreeData?: MatchesAnyItem<TItem>[]) => void;
|
|
57
59
|
/** Callback function that is called when the search value changes */
|
|
@@ -13,6 +13,8 @@ export declare const AccountListBody: import("styled-components").StyledComponen
|
|
|
13
13
|
export declare const AccountListFooter: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
14
|
export declare const AccountListTitleGroup: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
15
15
|
export declare const AccountListContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
16
|
-
export declare const CheckboxStyled: import("styled-components").StyledComponent<import("react").
|
|
16
|
+
export declare const CheckboxStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd").CheckboxProps & import("react").RefAttributes<import("rc-checkbox").CheckboxRef>> & {
|
|
17
|
+
Group: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
18
|
+
}, any, {}, never>;
|
|
17
19
|
export declare const ViewAllWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
18
20
|
export declare const ItemOnlyOne: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -3,4 +3,6 @@ export declare const AccountDetail: import("styled-components").StyledComponent<
|
|
|
3
3
|
export declare const DrawerHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
4
|
export declare const StyledRadioGroup: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>>, any, {}, never>;
|
|
5
5
|
export declare const StyledDatePicker: import("styled-components").StyledComponent<import("antd/es/date-picker").DatePickerType, any, {}, never>;
|
|
6
|
-
export declare const StyledCheckbox: import("styled-components").StyledComponent<import("react").
|
|
6
|
+
export declare const StyledCheckbox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd").CheckboxProps & import("react").RefAttributes<import("rc-checkbox").CheckboxRef>> & {
|
|
7
|
+
Group: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
8
|
+
}, any, {}, never>;
|
|
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
|
|
|
2
2
|
import { AxiosRequestConfig } from 'axios';
|
|
3
3
|
import { TOperatorKey, TServiceAuth } from '@antscorp/antsomi-ui/es/types';
|
|
4
4
|
import { TEnv } from '@antscorp/antsomi-ui/es/types/config';
|
|
5
|
-
import { FilterItem, TSearchActionButton, TSearchItem, TableProps } from '../../types';
|
|
5
|
+
import { FilterItem, TGridViewKeys, TSearchActionButton, TSearchItem, TableProps } from '../../types';
|
|
6
6
|
import { PaginationProps } from '../../components';
|
|
7
7
|
import { ColumnType } from 'antd/es/table';
|
|
8
8
|
import { SorterResult } from 'antd/es/table/interface';
|
|
@@ -129,6 +129,7 @@ export interface DataTableLocalStorage<TTableType = any> {
|
|
|
129
129
|
selectedFilterId?: string;
|
|
130
130
|
filters?: FilterItem[];
|
|
131
131
|
};
|
|
132
|
+
modeView?: TGridViewKeys;
|
|
132
133
|
table?: TableProps<TTableType>;
|
|
133
134
|
pagination?: PaginationProps;
|
|
134
135
|
sorter?: SorterResult<TTableType>;
|
|
@@ -561,7 +561,7 @@ export function useDataTableListing(props) {
|
|
|
561
561
|
* Update values from local storage to state
|
|
562
562
|
*/
|
|
563
563
|
useDeepCompareEffect(() => {
|
|
564
|
-
const { filter, pagination, table, sorter, groupBy } = localStorageValues || {};
|
|
564
|
+
const { filter, pagination, table, sorter, groupBy, modeView } = localStorageValues || {};
|
|
565
565
|
// If disabled cache then do nothing
|
|
566
566
|
if (disabledCache) {
|
|
567
567
|
return;
|
|
@@ -586,6 +586,9 @@ export function useDataTableListing(props) {
|
|
|
586
586
|
if (!isEmpty(groupBy)) {
|
|
587
587
|
setState(prev => ({ ...prev, groupBy }));
|
|
588
588
|
}
|
|
589
|
+
if (!!modeView) {
|
|
590
|
+
setState(prev => ({ ...prev, modeView }));
|
|
591
|
+
}
|
|
589
592
|
}, [localStorageValues]);
|
|
590
593
|
/**
|
|
591
594
|
* Set default groupBy column
|
|
@@ -738,6 +741,12 @@ export function useDataTableListing(props) {
|
|
|
738
741
|
sorter,
|
|
739
742
|
});
|
|
740
743
|
}, [handleUpdateLocalStorage]);
|
|
744
|
+
const handleUpdateModeView = useCallback((modeView) => {
|
|
745
|
+
setState(prev => ({ ...prev, modeView }));
|
|
746
|
+
handleUpdateLocalStorage({
|
|
747
|
+
modeView,
|
|
748
|
+
});
|
|
749
|
+
}, [handleUpdateLocalStorage]);
|
|
741
750
|
/* Filter */
|
|
742
751
|
const onChangeFilters = useCallback((filters) => {
|
|
743
752
|
handleUpdateFilter({
|
|
@@ -925,9 +934,7 @@ export function useDataTableListing(props) {
|
|
|
925
934
|
/* Grid view */
|
|
926
935
|
gridView: {
|
|
927
936
|
mode: modeView,
|
|
928
|
-
onChangeMode
|
|
929
|
-
setState(prev => ({ ...prev, modeView: mode }));
|
|
930
|
-
},
|
|
937
|
+
onChangeMode: handleUpdateModeView,
|
|
931
938
|
templateListingProps: {
|
|
932
939
|
templatesProps: {
|
|
933
940
|
items: gridViewList,
|
|
@@ -46,7 +46,9 @@ export declare const WrapperBtnAddAcc: import("styled-components").StyledCompone
|
|
|
46
46
|
export declare const WrapperModalImg: import("styled-components").StyledComponent<import("react").ComponentType<any> | keyof import("react").JSX.IntrinsicElements, any, any, any>;
|
|
47
47
|
export declare const WrapperModalHeaderImg: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
48
48
|
export declare const TicketButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
49
|
-
export declare const WrapperCheckBox: import("styled-components").StyledComponent<import("react").
|
|
49
|
+
export declare const WrapperCheckBox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd").CheckboxProps & import("react").RefAttributes<import("rc-checkbox").CheckboxRef>> & {
|
|
50
|
+
Group: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
51
|
+
}, any, {}, never>;
|
|
50
52
|
export declare const WrapperMessage: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
51
53
|
export declare const TicketEditorWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
52
54
|
export declare const DrawerHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
|