@zohodesk/dot 1.0.0-temp-215 → 1.0.0-temp-216
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +17 -7
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +23 -13
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +15 -5
- package/es/ActionButton/ActionButton.js +6 -6
- package/es/AlphabeticList/AlphabeticList.js +1 -1
- package/es/Attachment/Attachment.js +7 -4
- package/es/Attachment/__tests__/Attachment.spec.js +24 -0
- package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
- package/es/AttachmentViewer/AttachmentViewer.js +5 -5
- package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/es/AudioPlayer/AudioPlayer.js +580 -0
- package/es/AudioPlayer/AudioPlayer.module.css +146 -0
- package/es/AudioPlayer/Timer/Timer.js +67 -0
- package/es/AudioPlayer/Timer/Timer.module.css +5 -0
- package/es/AudioPlayer/Timer/__tests__/Timer.spec.js +20 -0
- package/es/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
- package/es/AudioPlayer/Timer/propTypes/defaultProps.js +4 -0
- package/es/AudioPlayer/Timer/propTypes/propTypes.js +11 -0
- package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +44 -0
- package/es/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +145 -0
- package/es/AudioPlayer/propTypes/defaultProps.js +14 -0
- package/es/AudioPlayer/propTypes/propTypes.js +33 -0
- package/es/AudioPlayer/utils/utils.js +24 -0
- package/es/ChannelIcon/ChannelIcon.js +1 -1
- package/es/Drawer/Drawer.js +6 -6
- package/es/FlipCard/FlipCard.js +3 -3
- package/es/FormAction/FormAction.js +1 -1
- package/es/FreezeLayer/FreezeLayer.js +3 -3
- package/es/Hooks/Dragger/useDragger.js +52 -33
- package/es/IconButton/IconButton.js +3 -3
- package/es/ImportantNotes/ImportantNotes.js +1 -1
- package/es/Loader/Loader.js +1 -1
- package/es/MessageBanner/MessageBanner.js +1 -1
- package/es/NewStar/NewStar.js +1 -1
- package/es/Onboarding/Onboarding.js +3 -3
- package/es/Separator/Separator.js +1 -1
- package/es/ToastMessage/ToastMessage.js +4 -4
- package/es/Upload/Upload.js +1 -1
- package/es/VideoLookup/VideoLookup.js +1 -1
- package/es/alert/AlertHeader/AlertHeader.js +1 -1
- package/es/alert/AlertLookup/AlertLookup.js +1 -1
- package/es/avatar/AvatarClose/AvatarClose.js +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/es/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/es/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/es/avatar/AvatarThread/AvatarThread.js +1 -1
- package/es/avatar/AvatarUser/AvatarUser.js +1 -1
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/es/deprecated/FreezeLayer/FreezeLayer.js +3 -3
- package/es/deprecated/SelectDropdown/SelectDropdown.js +7 -7
- package/es/dot_layer.module.css +1 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
- package/es/emptystate/EditionPage/EditionPage.js +1 -1
- package/es/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/es/errorstate/NoRequestFound/NoRequestFound.js +3 -3
- package/es/errorstate/PermissionPlay/PermissionPlay.js +3 -3
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
- package/es/errorstate/UnableToProcess/UnableToProcess.js +3 -3
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/es/errorstate/WillBack/WillBack.js +3 -3
- package/es/form/fields/CheckBoxField/CheckBoxField.js +3 -3
- package/es/form/fields/CurrencyField/CurrencyField.js +3 -3
- package/es/form/fields/DateField/DateField.js +3 -3
- package/es/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/es/form/fields/Fields.module.css +4 -0
- package/es/form/fields/MultiSelectField/MultiSelectField.js +3 -3
- package/es/form/fields/PhoneField/PhoneField.js +3 -2
- package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
- package/es/form/fields/RadioField/RadioField.js +2 -2
- package/es/form/fields/SelectField/SelectField.js +3 -3
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
- package/es/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/es/form/fields/TextEditor/TextEditor.js +1 -1
- package/es/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
- package/es/form/fields/TextareaField/TextareaField.js +3 -3
- package/es/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/es/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/es/list/Comment/Comment.js +1 -1
- package/es/list/Icons/AddNewIcon.js +1 -1
- package/es/list/Icons/CompleteIcon.js +1 -1
- package/es/list/Icons/DeleteIcon.js +1 -1
- package/es/list/Icons/EditIcon.js +1 -1
- package/es/list/Icons/ReadUnreadIcon.js +1 -1
- package/es/list/Icons/SmartIcon.js +1 -1
- package/es/list/ListLayout/ListLayout.js +1 -1
- package/es/list/ListStencils/ListStencils.js +1 -1
- package/es/list/SecondaryText/AccountName.js +1 -1
- package/es/list/SecondaryText/ContactName.js +1 -1
- package/es/list/SecondryPanel/SecondryPanel.js +2 -2
- package/es/list/Thread/Thread.js +1 -1
- package/es/list/status/StatusDropdown/StatusDropdown.js +10 -10
- package/es/list/status/StatusListItem/StatusListItem.js +2 -2
- package/es/lookup/EmptyPage/EmptyPage.js +4 -4
- package/es/lookup/Lookup/Lookup.js +1 -1
- package/es/lookup/Section/Section.js +1 -1
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/es/lookup/header/Search/Search.js +3 -3
- package/es/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
- package/es/setup/header/Button/Button.js +1 -1
- package/es/setup/header/Link/Link.js +1 -1
- package/es/setup/header/Search/Search.js +1 -1
- package/es/setup/table/Table/Table.js +1 -1
- package/es/setup/table/TableBody/TableBody.js +1 -1
- package/es/setup/table/TableData/TableData.js +1 -1
- package/es/setup/table/TableHead/TableHead.js +1 -1
- package/es/setup/table/TableRow/TableRow.js +1 -1
- package/es/svg/PlusIcon.js +1 -1
- package/es/svg/SnippetIcon.js +1 -1
- package/es/svg/TemplateIcon.js +1 -1
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
- package/es/v1/emptystate/EditionPage/EditionPage.js +1 -1
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
- package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/es/v1/lookup/EmptyPage/EmptyPage.js +4 -4
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
- package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/es/v1/svg/PlusIcon.js +1 -1
- package/es/v1/svg/SnippetIcon.js +1 -1
- package/es/v1/svg/TemplateIcon.js +1 -1
- package/es/version2/AlertClose/AlertClose.js +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.js +1 -1
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
- package/es/version2/lookup/AlertHeader/AlertHeader.js +1 -1
- package/es/version2/lookup/AlertLookup/AlertLookup.js +3 -3
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +1 -0
- package/lib/ActionButton/ActionButton.js +6 -6
- package/lib/AlphabeticList/AlphabeticList.js +1 -1
- package/lib/Attachment/Attachment.js +7 -4
- package/lib/Attachment/__tests__/Attachment.spec.js +24 -0
- package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
- package/lib/AttachmentViewer/AttachmentViewer.js +5 -5
- package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/lib/AudioPlayer/AudioPlayer.js +662 -0
- package/lib/AudioPlayer/AudioPlayer.module.css +146 -0
- package/lib/AudioPlayer/Timer/Timer.js +117 -0
- package/lib/AudioPlayer/Timer/Timer.module.css +5 -0
- package/lib/AudioPlayer/Timer/__tests__/Timer.spec.js +26 -0
- package/lib/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
- package/lib/AudioPlayer/Timer/propTypes/defaultProps.js +11 -0
- package/lib/AudioPlayer/Timer/propTypes/propTypes.js +22 -0
- package/lib/AudioPlayer/__tests__/AudioPlayer.spec.js +50 -0
- package/lib/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +145 -0
- package/lib/AudioPlayer/propTypes/defaultProps.js +24 -0
- package/lib/AudioPlayer/propTypes/propTypes.js +44 -0
- package/lib/AudioPlayer/utils/utils.js +33 -0
- package/lib/ChannelIcon/ChannelIcon.js +1 -1
- package/lib/Drawer/Drawer.js +6 -6
- package/lib/FlipCard/FlipCard.js +3 -3
- package/lib/FormAction/FormAction.js +1 -1
- package/lib/FreezeLayer/FreezeLayer.js +3 -3
- package/lib/Hooks/Dragger/useDragger.js +51 -28
- package/lib/IconButton/IconButton.js +3 -3
- package/lib/ImportantNotes/ImportantNotes.js +1 -1
- package/lib/Loader/Loader.js +1 -1
- package/lib/MessageBanner/MessageBanner.js +1 -1
- package/lib/NewStar/NewStar.js +1 -1
- package/lib/Onboarding/Onboarding.js +3 -3
- package/lib/Separator/Separator.js +1 -1
- package/lib/ToastMessage/ToastMessage.js +4 -4
- package/lib/Upload/Upload.js +1 -1
- package/lib/VideoLookup/VideoLookup.js +1 -1
- package/lib/alert/AlertHeader/AlertHeader.js +1 -1
- package/lib/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/avatar/AvatarClose/AvatarClose.js +1 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/lib/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/lib/avatar/AvatarThread/AvatarThread.js +1 -1
- package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/lib/deprecated/FreezeLayer/FreezeLayer.js +3 -3
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +7 -7
- package/lib/dot_layer.module.css +1 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
- package/lib/emptystate/EditionPage/EditionPage.js +1 -1
- package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
- package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
- package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/lib/errorstate/WillBack/WillBack.js +3 -3
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +3 -3
- package/lib/form/fields/CurrencyField/CurrencyField.js +3 -3
- package/lib/form/fields/DateField/DateField.js +3 -3
- package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/lib/form/fields/Fields.module.css +4 -0
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +3 -3
- package/lib/form/fields/PhoneField/PhoneField.js +3 -2
- package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
- package/lib/form/fields/RadioField/RadioField.js +2 -2
- package/lib/form/fields/SelectField/SelectField.js +3 -3
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
- package/lib/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/lib/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
- package/lib/form/fields/TextareaField/TextareaField.js +3 -3
- package/lib/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/lib/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/lib/list/Comment/Comment.js +1 -1
- package/lib/list/Icons/AddNewIcon.js +1 -1
- package/lib/list/Icons/CompleteIcon.js +1 -1
- package/lib/list/Icons/DeleteIcon.js +1 -1
- package/lib/list/Icons/EditIcon.js +1 -1
- package/lib/list/Icons/ReadUnreadIcon.js +1 -1
- package/lib/list/Icons/SmartIcon.js +1 -1
- package/lib/list/ListLayout/ListLayout.js +1 -1
- package/lib/list/ListStencils/ListStencils.js +1 -1
- package/lib/list/SecondaryText/AccountName.js +1 -1
- package/lib/list/SecondaryText/ContactName.js +1 -1
- package/lib/list/SecondryPanel/SecondryPanel.js +2 -2
- package/lib/list/Thread/Thread.js +1 -1
- package/lib/list/status/StatusDropdown/StatusDropdown.js +10 -10
- package/lib/list/status/StatusListItem/StatusListItem.js +2 -2
- package/lib/lookup/EmptyPage/EmptyPage.js +4 -4
- package/lib/lookup/Lookup/Lookup.js +1 -1
- package/lib/lookup/Section/Section.js +1 -1
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/lookup/header/Search/Search.js +3 -3
- package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
- package/lib/setup/header/Button/Button.js +1 -1
- package/lib/setup/header/Link/Link.js +1 -1
- package/lib/setup/header/Search/Search.js +1 -1
- package/lib/setup/table/Table/Table.js +1 -1
- package/lib/setup/table/TableBody/TableBody.js +1 -1
- package/lib/setup/table/TableData/TableData.js +1 -1
- package/lib/setup/table/TableHead/TableHead.js +1 -1
- package/lib/setup/table/TableRow/TableRow.js +1 -1
- package/lib/svg/PlusIcon.js +1 -1
- package/lib/svg/SnippetIcon.js +1 -1
- package/lib/svg/TemplateIcon.js +1 -1
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
- package/lib/v1/emptystate/EditionPage/EditionPage.js +1 -1
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
- package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
- package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
- package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
- package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
- package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
- package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/lib/v1/lookup/EmptyPage/EmptyPage.js +4 -4
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
- package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/lib/v1/svg/PlusIcon.js +1 -1
- package/lib/v1/svg/SnippetIcon.js +1 -1
- package/lib/v1/svg/TemplateIcon.js +1 -1
- package/lib/version2/AlertClose/AlertClose.js +1 -1
- package/lib/version2/GlobalNotification/GlobalNotification.js +1 -1
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
- package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
- package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +3 -3
- package/lib/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +1 -0
- package/package.json +28 -13
- package/.cli/MissedPropType_Keys.html +0 -101
- package/.cli/PropLessFiles.html +0 -101
- package/.cli/PropUnificationExcludeFilesArray.js +0 -345
- package/.cli/PropValidationExcludeFilesArray.js +0 -8
- package/.cli/ThemeValidationExcludeFiles.js +0 -1
- package/.cli/UnValidatedFiles.html +0 -101
- package/.cli/propValidation_report.html +0 -182
- package/.cli/stringContains.js +0 -1
- package/assets/Appearance/dark/themes/blue/blue_DotCTA_DarkModifyCategory.module.css +0 -13
- package/assets/Appearance/dark/themes/green/green_DotCTA_DarkModifyCategory.module.css +0 -13
- package/assets/Appearance/dark/themes/orange/orange_DotCTA_DarkModifyCategory.module.css +0 -13
- package/assets/Appearance/dark/themes/red/red_DotCTA_DarkModifyCategory.module.css +0 -13
- package/assets/Appearance/dark/themes/yellow/yellow_DotCTA_DarkModifyCategory.module.css +0 -13
- package/assets/Appearance/light/themes/blue/blue_DotCTA_LightModifyCategory.module.css +0 -13
- package/assets/Appearance/light/themes/green/green_DotCTA_LightModifyCategory.module.css +0 -13
- package/assets/Appearance/light/themes/orange/orange_DotCTA_LightModifyCategory.module.css +0 -13
- package/assets/Appearance/light/themes/red/red_DotCTA_LightModifyCategory.module.css +0 -13
- package/assets/Appearance/light/themes/yellow/yellow_DotCTA_LightModifyCategory.module.css +0 -13
- package/assets/Appearance/pureDark/themes/blue/blue_DotCTA_PureDarkModifyCategory.module.css +0 -13
- package/assets/Appearance/pureDark/themes/green/green_DotCTA_PureDarkModifyCategory.module.css +0 -13
- package/assets/Appearance/pureDark/themes/orange/orange_DotCTA_PureDarkModifyCategory.module.css +0 -13
- package/assets/Appearance/pureDark/themes/red/red_DotCTA_PureDarkModifyCategory.module.css +0 -13
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotCTA_PureDarkModifyCategory.module.css +0 -13
- package/css_error.log +0 -1
- package/images/audio_thumbnail.png +0 -0
- package/install.md +0 -12
- package/postPublish.js +0 -8
- package/prePublish.js +0 -70
- package/propValidationArg.json +0 -12
- package/react-cli.config.js +0 -24
- package/result.json +0 -1
- package/unittest/index.html +0 -45
|
@@ -4,11 +4,11 @@ import { propTypes } from "./props/propTypes"; //components
|
|
|
4
4
|
|
|
5
5
|
import { cancelBubblingEffect } from '@zohodesk/components/es/utils/Common';
|
|
6
6
|
import { Icon } from '@zohodesk/icons';
|
|
7
|
-
import { Container, Box } from '@zohodesk/components/
|
|
8
|
-
import { useZIndex } from '@zohodesk/components/
|
|
9
|
-
import { useUniqueId } from '@zohodesk/components/
|
|
7
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
8
|
+
import { useZIndex } from '@zohodesk/components/es/Provider/ZindexProvider';
|
|
9
|
+
import { useUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
10
10
|
import AutoClose from "../actions/AutoClose";
|
|
11
|
-
import a11yStyle from '@zohodesk/components/
|
|
11
|
+
import a11yStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css'; //style
|
|
12
12
|
|
|
13
13
|
import style from "./ToastMessage.module.css";
|
|
14
14
|
|
package/es/Upload/Upload.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
6
6
|
import Image from "../Image/Image";
|
|
7
7
|
import style from "./Upload.module.css";
|
|
8
8
|
export default class Upload extends React.Component {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**** Libraries ****/
|
|
2
2
|
import React, { useCallback, useEffect } from 'react';
|
|
3
|
-
import Icon from '@zohodesk/icons/
|
|
3
|
+
import Icon from '@zohodesk/icons/es/Icon';
|
|
4
4
|
import Button from '@zohodesk/components/es/Button/Button';
|
|
5
5
|
import Typography from '@zohodesk/components/es/Typography/Typography';
|
|
6
6
|
import { mergeStyle } from '@zohodesk/utils';
|
|
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import Title from "../../lookup/header/Title/Title";
|
|
5
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
6
6
|
import { Icon } from '@zohodesk/icons';
|
|
7
7
|
import Close from "../../lookup/header/Close/Close";
|
|
8
8
|
import style from "./AlertHeader.module.css";
|
|
@@ -6,7 +6,7 @@ import { propTypes } from "./props/propTypes";
|
|
|
6
6
|
|
|
7
7
|
import Lookup from "../../lookup/Lookup/Lookup";
|
|
8
8
|
import AlertHeader from "../AlertHeader/AlertHeader";
|
|
9
|
-
import Button from '@zohodesk/components/
|
|
9
|
+
import Button from '@zohodesk/components/es/Button/Button';
|
|
10
10
|
import Section from "../../lookup/Section/Section";
|
|
11
11
|
import FormAction from "../../FormAction/FormAction";
|
|
12
12
|
/**** CSS ****/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Avatar from '@zohodesk/components/
|
|
4
|
+
import Avatar from '@zohodesk/components/es/Avatar/Avatar';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
6
|
import style from "./AvatarClose.module.css";
|
|
7
7
|
export default class AvatarClose extends React.Component {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Avatar from '@zohodesk/components/
|
|
4
|
+
import Avatar from '@zohodesk/components/es/Avatar/Avatar';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
6
|
import style from "./AvatarCollision.module.css";
|
|
7
7
|
export default class AvatarCollision extends React.Component {
|
|
@@ -2,8 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import { Container } from '@zohodesk/components/
|
|
6
|
-
import AvatarSize from '@zohodesk/components/
|
|
5
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
6
|
+
import AvatarSize from '@zohodesk/components/es/Provider/AvatarSize';
|
|
7
7
|
import style from "./AvatarIcon.module.css";
|
|
8
8
|
export default class AvatarIcon extends React.Component {
|
|
9
9
|
render() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Avatar from '@zohodesk/components/
|
|
4
|
+
import Avatar from '@zohodesk/components/es/Avatar/Avatar';
|
|
5
5
|
import style from "./AvatarStatus.module.css";
|
|
6
6
|
export default class AvatarStatus extends React.Component {
|
|
7
7
|
constructor(props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Avatar from '@zohodesk/components/
|
|
4
|
+
import Avatar from '@zohodesk/components/es/Avatar/Avatar';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
6
|
import style from "./AvatarThread.module.css";
|
|
7
7
|
export default class AvatarThread extends React.Component {
|
|
@@ -4,7 +4,7 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Avatar from '@zohodesk/components/
|
|
7
|
+
import Avatar from '@zohodesk/components/es/Avatar/Avatar';
|
|
8
8
|
import AvatarIcon from "../AvatarIcon/AvatarIcon";
|
|
9
9
|
import { Icon } from '@zohodesk/icons';
|
|
10
10
|
import style from "./AvatarUser.module.css";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Avatar from '@zohodesk/components/
|
|
5
|
-
import AvatarTeam from '@zohodesk/components/
|
|
4
|
+
import Avatar from '@zohodesk/components/es/Avatar/Avatar';
|
|
5
|
+
import AvatarTeam from '@zohodesk/components/es/AvatarTeam/AvatarTeam';
|
|
6
6
|
import style from "./AvatarWithTeam.module.css";
|
|
7
7
|
export default class AvatarWithTeam extends React.Component {
|
|
8
8
|
render() {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container } from '@zohodesk/components/
|
|
5
|
-
import VelocityAnimationGroup from '@zohodesk/components/
|
|
4
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import VelocityAnimationGroup from '@zohodesk/components/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
|
|
6
6
|
import style from "./_FreezeLayer.module.css";
|
|
7
|
-
import { getZIndex } from '@zohodesk/components/
|
|
7
|
+
import { getZIndex } from '@zohodesk/components/es/Provider/ZindexProvider';
|
|
8
8
|
import { getDotLibraryConfig } from "../Provider/Config";
|
|
9
9
|
export default class FreezeLayer extends Component {
|
|
10
10
|
constructor(props) {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import Popup from '@zohodesk/components/
|
|
4
|
-
import ListItem from '@zohodesk/components/
|
|
5
|
-
import TextBox from '@zohodesk/components/
|
|
6
|
-
import DropDownHeading from '@zohodesk/components/
|
|
3
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
4
|
+
import ListItem from '@zohodesk/components/es/ListItem/ListItem';
|
|
5
|
+
import TextBox from '@zohodesk/components/es/TextBox/TextBox';
|
|
6
|
+
import DropDownHeading from '@zohodesk/components/es/DropDown/DropDownHeading';
|
|
7
7
|
import { Icon } from '@zohodesk/icons';
|
|
8
|
-
import { Container, Box } from '@zohodesk/components/
|
|
9
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
10
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
8
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
9
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
10
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
11
11
|
import style from "./SelectDropdown.module.css";
|
|
12
12
|
|
|
13
13
|
class SelectDropdown extends React.Component {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer dot-core, dot-core.ActionButton, dot-core.AlphabeticList, dot-core.Attachment, dot-core.AttachmentViewer, dot-core.ChannelIcon, dot-core.Drawer, dot-core.ExternalLink, dot-core.FlipCard, dot-core.FormAction, dot-core.css, dot-core.IconButton, dot-core.Image, dot-core.ImportantNotes, dot-core.Link, dot-core.Loader, dot-core.Message, dot-core.MessageBanner, dot-core.NewStar, dot-core.PlusIcon, dot-core.Separator, dot-core.TagWithIcon, dot-core.ToastMessage, dot-core.Upload, dot-core.AlertHeader, dot-core.AlertLookup, dot-core.AvatarClose, dot-core.AvatarCollision, dot-core.AvatarIcon, dot-core.AvatarStatus, dot-core.AvatarThread, dot-core.AvatarUser, dot-core.AvatarWithTeam, dot-core.common, dot-core.FreezeLayer, dot-core.SelectDropdown, dot-core.ToggleDropDown, dot-core.CommonEmptyState, dot-core.EditionPage, dot-core.errorstate, dot-core.Inconvenience, dot-core.LinkText, dot-core.NoRequestFound, dot-core.PermissionPlay, dot-core.RequestUrlNotFound, dot-core.UnableToProcess, dot-core.UnauthorizedLogin, dot-core.WillBack, dot-core.fields, dot-core.TagsMultiSelect, dot-core.TagsMultiSelectField, dot-core.TextEditor, dot-core.TextEditorWrapper, dot-core.ValidationMessage, dot-core.Field, dot-core.Section, dot-core.SetupDetailLayout, dot-core.SubtabLayout, dot-core.AvatarFlip, dot-core.BluePrintStatus, dot-core.Comment, dot-core.DepartmentDropDown, dot-core.Dot, dot-core.DotNew, dot-core.GridStencils, dot-core.Icons, dot-core.ListLayout, dot-core.ListStencils, dot-core.SecondaryText, dot-core.SecondryPanel, dot-core.SentimentStatus, dot-core.Subject, dot-core.TagNew, dot-core.Thread, dot-core.list, dot-core.StatusDropdown, dot-core.StatusListItem, dot-core.EmptyPage, dot-core.Lookup, dot-core.Close, dot-core.Search, dot-core.TicketHeader, dot-core.Title, dot-core.ViewDropDown, dot-core.header, dot-core.Button, dot-core.Views, dot-core.Description, dot-core.ListGroup, dot-core.TableData, dot-core.TableHead, dot-core.TableRow, dot-core.Text, dot-core.AlertClose, dot-core.GlobalNotification, dot-core.alertIcons, dot-core.lookup, dot-core.DesktopNotification, dot-core.DesktopNotificationHeader, dot-core.mode, dot-core.blue, dot-core.green, dot-core.orange, dot-core.red, dot-core.yellow;
|
|
@@ -2,22 +2,22 @@ import React, { Component, Fragment } from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import Popup from '@zohodesk/components/
|
|
6
|
-
import { Box, Container } from '@zohodesk/components/
|
|
5
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
6
|
+
import { Box, Container } from '@zohodesk/components/es/Layout';
|
|
7
7
|
import ListItem from '@zohodesk/components/es/ListItem/ListItem';
|
|
8
|
-
import ListItemWithIcon from '@zohodesk/components/
|
|
9
|
-
import DropDownHeading from '@zohodesk/components/
|
|
10
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
11
|
-
import Loader from '@zohodesk/svg/
|
|
8
|
+
import ListItemWithIcon from '@zohodesk/components/es/ListItem/ListItemWithIcon';
|
|
9
|
+
import DropDownHeading from '@zohodesk/components/es/DropDown/DropDownHeading';
|
|
10
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
11
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
12
12
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
13
|
-
import EmptySearch from '@zohodesk/svg/
|
|
14
|
-
import CssProvider from '@zohodesk/components/
|
|
15
|
-
import {
|
|
16
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
17
|
-
import btnStyle from '@zohodesk/components/
|
|
18
|
-
import RippleEffect from '@zohodesk/components/
|
|
19
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
20
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
13
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
14
|
+
import CssProvider from '@zohodesk/components/es/Provider/CssProvider';
|
|
15
|
+
import { findScrollEnd } from '@zohodesk/components/es/utils/Common';
|
|
16
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
17
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
18
|
+
import RippleEffect from '@zohodesk/components/es/RippleEffect/RippleEffect';
|
|
19
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
20
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
21
21
|
import style from "./ToggleDropDown.module.css";
|
|
22
22
|
export class ToggleDropDown extends Component {
|
|
23
23
|
constructor(props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import EmptyCrmPotential from '@zohodesk/svg/
|
|
4
|
+
import EmptyCrmPotential from '@zohodesk/svg/es/emptystate/version3/EmptyCrmPotential';
|
|
5
5
|
import style from "./EditionPage.css";
|
|
6
6
|
export default class EditionPage extends Component {
|
|
7
7
|
constructor(props) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import LinkText from "../LinkText/LinkText";
|
|
6
|
-
import InconvenienceSVG from '@zohodesk/svg/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
6
|
+
import InconvenienceSVG from '@zohodesk/svg/es/errorstate/version1/EmptyInconvenience';
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./Inconvenience.module.css";
|
|
10
10
|
export default class Inconvenience extends React.Component {
|
|
@@ -2,10 +2,10 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import commonStyle from "../EmptyStates.module.css";
|
|
5
|
-
import NoRequestFoundSVG from '@zohodesk/svg/
|
|
6
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
+
import NoRequestFoundSVG from '@zohodesk/svg/es/errorstate/version1/NoRequestFound';
|
|
6
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
7
7
|
import LinkText from "../LinkText/LinkText";
|
|
8
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
8
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
9
9
|
import style from "./NoRequestFound.module.css";
|
|
10
10
|
export default class NoRequestFound extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import LinkText from "../LinkText/LinkText";
|
|
6
|
-
import UnauthorizedLoginSVG from '@zohodesk/svg/
|
|
6
|
+
import UnauthorizedLoginSVG from '@zohodesk/svg/es/errorstate/version1/UnauthorizedLogin';
|
|
7
7
|
import commonStyle from "../EmptyStates.module.css";
|
|
8
8
|
import style from "./PermissionPlay.module.css";
|
|
9
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
9
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
10
10
|
export default class PermissionPlay extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
-
import UrlNotFound from '@zohodesk/svg/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import UrlNotFound from '@zohodesk/svg/es/errorstate/version1/UrlNotFound';
|
|
6
6
|
import LinkText from "../LinkText/LinkText";
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./RequestUrlNotFound.module.css";
|
|
10
10
|
export default class RequestUrlNotFound extends React.Component {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import LinkText from "../LinkText/LinkText";
|
|
6
|
-
import UnableToProcessRequest from '@zohodesk/svg/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
6
|
+
import UnableToProcessRequest from '@zohodesk/svg/es/errorstate/version1/UnableToProcessRequest';
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./UnableToProcess.module.css";
|
|
10
10
|
export default class UnableToProcess extends React.Component {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import LinkText from "../LinkText/LinkText";
|
|
6
|
-
import UnauthorizedLoginSVG from '@zohodesk/svg/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
6
|
+
import UnauthorizedLoginSVG from '@zohodesk/svg/es/errorstate/version1/UnauthorizedLogin';
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./UnauthorizedLogin.module.css";
|
|
10
10
|
export default class UnauthorizedLogin extends React.Component {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
-
import WillBeRightBack from '@zohodesk/svg/
|
|
6
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import WillBeRightBack from '@zohodesk/svg/es/errorstate/version1/WillBeRightBack';
|
|
6
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
7
7
|
import commonStyle from "../EmptyStates.module.css";
|
|
8
8
|
import style from "./WillBack.module.css";
|
|
9
9
|
export default class WillBack extends React.Component {
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import CheckBox from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import CheckBox from '@zohodesk/components/es/CheckBox/CheckBox';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { Container, Box } from '@zohodesk/components/
|
|
10
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import DateWidget from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import DateWidget from '@zohodesk/components/es/DateTime/DateWidget';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -4,7 +4,7 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import { Container } from '@zohodesk/components/
|
|
7
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
8
8
|
/**** Icons ****/
|
|
9
9
|
|
|
10
10
|
import { Icon } from '@zohodesk/icons';
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import MultiSelect from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import MultiSelect from '@zohodesk/components/es/MultiSelect/MultiSelect';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/** CSS */
|
|
13
13
|
|
|
@@ -5,7 +5,7 @@ import { propTypes } from "./props/propTypes";
|
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
7
|
import { Icon } from '@zohodesk/icons';
|
|
8
|
-
import { Container, Box } from '@zohodesk/components/
|
|
8
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
9
9
|
import TextBoxField from "../TextBoxField/TextBoxField";
|
|
10
10
|
import Link from "../../../Link/Link";
|
|
11
11
|
/**** CSS ****/
|
|
@@ -129,7 +129,8 @@ export default class PhoneField extends PureComponent {
|
|
|
129
129
|
"data-title": isDisabled ? title : null,
|
|
130
130
|
dataSelectorId: dataSelectorId
|
|
131
131
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
132
|
-
flexible: true
|
|
132
|
+
flexible: true,
|
|
133
|
+
className: style.phoneField
|
|
133
134
|
}, /*#__PURE__*/React.createElement(TextBoxField, {
|
|
134
135
|
labelName: labelName,
|
|
135
136
|
id: id,
|
|
@@ -5,8 +5,8 @@ import { propTypes } from "./props/propTypes";
|
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
7
|
import Icon from '@zohodesk/icons/es/Icon';
|
|
8
|
-
import Label from '@zohodesk/components/
|
|
9
|
-
import Radio from '@zohodesk/components/
|
|
8
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
9
|
+
import Radio from '@zohodesk/components/es/Radio/Radio';
|
|
10
10
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
11
11
|
/** Css */
|
|
12
12
|
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import Select from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import Select from '@zohodesk/components/es/Select/Select';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** props ****/
|
|
13
13
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
-
import Tag from '@zohodesk/components/
|
|
6
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
7
|
-
import EmptySearch from '@zohodesk/svg/
|
|
8
|
-
import ListItem from '@zohodesk/components/
|
|
9
|
-
import Loader from '@zohodesk/svg/
|
|
10
|
-
import DropDownSeparator from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import Tag from '@zohodesk/components/es/Tag/Tag';
|
|
6
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
7
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
8
|
+
import ListItem from '@zohodesk/components/es/ListItem/ListItem';
|
|
9
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
10
|
+
import DropDownSeparator from '@zohodesk/components/es/DropDown/DropDownSeparator';
|
|
11
11
|
import CommonEmptyState from "../../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
12
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
13
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
14
|
-
import MultiSelectHeader from '@zohodesk/components/
|
|
12
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
13
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
14
|
+
import MultiSelectHeader from '@zohodesk/components/es/MultiSelect/MultiSelectHeader';
|
|
15
15
|
import { stopBubbling } from "../../../utils/General";
|
|
16
|
-
import { scrollTo, findScrollEnd } from '@zohodesk/components/
|
|
16
|
+
import { scrollTo, findScrollEnd } from '@zohodesk/components/es/utils/Common.js';
|
|
17
17
|
import style from "./TagsMultiSelect.module.css";
|
|
18
18
|
export default class TagsMultiSelect extends React.Component {
|
|
19
19
|
constructor(props) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { useState, useEffect } from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Box } from '@zohodesk/components/
|
|
5
|
-
import Label from '@zohodesk/components/
|
|
6
|
-
import Popup from '@zohodesk/components/
|
|
4
|
+
import { Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
6
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
7
7
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
8
8
|
import TagsMultiSelect from "../TagsMultiSelect/TagsMultiSelect";
|
|
9
9
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -3,7 +3,7 @@ import React, { Component } from 'react';
|
|
|
3
3
|
import { defaultProps } from "./props/defaultProps";
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
import selectn from 'selectn';
|
|
6
|
-
import { Container, Box } from '@zohodesk/components/
|
|
6
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
7
7
|
/***** Methods *****/
|
|
8
8
|
|
|
9
9
|
import { bind, editorContentValidate, fixEncoding, isFileNameSizeInvalid, isImageFormat, triggerKeyup, getRichEditorContent, changeContent, validateEditorContentOnInsertHtml, loadResource } from "../../../utils/editorUtils"; //import './ZohoDeskEditor_Init';
|
|
@@ -4,7 +4,7 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
8
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
9
9
|
import TextEditorWrapper from "../TextEditorWrapper/TextEditorWrapper";
|
|
10
10
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
@@ -4,8 +4,8 @@ import { propTypes } from "./props/propTypes";
|
|
|
4
4
|
/**** Components ****/
|
|
5
5
|
|
|
6
6
|
import TextEditor from "../TextEditor/TextEditor";
|
|
7
|
-
import Textarea from '@zohodesk/components/
|
|
8
|
-
import VelocityAnimationGroup from '@zohodesk/components/
|
|
7
|
+
import Textarea from '@zohodesk/components/es/Textarea/Textarea';
|
|
8
|
+
import VelocityAnimationGroup from '@zohodesk/components/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
|
|
9
9
|
import { editorContentValidate } from "../../../utils/editorUtils";
|
|
10
10
|
import style from "./TextEditorWrapper.module.css";
|
|
11
11
|
/* eslint-disable react/no-deprecated */
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import Textarea from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import Textarea from '@zohodesk/components/es/Textarea/Textarea';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Label from '@zohodesk/components/
|
|
5
|
-
import colors from '@zohodesk/components/
|
|
4
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
5
|
+
import colors from '@zohodesk/components/es/Label/LabelColors.module.css';
|
|
6
6
|
import style from "./ValidationMessage.module.css";
|
|
7
7
|
import { Icon } from '@zohodesk/icons';
|
|
8
8
|
export default class ValidationMessage extends React.Component {
|