@antscorp/antsomi-ui 1.3.5-beta.873 → 1.3.5-beta.874
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/__tests__/fileMock.test.d.ts +2 -0
- package/es/__tests__/fileMock.test.js +2 -0
- package/es/__tests__/styleMock.test.d.ts +1 -0
- package/es/__tests__/styleMock.test.js +2 -0
- package/es/assets/images/error-icon.png +0 -0
- package/es/components/atoms/NotificationStatus/NotificationStatus.d.ts +12 -0
- package/es/components/atoms/NotificationStatus/NotificationStatus.js +27 -0
- package/es/components/atoms/NotificationStatus/constants/index.d.ts +15 -0
- package/es/components/atoms/NotificationStatus/constants/index.js +15 -0
- package/es/components/atoms/NotificationStatus/index.d.ts +1 -0
- package/es/components/atoms/NotificationStatus/index.js +1 -0
- package/es/components/atoms/NotificationStatus/styled.d.ts +3 -0
- package/es/components/atoms/NotificationStatus/styled.js +14 -0
- package/es/components/atoms/Popover/styled.d.ts +4 -0
- package/es/components/atoms/Popover/styled.js +5 -0
- package/es/components/atoms/SlideBar/SlideBar.js +1 -3
- package/es/components/atoms/Slider/index.js +8 -3
- package/es/components/atoms/index.d.ts +1 -0
- package/es/components/atoms/index.js +1 -0
- package/es/components/icons/{SummarizeIconIcon.d.ts → IpRestrictionIcon.d.ts} +1 -1
- package/es/components/icons/IpRestrictionIcon.js +7 -0
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +1 -2
- package/es/components/icons/LazyIcon/LazyIcon.js +1 -2
- package/es/components/icons/index.d.ts +1 -2
- package/es/components/icons/index.js +1 -2
- package/es/components/molecules/AccountSelection/AccountListing.js +1 -1
- package/es/components/molecules/AccountSelection/index.d.ts +1 -2
- package/es/components/molecules/CalendarSelection/CalendarSelection.js +4 -5
- package/es/components/molecules/ColorPicker/CustomPicker/index.js +2 -2
- package/es/components/molecules/ColorPicker/index.d.ts +1 -0
- package/es/components/molecules/ColorPicker/index.js +3 -2
- package/es/components/molecules/DrawerDetail/DrawerDetail.js +5 -10
- package/es/components/molecules/DrawerDetail/types.d.ts +0 -1
- package/es/components/molecules/EditableName/EditableName.js +1 -1
- package/es/components/molecules/FontSetting/index.js +2 -2
- package/es/components/molecules/MatchAnySelect/MatchesAnySelect.js +6 -2
- package/es/components/molecules/RequestAccess/RequestAccess.d.ts +1 -0
- package/es/components/molecules/RequestAccess/RequestAccess.js +5 -10
- package/es/components/molecules/RichMenu/RichMenuBlock/constants.js +1 -1
- package/es/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.js +4 -2
- package/es/components/molecules/SelectAccount/ButtonViewAll.js +14 -6
- package/es/components/molecules/SelectAccount/Content.js +3 -2
- package/es/components/molecules/SelectAccount/styled.js +4 -0
- package/es/components/molecules/SelectAccount/type.d.ts +2 -0
- package/es/components/molecules/TagifyInput/TagifyInput.js +369 -224
- package/es/components/molecules/TagifyInput/constants.d.ts +21 -2
- package/es/components/molecules/TagifyInput/constants.js +21 -2
- package/es/components/molecules/TagifyInput/patternHandlers.d.ts +3 -1
- package/es/components/molecules/TagifyInput/patternHandlers.js +22 -4
- package/es/components/molecules/TagifyInput/styled.js +1 -0
- package/es/components/molecules/TagifyInput/types.d.ts +2 -0
- package/es/components/molecules/TagifyInput/utils.d.ts +20 -0
- package/es/components/molecules/TagifyInput/utils.js +40 -2
- package/es/components/molecules/TagifyInput/utils.style.js +64 -1
- package/es/components/molecules/TemplateSaveAs/styled.js +1 -1
- package/es/components/molecules/ThumbnailCard/ThumbnailCard.js +1 -1
- package/es/components/molecules/UploadImage/MediaThumb.d.ts +8 -0
- package/es/components/molecules/UploadImage/MediaThumb.js +15 -0
- package/es/components/molecules/UploadImage/VideoThumbnail.d.ts +4 -0
- package/es/components/molecules/UploadImage/VideoThumbnail.js +40 -0
- package/es/components/molecules/UploadImage/index.d.ts +1 -0
- package/es/components/molecules/UploadImage/index.js +41 -4
- package/es/components/molecules/index.d.ts +1 -1
- package/es/components/molecules/index.js +1 -1
- package/es/components/organism/AccountSharing/styled.js +12 -2
- package/es/components/organism/ContentSources/Settings.d.ts +3 -0
- package/es/components/organism/ContentSources/Settings.js +1 -1
- package/es/components/organism/ContentSources/index.d.ts +3 -0
- package/es/components/organism/ContentSources/index.js +4 -3
- package/es/components/organism/DataTable/utils/filter.d.ts +1 -1
- package/es/components/organism/GenerativeInsights/constants.d.ts +1 -0
- package/es/components/organism/GenerativeInsights/constants.js +1 -0
- package/es/components/organism/GenerativeInsights/index.d.ts +11 -0
- package/es/components/organism/GenerativeInsights/index.js +54 -0
- package/es/components/organism/GenerativeInsights/styled.d.ts +12 -0
- package/es/components/organism/GenerativeInsights/styled.js +65 -0
- package/es/components/organism/GenerativeInsights/utils.d.ts +13 -0
- package/es/components/organism/GenerativeInsights/utils.js +49 -0
- package/es/components/organism/LeftMenu/utils/index.js +7 -5
- package/es/components/organism/index.d.ts +1 -0
- package/es/components/organism/index.js +1 -0
- package/es/components/template/Layout/Layout.js +51 -7
- package/es/components/template/Layout/constants/menuCode.d.ts +1 -0
- package/es/components/template/Layout/constants/menuCode.js +1 -0
- package/es/components/template/Layout/constants/permission.d.ts +0 -1
- package/es/components/template/Layout/constants/permission.js +1 -1
- package/es/components/template/Layout/utils/permission.js +1 -0
- package/es/constants/queries.d.ts +1 -0
- package/es/constants/queries.js +1 -0
- package/es/locales/en/translation.json +1 -1
- package/es/locales/ja/google-sheet.json +53 -53
- package/es/locales/vi/google-sheet.json +1 -1
- package/es/providers/ConfigProvider/GlobalStyle.js +29 -1
- package/es/queries/Account/useGetAccountList.js +1 -1
- package/es/queries/Media/index.d.ts +1 -0
- package/es/queries/Media/index.js +1 -0
- package/es/queries/Media/useGetListingSavedMedia.d.ts +12 -0
- package/es/queries/Media/useGetListingSavedMedia.js +15 -0
- package/es/queries/index.d.ts +1 -0
- package/es/queries/index.js +1 -0
- package/es/services/Permission/index.d.ts +16 -0
- package/es/services/Permission/index.js +35 -0
- package/es/test.d.ts +0 -11
- package/es/test.js +138 -377
- package/package.json +7 -6
- package/es/components/icons/NoteNewIcon.d.ts +0 -3
- package/es/components/icons/NoteNewIcon.js +0 -7
- package/es/components/icons/SummarizeIconIcon.js +0 -7
- package/es/stories/assets/code-brackets.svg +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type TNotification = {
|
|
3
|
+
title: string;
|
|
4
|
+
message?: string;
|
|
5
|
+
type: 'success' | 'error';
|
|
6
|
+
timeout?: number;
|
|
7
|
+
};
|
|
8
|
+
declare const useNotificationStatus: () => {
|
|
9
|
+
contextHolder: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
10
|
+
showNotification: ({ title, message, type, timeout, }: TNotification) => void;
|
|
11
|
+
};
|
|
12
|
+
export default useNotificationStatus;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { notification } from 'antd';
|
|
3
|
+
import { MAP_BY_TYPE, STYLE_NOTIFICATION } from './constants';
|
|
4
|
+
import { Content, Title } from './styled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
const useNotificationStatus = () => {
|
|
7
|
+
const [api, contextHolder] = notification.useNotification();
|
|
8
|
+
const showNotification = ({ title = '', message = '', type = 'success', timeout = 4, }) => {
|
|
9
|
+
const info = MAP_BY_TYPE[type];
|
|
10
|
+
return api[type]({
|
|
11
|
+
message: _jsx(Title, { color: info.color, children: title }),
|
|
12
|
+
description: _jsx(Content, { children: message }),
|
|
13
|
+
duration: timeout,
|
|
14
|
+
style: {
|
|
15
|
+
...STYLE_NOTIFICATION,
|
|
16
|
+
borderLeft: `4px solid ${info.color}`,
|
|
17
|
+
},
|
|
18
|
+
placement: 'bottomLeft',
|
|
19
|
+
closeIcon: _jsx(Icon, { size: 14, color: "#595959", type: "icon-ants-remove-slim" }),
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
return {
|
|
23
|
+
contextHolder,
|
|
24
|
+
showNotification,
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default useNotificationStatus;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const MAP_BY_TYPE: {
|
|
2
|
+
readonly success: {
|
|
3
|
+
readonly color: "#12B800";
|
|
4
|
+
};
|
|
5
|
+
readonly error: {
|
|
6
|
+
readonly color: "#ef3340";
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export declare const STYLE_NOTIFICATION: {
|
|
10
|
+
display: string;
|
|
11
|
+
alignItems: string;
|
|
12
|
+
gap: string;
|
|
13
|
+
padding: string;
|
|
14
|
+
borderRadius: string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const MAP_BY_TYPE = {
|
|
2
|
+
success: {
|
|
3
|
+
color: '#12B800',
|
|
4
|
+
},
|
|
5
|
+
error: {
|
|
6
|
+
color: '#ef3340',
|
|
7
|
+
},
|
|
8
|
+
};
|
|
9
|
+
export const STYLE_NOTIFICATION = {
|
|
10
|
+
display: 'flex',
|
|
11
|
+
alignItems: 'center',
|
|
12
|
+
gap: '10px',
|
|
13
|
+
padding: '15px',
|
|
14
|
+
borderRadius: '10px',
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as useNotificationStatus } from './NotificationStatus';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as useNotificationStatus } from './NotificationStatus';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const Title: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const Content: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
export const Title = styled.div `
|
|
3
|
+
font-weight: bold;
|
|
4
|
+
font-size: 14px;
|
|
5
|
+
line-height: 20px;
|
|
6
|
+
color: ${props => props.color || '#000'};
|
|
7
|
+
`;
|
|
8
|
+
export const WrapperIcon = styled.div `
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
`;
|
|
12
|
+
export const Content = styled.div `
|
|
13
|
+
color: #7f7f7f;
|
|
14
|
+
`;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const PopoverWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd").PopoverProps & import("react").RefAttributes<unknown>> & {
|
|
3
|
+
_InternalPanelDoNotUseOrYouWillBeFired: import("react").FC<import("antd/es/popover/PurePanel").PurePanelProps>;
|
|
4
|
+
}, any, {}, never>;
|
|
@@ -270,9 +270,7 @@ export const SlideBar = props => {
|
|
|
270
270
|
fontSize: `${BTN_ADD_SIZE}px`,
|
|
271
271
|
cursor: disabledAdd ? 'not-allowed' : 'pointer',
|
|
272
272
|
color: disabledAdd ? THEME.token?.colorTextDisabled : THEME.token?.colorPrimary,
|
|
273
|
-
},
|
|
274
|
-
// disabled={disabledAdd}
|
|
275
|
-
onClick: (e) => {
|
|
273
|
+
}, onClick: (e) => {
|
|
276
274
|
e.stopPropagation();
|
|
277
275
|
if (!disabledAdd) {
|
|
278
276
|
handleAddSlide();
|
|
@@ -10,11 +10,16 @@ export const Slider = memo(props => {
|
|
|
10
10
|
const { range, value, min = 0, max = 0, className, tooltipVisible = false } = props;
|
|
11
11
|
const isNegative = useMemo(() => !!(!range && min < 0), [range, min]);
|
|
12
12
|
const calculateWidth = useMemo(() => ((value || 0) * 100) / (Math.abs(max) + Math.abs(min) || 1), [min, max, value]);
|
|
13
|
-
const restProps = tooltipVisible === 'default' ? omit(props, ['tooltipVisible']) : props;
|
|
13
|
+
// const restProps = tooltipVisible === 'default' ? omit(props, ['tooltipVisible']) : props;
|
|
14
|
+
const restProps = omit(props, ['tooltipVisible']);
|
|
14
15
|
if (isNegative) {
|
|
15
|
-
return (_jsx(SliderWrapper, { isNegative: true, width: calculateWidth, className: className, children: _jsx(AntdSlider, { ...omit(restProps, ['marks', 'className']),
|
|
16
|
+
return (_jsx(SliderWrapper, { isNegative: true, width: calculateWidth, className: className, children: _jsx(AntdSlider, { ...omit(restProps, ['marks', 'className']), tooltip: tooltipVisible !== 'default' && {
|
|
17
|
+
open: tooltipVisible,
|
|
18
|
+
}, marks: {
|
|
16
19
|
0: ' ',
|
|
17
20
|
} }) }));
|
|
18
21
|
}
|
|
19
|
-
return (_jsx(SliderWrapper, { className: className, children: _jsx(AntdSlider, { ...restProps
|
|
22
|
+
return (_jsx(SliderWrapper, { className: className, children: _jsx(AntdSlider, { ...restProps, tooltip: tooltipVisible !== 'default' && {
|
|
23
|
+
open: tooltipVisible,
|
|
24
|
+
} }) }));
|
|
20
25
|
});
|
|
@@ -46,6 +46,7 @@ export * from './RateV2';
|
|
|
46
46
|
export * from './Popover';
|
|
47
47
|
export * from './Iframe';
|
|
48
48
|
export * from './Avatar';
|
|
49
|
+
export * from './NotificationStatus';
|
|
49
50
|
export type { SliderProps } from './Slider';
|
|
50
51
|
export type { PaginationProps } from './Pagination';
|
|
51
52
|
export type { InputDynamicProps } from './InputDynamic';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IconProps } from './types';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const IpRestrictionIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { useIcon } from './hooks/useIcon';
|
|
4
|
+
export const IpRestrictionIcon = forwardRef((props, ref) => {
|
|
5
|
+
const { width, height } = useIcon(props);
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.9688 8.98438C21.9688 5.09375 18.875 2 14.9844 2C11.0938 2 8 5.09375 8 8.98438C8 12.9947 12.0754 18.4546 14 20.8095V22.1707C13.1476 22.472 12.472 23.1476 12.1707 24H8C7.44772 24 7 24.4477 7 25C7 25.5523 7.44772 26 8 26H12.1707C12.5825 27.1652 13.6938 28 15 28C16.3062 28 17.4175 27.1652 17.8293 26H22C22.5523 26 23 25.5523 23 25C23 24.4477 22.5523 24 22 24H17.8293C17.528 23.1476 16.8524 22.472 16 22.1707V20.7713C17.9371 18.3959 21.9688 12.9731 21.9688 8.98438ZM14.9844 18.875C12.9219 16.2031 9.96875 11.8438 9.96875 8.98438C9.96875 6.21875 12.2188 3.96875 14.9844 3.96875C17.75 3.96875 20 6.21875 20 8.98438C20 11.8438 17.0938 16.1562 14.9844 18.875ZM14.9844 11.4688C13.625 11.4688 12.5 10.3438 12.5 8.98438C12.5 7.625 13.625 6.5 14.9844 6.5C16.3438 6.5 17.4688 7.625 17.4688 8.98438C17.4688 10.3438 16.3438 11.4688 14.9844 11.4688Z", fill: "currentColor" }) }));
|
|
7
|
+
});
|
|
@@ -208,6 +208,7 @@ export declare const LazyIcon: {
|
|
|
208
208
|
InteractiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
209
209
|
InvisibleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
210
210
|
InvitePeopleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
211
|
+
IpRestrictionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
211
212
|
IssueBugIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
212
213
|
ItemRecommendationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
213
214
|
JourneyTactic30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -245,7 +246,6 @@ export declare const LazyIcon: {
|
|
|
245
246
|
MoveToIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
246
247
|
MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
247
248
|
NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
248
|
-
NoteNewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
249
249
|
NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
250
250
|
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
251
251
|
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -329,7 +329,6 @@ export declare const LazyIcon: {
|
|
|
329
329
|
StoreIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
330
330
|
StudioTemplates30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
331
331
|
SubtractRadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
332
|
-
SummarizeIconIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
333
332
|
SupportAssistantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
334
333
|
Survey30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
335
334
|
SurveyDirectorProfileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -214,6 +214,7 @@ export const LazyIcon = {
|
|
|
214
214
|
InteractiveIcon: lazy(() => import('../InteractiveIcon').then(m => ({ default: m.InteractiveIcon }))),
|
|
215
215
|
InvisibleIcon: lazy(() => import('../InvisibleIcon').then(m => ({ default: m.InvisibleIcon }))),
|
|
216
216
|
InvitePeopleIcon: lazy(() => import('../InvitePeopleIcon').then(m => ({ default: m.InvitePeopleIcon }))),
|
|
217
|
+
IpRestrictionIcon: lazy(() => import('../IpRestrictionIcon').then(m => ({ default: m.IpRestrictionIcon }))),
|
|
217
218
|
IssueBugIcon: lazy(() => import('../IssueBugIcon').then(m => ({ default: m.IssueBugIcon }))),
|
|
218
219
|
ItemRecommendationIcon: lazy(() => import('../ItemRecommendationIcon').then(m => ({ default: m.ItemRecommendationIcon }))),
|
|
219
220
|
JourneyTactic30Icon: lazy(() => import('../JourneyTactic30Icon').then(m => ({ default: m.JourneyTactic30Icon }))),
|
|
@@ -249,7 +250,6 @@ export const LazyIcon = {
|
|
|
249
250
|
MoveToIcon: lazy(() => import('../MoveToIcon').then(m => ({ default: m.MoveToIcon }))),
|
|
250
251
|
MuteIcon: lazy(() => import('../MuteIcon').then(m => ({ default: m.MuteIcon }))),
|
|
251
252
|
NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
|
|
252
|
-
NoteNewIcon: lazy(() => import('../NoteNewIcon').then(m => ({ default: m.NoteNewIcon }))),
|
|
253
253
|
NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
|
|
254
254
|
NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
|
|
255
255
|
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
@@ -335,7 +335,6 @@ export const LazyIcon = {
|
|
|
335
335
|
StoreIcon: lazy(() => import('../StoreIcon').then(m => ({ default: m.StoreIcon }))),
|
|
336
336
|
StudioTemplates30Icon: lazy(() => import('../StudioTemplates30Icon').then(m => ({ default: m.StudioTemplates30Icon }))),
|
|
337
337
|
SubtractRadiusIcon: lazy(() => import('../SubtractRadiusIcon').then(m => ({ default: m.SubtractRadiusIcon }))),
|
|
338
|
-
SummarizeIconIcon: lazy(() => import('../SummarizeIconIcon').then(m => ({ default: m.SummarizeIconIcon }))),
|
|
339
338
|
SupportAssistantIcon: lazy(() => import('../SupportAssistantIcon').then(m => ({ default: m.SupportAssistantIcon }))),
|
|
340
339
|
Survey30Icon: lazy(() => import('../Survey30Icon').then(m => ({ default: m.Survey30Icon }))),
|
|
341
340
|
SurveyDirectorProfileIcon: lazy(() => import('../SurveyDirectorProfileIcon').then(m => ({ default: m.SurveyDirectorProfileIcon }))),
|
|
@@ -206,6 +206,7 @@ export { Integration30Icon } from './Integration30Icon';
|
|
|
206
206
|
export { InteractiveIcon } from './InteractiveIcon';
|
|
207
207
|
export { InvisibleIcon } from './InvisibleIcon';
|
|
208
208
|
export { InvitePeopleIcon } from './InvitePeopleIcon';
|
|
209
|
+
export { IpRestrictionIcon } from './IpRestrictionIcon';
|
|
209
210
|
export { IssueBugIcon } from './IssueBugIcon';
|
|
210
211
|
export { ItemRecommendationIcon } from './ItemRecommendationIcon';
|
|
211
212
|
export { JourneyTactic30Icon } from './JourneyTactic30Icon';
|
|
@@ -241,7 +242,6 @@ export { MoreInfoIcon } from './MoreInfoIcon';
|
|
|
241
242
|
export { MoveToIcon } from './MoveToIcon';
|
|
242
243
|
export { MuteIcon } from './MuteIcon';
|
|
243
244
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
244
|
-
export { NoteNewIcon } from './NoteNewIcon';
|
|
245
245
|
export { NotificationIcon } from './NotificationIcon';
|
|
246
246
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
247
247
|
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
@@ -325,7 +325,6 @@ export { StopRecordIcon } from './StopRecordIcon';
|
|
|
325
325
|
export { StoreIcon } from './StoreIcon';
|
|
326
326
|
export { StudioTemplates30Icon } from './StudioTemplates30Icon';
|
|
327
327
|
export { SubtractRadiusIcon } from './SubtractRadiusIcon';
|
|
328
|
-
export { SummarizeIconIcon } from './SummarizeIconIcon';
|
|
329
328
|
export { SupportAssistantIcon } from './SupportAssistantIcon';
|
|
330
329
|
export { Survey30Icon } from './Survey30Icon';
|
|
331
330
|
export { SurveyDirectorProfileIcon } from './SurveyDirectorProfileIcon';
|
|
@@ -206,6 +206,7 @@ export { Integration30Icon } from './Integration30Icon';
|
|
|
206
206
|
export { InteractiveIcon } from './InteractiveIcon';
|
|
207
207
|
export { InvisibleIcon } from './InvisibleIcon';
|
|
208
208
|
export { InvitePeopleIcon } from './InvitePeopleIcon';
|
|
209
|
+
export { IpRestrictionIcon } from './IpRestrictionIcon';
|
|
209
210
|
export { IssueBugIcon } from './IssueBugIcon';
|
|
210
211
|
export { ItemRecommendationIcon } from './ItemRecommendationIcon';
|
|
211
212
|
export { JourneyTactic30Icon } from './JourneyTactic30Icon';
|
|
@@ -241,7 +242,6 @@ export { MoreInfoIcon } from './MoreInfoIcon';
|
|
|
241
242
|
export { MoveToIcon } from './MoveToIcon';
|
|
242
243
|
export { MuteIcon } from './MuteIcon';
|
|
243
244
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
244
|
-
export { NoteNewIcon } from './NoteNewIcon';
|
|
245
245
|
export { NotificationIcon } from './NotificationIcon';
|
|
246
246
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
247
247
|
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
@@ -325,7 +325,6 @@ export { StopRecordIcon } from './StopRecordIcon';
|
|
|
325
325
|
export { StoreIcon } from './StoreIcon';
|
|
326
326
|
export { StudioTemplates30Icon } from './StudioTemplates30Icon';
|
|
327
327
|
export { SubtractRadiusIcon } from './SubtractRadiusIcon';
|
|
328
|
-
export { SummarizeIconIcon } from './SummarizeIconIcon';
|
|
329
328
|
export { SupportAssistantIcon } from './SupportAssistantIcon';
|
|
330
329
|
export { Survey30Icon } from './Survey30Icon';
|
|
331
330
|
export { SurveyDirectorProfileIcon } from './SurveyDirectorProfileIcon';
|
|
@@ -33,7 +33,7 @@ export const AccountListing = React.forwardRef((props, ref) => {
|
|
|
33
33
|
},
|
|
34
34
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
35
35
|
[onChange, recentData]);
|
|
36
|
-
return (_jsxs(AccountSelectionStyled, { className: className, children: [_jsx(Input, { placeholder: "Search", suffix: _jsx(Icon, { type: "icon-ants-search-2", style: { fontSize: '24px', color: THEME.token?.bw8 } }), value: searchValue, onChange: event => setSearchValue(event.target.value) }), _jsx("div", { className: "account-list", children: _jsx("ul", { children: _jsxs(Scrollbars, { style: { width: '100%', height: showAllAccount ? '364px' : '410px' }, children: [recentData?.value?.length ? (_jsxs(_Fragment, { children: [_jsx(Text, { className: "recent-text", children: "Recent" }), recentData?.value
|
|
36
|
+
return (_jsxs(AccountSelectionStyled, { className: className, children: [_jsx(Input, { placeholder: "Search", suffix: _jsx(Icon, { type: "icon-ants-search-2", style: { fontSize: '24px', color: THEME.token?.bw8 } }), value: searchValue, onChange: event => setSearchValue(event.target.value) }), _jsx("div", { className: "account-list", children: _jsx("ul", { children: _jsxs(Scrollbars, { style: { width: '100%', height: showAllAccount ? '364px' : '410px' }, children: [recentData?.value?.length && recentData?.value?.length > 0 ? (_jsxs(_Fragment, { children: [_jsx(Text, { className: "recent-text", children: "Recent" }), recentData?.value
|
|
37
37
|
.map(accountId => accountData?.find(account => account.userId === accountId))
|
|
38
38
|
.filter((accountId, index, self) => Boolean(accountId) && index === self.indexOf(accountId))
|
|
39
39
|
.map(account => (_jsx(AccountItem, { userName: account.userName, userId: account.userId, onClick: handleSelectAccount, isSelected: +currentAccount === account.userId }, account.userId))), _jsx(Divider, { style: { margin: '8px 0', color: THEME.token?.bw3 } })] })) : null, accountData
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export { AccountSelection, type AccountSelectionProps } from './AccountSelection';
|
|
2
|
-
export { AccountListing } from './AccountListing';
|
|
3
|
-
export type { AccountListingHandle } from './AccountListing';
|
|
2
|
+
export { AccountListing, type AccountListingHandle } from './AccountListing';
|
|
4
3
|
export { useAccountSelection } from './hooks';
|
|
@@ -10,16 +10,15 @@ import { LOCAL_TIMEZONE, RANGE_LIMIT } from './constants';
|
|
|
10
10
|
import { initState, resetValue } from './actions';
|
|
11
11
|
import { useTriggerOut } from './hooks/useTriggerOut';
|
|
12
12
|
export const CalendarSelection = props => {
|
|
13
|
-
const
|
|
13
|
+
const initialized = useRef(false);
|
|
14
14
|
const { value, rangeLimit = RANGE_LIMIT, timezone = LOCAL_TIMEZONE, timeDisplayProps, popoverProps, rangePickerProps, onChange, } = props;
|
|
15
15
|
const [state, dispatch] = useReducer(reducer, INITIAL_STATE);
|
|
16
16
|
useLayoutEffect(() => {
|
|
17
|
-
if (!value)
|
|
17
|
+
if (!value || initialized.current)
|
|
18
18
|
return;
|
|
19
|
-
const needTriggerOut = !
|
|
20
|
-
// console.log({ needTriggerOut });
|
|
19
|
+
const needTriggerOut = !initialized.current;
|
|
21
20
|
dispatch(initState(value, needTriggerOut));
|
|
22
|
-
|
|
21
|
+
initialized.current = true;
|
|
23
22
|
}, [value]);
|
|
24
23
|
useLayoutEffect(() => {
|
|
25
24
|
if (!state.open) {
|
|
@@ -42,7 +42,7 @@ const styleContainAlpha = {
|
|
|
42
42
|
};
|
|
43
43
|
const CustomPicker = props => {
|
|
44
44
|
// Props
|
|
45
|
-
const { className, style, children, onChange, onChangeComplete, presetColors, ...restOf } = props;
|
|
45
|
+
const { className, style, children, isHideAlpha, onChange, onChangeComplete, presetColors, ...restOf } = props;
|
|
46
46
|
// State
|
|
47
47
|
const [isShowRgbaInput, setShowRgbaInput] = useState(true);
|
|
48
48
|
const onChangeRgbaColor = (key, value) => {
|
|
@@ -68,7 +68,7 @@ const CustomPicker = props => {
|
|
|
68
68
|
width: '100%',
|
|
69
69
|
height: 12,
|
|
70
70
|
marginTop: 10,
|
|
71
|
-
}, children: _jsx(Alpha, { ...restOf, pointer: HuePointer, onChange: onChange }) })] })] }), _jsxs("div", { style: { ...wrapperStyling, paddingBottom: 15 }, children: [_jsx(Icon, { type: "icon-ants-unfold-more", style: { cursor: 'pointer', fontSize: '20px' }, onClick: () => setShowRgbaInput(!isShowRgbaInput) }), isShowRgbaInput ? (_jsxs("div", { style: rgbaInputStyling, children: [_jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.r, controls: false, onChange: value => onChangeRgbaColor('r', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "R" })] }), _jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.g, controls: false, onChange: value => onChangeRgbaColor('g', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "G" })] }), _jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.b, controls: false, onChange: value => onChangeRgbaColor('b', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "B" })] }), _jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.a, controls: false, onChange: value => onChangeRgbaColor('a', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "A" })] })] })) : (_jsxs(EditableInputWrapper, { children: [_jsx(EditableInput, { value: props.color, onChange: onChange }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "HEX" })] })), _jsx(Button, { onClick: () => {
|
|
71
|
+
}, children: _jsx(Alpha, { ...restOf, pointer: HuePointer, onChange: onChange }) })] })] }), _jsxs("div", { style: { ...wrapperStyling, paddingBottom: 15 }, children: [_jsx(Icon, { type: "icon-ants-unfold-more", style: { cursor: 'pointer', fontSize: '20px' }, onClick: () => setShowRgbaInput(!isShowRgbaInput) }), isShowRgbaInput ? (_jsxs("div", { style: rgbaInputStyling, children: [_jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.r, controls: false, onChange: value => onChangeRgbaColor('r', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "R" })] }), _jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.g, controls: false, onChange: value => onChangeRgbaColor('g', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "G" })] }), _jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.b, controls: false, onChange: value => onChangeRgbaColor('b', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "B" })] }), !isHideAlpha && (_jsxs("div", { style: rgbaStyling, children: [_jsx(InputNumberWrapper, { value: props.rgb?.a, controls: false, onChange: value => onChangeRgbaColor('a', value) }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "A" })] }))] })) : (_jsxs(EditableInputWrapper, { children: [_jsx(EditableInput, { value: props.color, onChange: onChange }), _jsx(Text, { style: { position: 'absolute', bottom: '-20px' }, children: "HEX" })] })), _jsx(Button, { onClick: () => {
|
|
72
72
|
setShowRgbaInput(true);
|
|
73
73
|
onChange('rgba(0, 0, 0, 0)');
|
|
74
74
|
}, children: "Clear" })] }), presetColors ? (_jsxs("div", { children: [_jsx(Divider, {}), presetColors] })) : null] }));
|
|
@@ -22,7 +22,7 @@ const styleBtnColor = {
|
|
|
22
22
|
};
|
|
23
23
|
export const ColorPicker = props => {
|
|
24
24
|
// Props
|
|
25
|
-
const { className = '', defaultColor = '#000000', presetColors, positionInput = 'left', icon, showInput = true, style = {}, } = props;
|
|
25
|
+
const { className = '', defaultColor = '#000000', presetColors, positionInput = 'left', icon, showInput = true, style = {}, isHideAlpha, } = props;
|
|
26
26
|
const { onChange = () => { } } = props;
|
|
27
27
|
// States
|
|
28
28
|
const [color, setColor] = useState(defaultColor);
|
|
@@ -71,7 +71,7 @@ export const ColorPicker = props => {
|
|
|
71
71
|
const onPopoverVisibleChange = visible => {
|
|
72
72
|
setPopoverVisible(visible);
|
|
73
73
|
};
|
|
74
|
-
return (_jsxs(ColorPickerWrapper, { className: `antsomi-color-picker ${className || ''}`, style: style, children: [showInput && positionInput === 'left' && (_jsx(Input, { style: { textTransform: 'uppercase' }, value: color, onChange: onChangeColorInput })), _jsx(Popover, { arrow: true, content: _jsx(CustomPicker, { color: color, presetColors: presetColors, onChange: onChangeColorPicker, onChangeComplete: onChangeComplete }), trigger: "click", open: popoverVisible, getPopupContainer: triggerNode => triggerNode, onOpenChange: onPopoverVisibleChange, children: _jsx("div", { className: "antsomi-popover-button", style: styleBtnColor, children: iconNode || (_jsx("span", { style: {
|
|
74
|
+
return (_jsxs(ColorPickerWrapper, { className: `antsomi-color-picker ${className || ''}`, style: style, children: [showInput && positionInput === 'left' && (_jsx(Input, { style: { textTransform: 'uppercase' }, value: color, onChange: onChangeColorInput })), _jsx(Popover, { arrow: true, content: _jsx(CustomPicker, { color: color, presetColors: presetColors, isHideAlpha: isHideAlpha, onChange: onChangeColorPicker, onChangeComplete: onChangeComplete }), trigger: "click", open: popoverVisible, getPopupContainer: triggerNode => triggerNode, onOpenChange: onPopoverVisibleChange, children: _jsx("div", { className: "antsomi-popover-button", style: styleBtnColor, children: iconNode || (_jsx("span", { style: {
|
|
75
75
|
backgroundColor: color,
|
|
76
76
|
display: 'block',
|
|
77
77
|
width: 20,
|
|
@@ -83,6 +83,7 @@ ColorPicker.defaultProps = {
|
|
|
83
83
|
className: '',
|
|
84
84
|
color: '#000000',
|
|
85
85
|
defaultColor: '#000000',
|
|
86
|
+
isHideAlpha: false,
|
|
86
87
|
onChange: () => { },
|
|
87
88
|
showInput: true,
|
|
88
89
|
positionInput: 'left',
|
|
@@ -16,7 +16,7 @@ import { safeParseJson } from '@antscorp/antsomi-ui/es/utils';
|
|
|
16
16
|
import { POST_MESSAGE_TYPES } from '@antscorp/antsomi-ui/es/constants';
|
|
17
17
|
export const DrawerDetail = props => {
|
|
18
18
|
// Props
|
|
19
|
-
const { width, fullScreen: fullScreenProp = false, children, menuProps, closeIconProps, maxWidth, minWidth, defaultSize = 'max', headerProps, name, destroyOnClose = true,
|
|
19
|
+
const { width, fullScreen: fullScreenProp = false, children, menuProps, closeIconProps, maxWidth, minWidth, defaultSize = 'max', headerProps, name, destroyOnClose = true, mask = false, ...restProps } = props;
|
|
20
20
|
const { show: showMenu = true, showExpandButton = true, showClose = true, items, selectedKeys, footer, onClick = () => { }, } = menuProps || {};
|
|
21
21
|
const { children: headerChildren, ...restOfHeaderProps } = headerProps || {};
|
|
22
22
|
const { onClose = () => { } } = props;
|
|
@@ -47,29 +47,25 @@ export const DrawerDetail = props => {
|
|
|
47
47
|
useEffect(() => {
|
|
48
48
|
if (matchesSmallScreen) {
|
|
49
49
|
toggleCollapseDrawer(false);
|
|
50
|
-
onToggleCollapse?.(false);
|
|
51
50
|
}
|
|
52
51
|
switch (defaultSize) {
|
|
53
52
|
case 'max':
|
|
54
53
|
toggleCollapseDrawer(false);
|
|
55
|
-
onToggleCollapse?.(false);
|
|
56
54
|
break;
|
|
57
55
|
case 'min':
|
|
58
56
|
default:
|
|
59
57
|
toggleCollapseDrawer(true);
|
|
60
|
-
onToggleCollapse?.(true);
|
|
61
58
|
break;
|
|
62
59
|
}
|
|
63
|
-
}, [matchesSmallScreen, defaultSize, toggleCollapseDrawer
|
|
60
|
+
}, [matchesSmallScreen, defaultSize, toggleCollapseDrawer]);
|
|
64
61
|
// Get cache collapse from local storage
|
|
65
62
|
useEffect(() => {
|
|
66
63
|
const localStorageValues = safeParseJson(localStorage.getItem(DRAWER_DETAIL_LOCAL_STORAGE_KEY), {});
|
|
67
64
|
const cachedCollapse = localStorageValues[name || ''];
|
|
68
65
|
if (!isNil(cachedCollapse)) {
|
|
69
66
|
toggleCollapseDrawer(cachedCollapse);
|
|
70
|
-
onToggleCollapse?.(cachedCollapse);
|
|
71
67
|
}
|
|
72
|
-
}, [name, toggleCollapseDrawer
|
|
68
|
+
}, [name, toggleCollapseDrawer]);
|
|
73
69
|
// Memo
|
|
74
70
|
const drawerWidth = useMemo(() => {
|
|
75
71
|
if (fullScreen)
|
|
@@ -102,7 +98,6 @@ export const DrawerDetail = props => {
|
|
|
102
98
|
const handleToggleDrawerSize = () => {
|
|
103
99
|
const localStorageValues = safeParseJson(localStorage.getItem(DRAWER_DETAIL_LOCAL_STORAGE_KEY), {});
|
|
104
100
|
toggleCollapseDrawer(!collapseDrawer);
|
|
105
|
-
onToggleCollapse?.(!collapseDrawer);
|
|
106
101
|
/**
|
|
107
102
|
* Set local storage last collapsed
|
|
108
103
|
*/
|
|
@@ -120,7 +115,7 @@ export const DrawerDetail = props => {
|
|
|
120
115
|
motionAppear: false,
|
|
121
116
|
motionEnter: false,
|
|
122
117
|
motionLeave: false,
|
|
123
|
-
}, classNames: {
|
|
118
|
+
}, mask: mask, classNames: {
|
|
124
119
|
body: 'drawer-detail-body',
|
|
125
120
|
}, contentWrapperStyle: {
|
|
126
121
|
transition: 'none',
|
|
@@ -131,5 +126,5 @@ export const DrawerDetail = props => {
|
|
|
131
126
|
onClose(e);
|
|
132
127
|
}, children: _jsx(Icon, { type: "icon-ants-remove-slim", size: 14 }) })), showExpandButton && !fullScreen && (_jsx(ToggleDrawerSizeButton, { style: {
|
|
133
128
|
...(!showMenu && { background: '#ffffff' }),
|
|
134
|
-
}, onClick: () => handleToggleDrawerSize(), collapse: collapseDrawer })), showMenu && (_jsxs(LeftMenu, { className: "animate__animated animate__fadeIn", children: [_jsxs("div", { children: [showClose && (_jsx(CloseBtn, { onClick: onClose, children: _jsx(Icon, { type: "icon-ants-remove-slim", size: 14 }) })), _jsx(Flex, { vertical: true, gap: 10, align: "center", justify: "center", children: items?.map((item) => (_jsx(Tooltip, { title: item?.label, mouseEnterDelay: 0.3, placement: "right", children: _jsx(MenuItem, { className: selectedKeys?.includes(item.key) ? 'active' : '', onClick: () => onClick && onClick(item), children: item.icon }, item?.key) }, item?.key))) })] }), _jsx(MenuFooter, { children: footer })] })), _jsxs(Content, { className: "drawer-detail-content", children: [headerProps?.children && (_jsx(DrawerHeader, { align: "center", ...restOfHeaderProps, children: headerChildren })), children] })] }));
|
|
129
|
+
}, onClick: () => handleToggleDrawerSize(), collapse: collapseDrawer })), showMenu && (_jsxs(LeftMenu, { "data-test": "left-menu", className: "animate__animated animate__fadeIn", children: [_jsxs("div", { children: [showClose && (_jsx(CloseBtn, { "data-test": "close-btn", onClick: onClose, children: _jsx(Icon, { type: "icon-ants-remove-slim", size: 14 }) })), _jsx(Flex, { vertical: true, gap: 10, align: "center", justify: "center", children: items?.map((item) => (_jsx(Tooltip, { title: item?.label, mouseEnterDelay: 0.3, placement: "right", children: _jsx(MenuItem, { className: selectedKeys?.includes(item.key) ? 'active' : '', onClick: () => onClick && onClick(item), children: item.icon }, item?.key) }, item?.key))) })] }), _jsx(MenuFooter, { children: footer })] })), _jsxs(Content, { className: "drawer-detail-content", children: [headerProps?.children && (_jsx(DrawerHeader, { align: "center", ...restOfHeaderProps, children: headerChildren })), children] })] }));
|
|
135
130
|
};
|
|
@@ -11,7 +11,6 @@ export interface DrawerDetailProps extends Omit<DrawerProps, 'closeIcon' | 'titl
|
|
|
11
11
|
headerProps?: DrawerHeaderProps;
|
|
12
12
|
menuProps?: DrawerDetailMenuProps;
|
|
13
13
|
closeIconProps?: DrawerDetailCloseIconProps;
|
|
14
|
-
onToggleCollapse?: (collapsed: boolean) => void;
|
|
15
14
|
}
|
|
16
15
|
export interface DrawerDetailCloseIconProps extends React.HtmlHTMLAttributes<HTMLDivElement> {
|
|
17
16
|
show?: boolean;
|
|
@@ -52,7 +52,7 @@ export const EditableName = React.forwardRef((props, ref) => {
|
|
|
52
52
|
inputRefElement?.input?.removeEventListener('wheel', preventWheel);
|
|
53
53
|
};
|
|
54
54
|
}, []);
|
|
55
|
-
return (_jsxs(InputWrapperStyled, { className: className || '', style: style, ref: componentInViewRef, children: [_jsx(Tooltip, { title: value || internalValue, children: _jsx(Input, { readOnly: readonly, ref: inputRef, style: { width: inputWidth + 2 }, defaultValue: defaultValue.current, value: value, onChange: event => {
|
|
55
|
+
return (_jsxs(InputWrapperStyled, { "data-test": props['data-test'] || 'editable-name', className: className || '', style: style, ref: componentInViewRef, children: [_jsx(Tooltip, { title: value || internalValue, children: _jsx(Input, { readOnly: readonly, ref: inputRef, style: { width: inputWidth + 2 }, defaultValue: defaultValue.current, value: value, onChange: event => {
|
|
56
56
|
const newValue = event.target.value;
|
|
57
57
|
if (spanRef.current)
|
|
58
58
|
spanRef.current.innerText = newValue;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo } from 'react';
|
|
2
|
+
import React, { useMemo } from 'react';
|
|
3
3
|
/* Components */
|
|
4
4
|
import { Space } from '@antscorp/antsomi-ui/es/components/atoms/Space';
|
|
5
5
|
import { Switch } from '@antscorp/antsomi-ui/es/components/atoms/Switch';
|
|
@@ -35,7 +35,7 @@ export const FontSettingEdit = ({ settings, styles, showSettings, onChange, }) =
|
|
|
35
35
|
[settings]);
|
|
36
36
|
const filteredSetting = useMemo(() => {
|
|
37
37
|
if (!showSettings || showSettings?.length === 0) {
|
|
38
|
-
return Object.keys(settingMap).map(keySetting => settingMap[keySetting]);
|
|
38
|
+
return Object.keys(settingMap).map(keySetting => (_jsx(React.Fragment, { children: settingMap[keySetting] }, keySetting)));
|
|
39
39
|
}
|
|
40
40
|
return showSettings.map(keySetting => settingMap[keySetting]);
|
|
41
41
|
}, [showSettings, settingMap]);
|
|
@@ -54,7 +54,11 @@ export function MatchesAny(props) {
|
|
|
54
54
|
threshold: 0,
|
|
55
55
|
initialIsIntersecting: false,
|
|
56
56
|
onChange(isIntersecting) {
|
|
57
|
-
if
|
|
57
|
+
// Only load more items if the search input is empty and not in external search mode.
|
|
58
|
+
// This prevents loading more items when the user is searching for something specific.
|
|
59
|
+
const isNoNeedToLoadMore = !!searchValue && !isExternalSearch;
|
|
60
|
+
if (isIntersecting && !isNoNeedToLoadMore) {
|
|
61
|
+
// Load more items when the user reaches the end of the list.
|
|
58
62
|
onLoadMore();
|
|
59
63
|
}
|
|
60
64
|
},
|
|
@@ -379,5 +383,5 @@ export function MatchesAnySelect(props) {
|
|
|
379
383
|
...dropdownStyle,
|
|
380
384
|
display: 'none',
|
|
381
385
|
padding: 0,
|
|
382
|
-
}, loading: loading, status: props.status || (error ? 'error' : undefined), ...restProps }), !!error && _jsx(Text, { className:
|
|
386
|
+
}, loading: loading, status: props.status || (error ? 'error' : undefined), ...restProps }), !!error && (_jsx(Text, { className: "ant-form-item-explain-error", type: "danger", children: error }))] }) }));
|
|
383
387
|
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useRef, useState } from 'react';
|
|
3
3
|
import { Button, Flex, TextArea, Typography } from '@antscorp/antsomi-ui/es/components';
|
|
4
|
+
import { translate as t, translations } from '@antscorp/antsomi-locales';
|
|
4
5
|
// Styled
|
|
5
6
|
import { RequestAccessStyled } from './styled';
|
|
6
|
-
// Translate
|
|
7
|
-
import i18nInstance from '@antscorp/antsomi-ui/es/locales/i18n';
|
|
8
|
-
import { translations } from '@antscorp/antsomi-ui/es/locales/translations';
|
|
9
7
|
import { BlockIcon } from '../../icons';
|
|
10
|
-
const { t } = i18nInstance;
|
|
11
8
|
export const RequestAccess = props => {
|
|
12
|
-
const { className, placeholder = t(translations.requestAccess.placeholder), deniedTitle = t(translations.requestAccess.deniedTitle), deniedSubTitle = t(translations.requestAccess.deniedSubTitle), sentTitle = t(translations.requestAccess.sentTitle), sentSubTitle = t(translations.requestAccess.sentSubTitle), requestText = t(translations.requestAccess.requestText), switchAccountText = t(translations.requestAccess.switchAccountText), onRequest, onSwitchAccount, } = props;
|
|
9
|
+
const { fullscreen, className, placeholder = t(translations.requestAccess.placeholder), deniedTitle = t(translations.requestAccess.deniedTitle), deniedSubTitle = t(translations.requestAccess.deniedSubTitle), sentTitle = t(translations.requestAccess.sentTitle), sentSubTitle = t(translations.requestAccess.sentSubTitle), requestText = t(translations.requestAccess.requestText), switchAccountText = t(translations.requestAccess.switchAccountText), onRequest, onSwitchAccount, } = props;
|
|
13
10
|
const [isSentRequest, setIsSentRequest] = useState(false);
|
|
14
11
|
const [isLoading, setIsLoading] = useState(false);
|
|
15
12
|
const messageRef = useRef(null);
|
|
@@ -19,10 +16,8 @@ export const RequestAccess = props => {
|
|
|
19
16
|
try {
|
|
20
17
|
setIsLoading(true);
|
|
21
18
|
onRequest(message)
|
|
22
|
-
.then(
|
|
23
|
-
|
|
24
|
-
setIsSentRequest(true);
|
|
25
|
-
}
|
|
19
|
+
.then(() => {
|
|
20
|
+
setIsSentRequest(true);
|
|
26
21
|
})
|
|
27
22
|
.finally(() => setIsLoading(false));
|
|
28
23
|
}
|
|
@@ -36,5 +31,5 @@ export const RequestAccess = props => {
|
|
|
36
31
|
if (onSwitchAccount)
|
|
37
32
|
onSwitchAccount();
|
|
38
33
|
};
|
|
39
|
-
return (_jsx(RequestAccessStyled, { className: `antsomi-request-access ${className || ''}`, children: _jsxs(Flex, { vertical: true, gap: 20, children: [_jsxs(Flex, { vertical: true, gap: 5, children: [_jsx(Typography.Text, { className: "denied-title", children: isSentRequest ? (sentTitle) : (_jsxs(_Fragment, { children: [deniedTitle, _jsx(BlockIcon, {})] })) }), _jsx(Typography.Text, { className: "denied-sub-title", children: isSentRequest ? sentSubTitle : deniedSubTitle })] }), !isSentRequest ? (_jsx(TextArea, { style: { resize: 'none' }, placeholder: placeholder, ref: messageRef })) : null, _jsxs(Flex, { className: "action-buttons", gap: 10, children: [isSentRequest ? null : (_jsx(Button, { onClick: handleClickRequest, type: "primary", loading: isLoading, children: requestText })), _jsx(Button, { onClick: handleSwitchAccount, children: switchAccountText })] })] }) }));
|
|
34
|
+
return (_jsx(RequestAccessStyled, { className: `antsomi-request-access ${className || ''}`, style: fullscreen ? { inset: 0, height: '100vh' } : {}, children: _jsxs(Flex, { vertical: true, gap: 20, children: [_jsxs(Flex, { vertical: true, gap: 5, children: [_jsx(Typography.Text, { className: "denied-title", children: isSentRequest ? (sentTitle) : (_jsxs(_Fragment, { children: [deniedTitle, _jsx(BlockIcon, {})] })) }), _jsx(Typography.Text, { className: "denied-sub-title", children: isSentRequest ? sentSubTitle : deniedSubTitle })] }), !isSentRequest ? (_jsx(TextArea, { style: { resize: 'none' }, placeholder: placeholder, ref: messageRef })) : null, _jsxs(Flex, { className: "action-buttons", gap: 10, children: [isSentRequest ? null : (_jsx(Button, { onClick: handleClickRequest, type: "primary", loading: isLoading, children: requestText })), _jsx(Button, { onClick: handleSwitchAccount, children: switchAccountText })] })] }) }));
|
|
40
35
|
};
|
|
@@ -721,7 +721,7 @@ export const SAMPLE_RICHMENU = {
|
|
|
721
721
|
displayDefault: true,
|
|
722
722
|
},
|
|
723
723
|
image: {
|
|
724
|
-
imageUrl: 'https://
|
|
724
|
+
imageUrl: 'https://s.cystack.net/portal/organizations/487b0f9dd9d8543312dc25e32ac71e4f/logo.jpg',
|
|
725
725
|
imageStyles: {
|
|
726
726
|
borderTopLeftRadius: '0px',
|
|
727
727
|
borderTopRightRadius: '0px',
|