@zohodesk/dot 1.0.0-temp-188.1 → 1.0.0-temp-191
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/.cli/propValidation_report.html +1 -1
- package/README.md +3 -1
- package/es/ActionButton/ActionButton.js +4 -2
- package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
- package/es/Attachment/Attachment.js +2 -1
- package/es/AttachmentViewer/AttachmentViewer.js +13 -6
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
- package/es/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/AttachmentViewer/props/propTypes.js +2 -1
- package/es/ChannelIcon/ChannelIcon.js +1 -0
- package/es/MessageBanner/MessageBanner.js +5 -3
- package/es/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
- package/es/avatar/AvatarClose/AvatarClose.js +7 -2
- package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
- package/es/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +2 -0
- package/es/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +2 -0
- package/es/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/es/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/es/setup/header/Search/Search.js +8 -3
- package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
- package/es/setup/header/Search/props/defaultProps.js +2 -1
- package/es/setup/header/Search/props/propTypes.js +2 -1
- package/es/v1/ActionButton/ActionButton.js +4 -2
- package/es/v1/Attachment/Attachment.js +2 -1
- package/es/v1/AttachmentViewer/AttachmentViewer.js +13 -6
- package/es/v1/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/v1/AttachmentViewer/props/propTypes.js +2 -1
- package/es/v1/ChannelIcon/ChannelIcon.js +1 -0
- package/es/v1/MessageBanner/MessageBanner.js +4 -2
- package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -2
- package/es/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/v1/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -0
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- package/es/v1/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/es/v1/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/es/v1/setup/header/Search/Search.js +8 -3
- package/es/v1/setup/header/Search/props/defaultProps.js +2 -1
- package/es/v1/setup/header/Search/props/propTypes.js +2 -1
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/lib/ActionButton/ActionButton.js +4 -2
- package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
- package/lib/Attachment/Attachment.js +2 -1
- package/lib/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
- package/lib/AttachmentViewer/props/defaultProps.js +2 -1
- package/lib/AttachmentViewer/props/propTypes.js +2 -1
- package/lib/ChannelIcon/ChannelIcon.js +1 -0
- package/lib/MessageBanner/MessageBanner.js +5 -3
- package/lib/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
- package/lib/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
- package/lib/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -1
- package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +2 -0
- package/lib/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/lib/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/lib/setup/header/Search/Search.js +8 -3
- package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
- package/lib/setup/header/Search/props/defaultProps.js +2 -1
- package/lib/setup/header/Search/props/propTypes.js +2 -1
- package/lib/v1/ActionButton/ActionButton.js +4 -2
- package/lib/v1/Attachment/Attachment.js +2 -1
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/v1/AttachmentViewer/props/defaultProps.js +2 -1
- package/lib/v1/AttachmentViewer/props/propTypes.js +2 -1
- package/lib/v1/ChannelIcon/ChannelIcon.js +1 -0
- package/lib/v1/MessageBanner/MessageBanner.js +4 -2
- package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/v1/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +3 -1
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- package/lib/v1/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/lib/v1/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/lib/v1/setup/header/Search/Search.js +8 -3
- package/lib/v1/setup/header/Search/props/defaultProps.js +2 -1
- package/lib/v1/setup/header/Search/props/propTypes.js +2 -1
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/package.json +6 -6
- package/result.json +1 -1
- package/coverage/ActionButton/ActionButton.js.html +0 -622
- package/coverage/ActionButton/ActionButton.module.css.html +0 -559
- package/coverage/ActionButton/index.html +0 -131
- package/coverage/ActionButton/props/defaultProps.js.html +0 -136
- package/coverage/ActionButton/props/index.html +0 -131
- package/coverage/ActionButton/props/propTypes.js.html +0 -187
- package/coverage/AlphabeticList/AlphabeticList.js.html +0 -424
- package/coverage/AlphabeticList/AlphabeticList.module.css.html +0 -247
- package/coverage/AlphabeticList/index.html +0 -131
- package/coverage/AlphabeticList/props/defaultProps.js.html +0 -124
- package/coverage/AlphabeticList/props/index.html +0 -131
- package/coverage/AlphabeticList/props/propTypes.js.html +0 -250
- package/coverage/Attachment/Attachment.js.html +0 -385
- package/coverage/Attachment/Attachment.module.css.html +0 -583
- package/coverage/Attachment/index.html +0 -131
- package/coverage/Attachment/props/defaultProps.js.html +0 -109
- package/coverage/Attachment/props/index.html +0 -131
- package/coverage/Attachment/props/propTypes.js.html +0 -142
- package/coverage/AttachmentViewer/Attachment.js.html +0 -193
- package/coverage/AttachmentViewer/AttachmentImage.js.html +0 -268
- package/coverage/AttachmentViewer/AttachmentViewer.js.html +0 -1576
- package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +0 -955
- package/coverage/AttachmentViewer/index.html +0 -161
- package/coverage/AttachmentViewer/props/defaultProps.js.html +0 -118
- package/coverage/AttachmentViewer/props/index.html +0 -131
- package/coverage/AttachmentViewer/props/propTypes.js.html +0 -184
- package/coverage/ChannelIcon/ChannelIcon.js.html +0 -445
- package/coverage/ChannelIcon/ChannelIcon.module.css.html +0 -727
- package/coverage/ChannelIcon/index.html +0 -131
- package/coverage/ChannelIcon/props/defaultProps.js.html +0 -106
- package/coverage/ChannelIcon/props/index.html +0 -131
- package/coverage/ChannelIcon/props/propTypes.js.html +0 -163
- package/coverage/Drawer/Drawer.js.html +0 -1042
- package/coverage/Drawer/Drawer.module.css.html +0 -466
- package/coverage/Drawer/index.html +0 -131
- package/coverage/Drawer/props/defaultProps.js.html +0 -160
- package/coverage/Drawer/props/index.html +0 -131
- package/coverage/Drawer/props/propTypes.js.html +0 -283
- package/coverage/ExternalLink/ExternalLink.js.html +0 -229
- package/coverage/ExternalLink/ExternalLink.module.css.html +0 -94
- package/coverage/ExternalLink/index.html +0 -131
- package/coverage/ExternalLink/props/defaultProps.js.html +0 -100
- package/coverage/ExternalLink/props/index.html +0 -131
- package/coverage/ExternalLink/props/propTypes.js.html +0 -124
- package/coverage/FlipCard/FlipCard.js.html +0 -523
- package/coverage/FlipCard/FlipCard.module.css.html +0 -190
- package/coverage/FlipCard/index.html +0 -131
- package/coverage/FlipCard/props/defaultProps.js.html +0 -100
- package/coverage/FlipCard/props/index.html +0 -131
- package/coverage/FlipCard/props/propTypes.js.html +0 -199
- package/coverage/FormAction/FormAction.js.html +0 -391
- package/coverage/FormAction/FormAction.module.css.html +0 -292
- package/coverage/FormAction/index.html +0 -131
- package/coverage/FormAction/props/defaultProps.js.html +0 -100
- package/coverage/FormAction/props/index.html +0 -131
- package/coverage/FormAction/props/propTypes.js.html +0 -112
- package/coverage/FreezeLayer/FreezeLayer.js.html +0 -346
- package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +0 -199
- package/coverage/FreezeLayer/css/cssJSLogic.js.html +0 -139
- package/coverage/FreezeLayer/css/index.html +0 -131
- package/coverage/FreezeLayer/index.html +0 -116
- package/coverage/FreezeLayer/props/defaultProps.js.html +0 -112
- package/coverage/FreezeLayer/props/index.html +0 -131
- package/coverage/FreezeLayer/props/propTypes.js.html +0 -151
- package/coverage/Hooks/Dragger/css/Dragger.module.css.html +0 -91
- package/coverage/Hooks/Dragger/css/index.html +0 -116
- package/coverage/Hooks/Dragger/index.html +0 -116
- package/coverage/Hooks/Dragger/props/defaultProps.js.html +0 -100
- package/coverage/Hooks/Dragger/props/index.html +0 -131
- package/coverage/Hooks/Dragger/props/propTypes.js.html +0 -124
- package/coverage/Hooks/Dragger/useDragger.js.html +0 -439
- package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +0 -133
- package/coverage/Hooks/Dragger/utils/index.html +0 -116
- package/coverage/Hooks/index.html +0 -116
- package/coverage/Hooks/useFreezeLayer.js.html +0 -247
- package/coverage/IconButton/IconButton.js.html +0 -466
- package/coverage/IconButton/IconButton.module.css.html +0 -151
- package/coverage/IconButton/index.html +0 -131
- package/coverage/IconButton/props/defaultProps.js.html +0 -136
- package/coverage/IconButton/props/index.html +0 -131
- package/coverage/IconButton/props/propTypes.js.html +0 -187
- package/coverage/Image/Image.js.html +0 -184
- package/coverage/Image/Image.module.css.html +0 -118
- package/coverage/Image/index.html +0 -131
- package/coverage/Image/props/defaultProps.js.html +0 -97
- package/coverage/Image/props/index.html +0 -131
- package/coverage/Image/props/propTypes.js.html +0 -127
- package/coverage/ImportantNotes/ImportantNotes.js.html +0 -223
- package/coverage/ImportantNotes/ImportantNotes.module.css.html +0 -133
- package/coverage/ImportantNotes/index.html +0 -131
- package/coverage/ImportantNotes/props/defaultProps.js.html +0 -103
- package/coverage/ImportantNotes/props/index.html +0 -131
- package/coverage/ImportantNotes/props/propTypes.js.html +0 -118
- package/coverage/Link/Link.js.html +0 -388
- package/coverage/Link/Link.module.css.html +0 -94
- package/coverage/Link/LinkContext.js.html +0 -112
- package/coverage/Link/index.html +0 -146
- package/coverage/Link/props/defaultProps.js.html +0 -100
- package/coverage/Link/props/index.html +0 -131
- package/coverage/Link/props/propTypes.js.html +0 -142
- package/coverage/Loader/Loader.js.html +0 -136
- package/coverage/Loader/Loader.module.css.html +0 -163
- package/coverage/Loader/index.html +0 -131
- package/coverage/Message/Message.js.html +0 -361
- package/coverage/Message/Message.module.css.html +0 -292
- package/coverage/Message/index.html +0 -131
- package/coverage/Message/props/defaultProps.js.html +0 -97
- package/coverage/Message/props/index.html +0 -131
- package/coverage/Message/props/propTypes.js.html +0 -157
- package/coverage/MessageBanner/MessageBanner.js.html +0 -244
- package/coverage/MessageBanner/MessageBanner.module.css.html +0 -199
- package/coverage/MessageBanner/index.html +0 -131
- package/coverage/MessageBanner/props/defaultProps.js.html +0 -106
- package/coverage/MessageBanner/props/index.html +0 -131
- package/coverage/MessageBanner/props/propTypes.js.html +0 -127
- package/coverage/NewStar/NewStar.js.html +0 -259
- package/coverage/NewStar/NewStar.module.css.html +0 -490
- package/coverage/NewStar/index.html +0 -131
- package/coverage/NewStar/props/defaultProps.js.html +0 -97
- package/coverage/NewStar/props/index.html +0 -131
- package/coverage/NewStar/props/propTypes.js.html +0 -121
- package/coverage/PlusIcon/PlusIcon.js.html +0 -190
- package/coverage/PlusIcon/PlusIcon.module.css.html +0 -139
- package/coverage/PlusIcon/index.html +0 -131
- package/coverage/PlusIcon/props/defaultProps.js.html +0 -109
- package/coverage/PlusIcon/props/index.html +0 -131
- package/coverage/PlusIcon/props/propTypes.js.html +0 -121
- package/coverage/Provider/Config.js.html +0 -136
- package/coverage/Provider/index.html +0 -116
- package/coverage/Separator/Separator.js.html +0 -286
- package/coverage/Separator/Separator.module.css.html +0 -187
- package/coverage/Separator/index.html +0 -131
- package/coverage/Separator/props/defaultProps.js.html +0 -121
- package/coverage/Separator/props/index.html +0 -131
- package/coverage/Separator/props/propTypes.js.html +0 -121
- package/coverage/TagWithIcon/TagWithIcon.js.html +0 -247
- package/coverage/TagWithIcon/TagWithIcon.module.css.html +0 -262
- package/coverage/TagWithIcon/index.html +0 -131
- package/coverage/TagWithIcon/props/defaultProps.js.html +0 -106
- package/coverage/TagWithIcon/props/index.html +0 -131
- package/coverage/TagWithIcon/props/propTypes.js.html +0 -124
- package/coverage/ToastMessage/ToastMessage.js.html +0 -751
- package/coverage/ToastMessage/ToastMessage.module.css.html +0 -859
- package/coverage/ToastMessage/index.html +0 -131
- package/coverage/ToastMessage/props/defaultProps.js.html +0 -139
- package/coverage/ToastMessage/props/index.html +0 -131
- package/coverage/ToastMessage/props/propTypes.js.html +0 -229
- package/coverage/Upload/Upload.js.html +0 -310
- package/coverage/Upload/Upload.module.css.html +0 -403
- package/coverage/Upload/index.html +0 -131
- package/coverage/Upload/props/defaultProps.js.html +0 -106
- package/coverage/Upload/props/index.html +0 -131
- package/coverage/Upload/props/propTypes.js.html +0 -139
- package/coverage/actions/AutoClose.js.html +0 -181
- package/coverage/actions/index.html +0 -116
- package/coverage/actions/props/defaultProps.js.html +0 -94
- package/coverage/actions/props/index.html +0 -131
- package/coverage/actions/props/propTypes.js.html +0 -112
- package/coverage/alert/AlertHeader/AlertHeader.js.html +0 -334
- package/coverage/alert/AlertHeader/AlertHeader.module.css.html +0 -271
- package/coverage/alert/AlertHeader/index.html +0 -131
- package/coverage/alert/AlertHeader/props/defaultProps.js.html +0 -109
- package/coverage/alert/AlertHeader/props/index.html +0 -131
- package/coverage/alert/AlertHeader/props/propTypes.js.html +0 -148
- package/coverage/alert/AlertLookup/AlertLookup.js.html +0 -472
- package/coverage/alert/AlertLookup/AlertLookup.module.css.html +0 -151
- package/coverage/alert/AlertLookup/index.html +0 -131
- package/coverage/alert/AlertLookup/props/defaultProps.js.html +0 -127
- package/coverage/alert/AlertLookup/props/index.html +0 -131
- package/coverage/alert/AlertLookup/props/propTypes.js.html +0 -193
- package/coverage/avatar/AvatarClose/AvatarClose.js.html +0 -190
- package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +0 -178
- package/coverage/avatar/AvatarClose/index.html +0 -131
- package/coverage/avatar/AvatarClose/props/defaultProps.js.html +0 -103
- package/coverage/avatar/AvatarClose/props/index.html +0 -131
- package/coverage/avatar/AvatarClose/props/propTypes.js.html +0 -130
- package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +0 -241
- package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +0 -250
- package/coverage/avatar/AvatarCollision/index.html +0 -131
- package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +0 -109
- package/coverage/avatar/AvatarCollision/props/index.html +0 -131
- package/coverage/avatar/AvatarCollision/props/propTypes.js.html +0 -139
- package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +0 -256
- package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +0 -262
- package/coverage/avatar/AvatarIcon/index.html +0 -131
- package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +0 -127
- package/coverage/avatar/AvatarIcon/props/index.html +0 -131
- package/coverage/avatar/AvatarIcon/props/propTypes.js.html +0 -148
- package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +0 -301
- package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +0 -373
- package/coverage/avatar/AvatarStatus/index.html +0 -131
- package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +0 -121
- package/coverage/avatar/AvatarStatus/props/index.html +0 -131
- package/coverage/avatar/AvatarStatus/props/propTypes.js.html +0 -166
- package/coverage/avatar/AvatarThread/AvatarThread.js.html +0 -367
- package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +0 -439
- package/coverage/avatar/AvatarThread/index.html +0 -131
- package/coverage/avatar/AvatarThread/props/defaultProps.js.html +0 -112
- package/coverage/avatar/AvatarThread/props/index.html +0 -131
- package/coverage/avatar/AvatarThread/props/propTypes.js.html +0 -178
- package/coverage/avatar/AvatarUser/AvatarUser.js.html +0 -415
- package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +0 -385
- package/coverage/avatar/AvatarUser/index.html +0 -131
- package/coverage/avatar/AvatarUser/props/defaultProps.js.html +0 -109
- package/coverage/avatar/AvatarUser/props/index.html +0 -131
- package/coverage/avatar/AvatarUser/props/propTypes.js.html +0 -193
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
- package/coverage/avatar/AvatarWithTeam/index.html +0 -131
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
- package/coverage/avatar/AvatarWithTeam/props/index.html +0 -131
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/coverage-final.json +0 -490
- package/coverage/coverage-summary.json +0 -491
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +0 -2710
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +0 -346
- package/coverage/dropdown/ToggleDropDown/index.html +0 -131
- package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +0 -172
- package/coverage/dropdown/ToggleDropDown/props/index.html +0 -131
- package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +0 -376
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +0 -334
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +0 -337
- package/coverage/emptystate/CommonEmptyState/index.html +0 -131
- package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +0 -115
- package/coverage/emptystate/CommonEmptyState/props/index.html +0 -131
- package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +0 -151
- package/coverage/emptystate/EditionPage/EditionPage.css.html +0 -196
- package/coverage/emptystate/EditionPage/EditionPage.js.html +0 -229
- package/coverage/emptystate/EditionPage/index.html +0 -131
- package/coverage/emptystate/EditionPage/props/defaultProps.js.html +0 -100
- package/coverage/emptystate/EditionPage/props/index.html +0 -131
- package/coverage/emptystate/EditionPage/props/propTypes.js.html +0 -121
- package/coverage/errorstate/EmptyStates.module.css.html +0 -337
- package/coverage/errorstate/Inconvenience/Inconvenience.js.html +0 -349
- package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +0 -97
- package/coverage/errorstate/Inconvenience/index.html +0 -131
- package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/Inconvenience/props/index.html +0 -131
- package/coverage/errorstate/Inconvenience/props/propTypes.js.html +0 -121
- package/coverage/errorstate/LinkText/LinkText.js.html +0 -166
- package/coverage/errorstate/LinkText/LinkText.module.css.html +0 -103
- package/coverage/errorstate/LinkText/index.html +0 -131
- package/coverage/errorstate/LinkText/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/LinkText/props/index.html +0 -131
- package/coverage/errorstate/LinkText/props/propTypes.js.html +0 -112
- package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +0 -349
- package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +0 -94
- package/coverage/errorstate/NoRequestFound/index.html +0 -131
- package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/NoRequestFound/props/index.html +0 -131
- package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +0 -121
- package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +0 -343
- package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +0 -187
- package/coverage/errorstate/PermissionPlay/index.html +0 -131
- package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/PermissionPlay/props/index.html +0 -131
- package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +0 -121
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +0 -349
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +0 -94
- package/coverage/errorstate/RequestUrlNotFound/index.html +0 -131
- package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/RequestUrlNotFound/props/index.html +0 -131
- package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +0 -121
- package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +0 -337
- package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +0 -94
- package/coverage/errorstate/UnableToProcess/index.html +0 -131
- package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/UnableToProcess/props/index.html +0 -131
- package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +0 -121
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -337
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +0 -94
- package/coverage/errorstate/UnauthorizedLogin/index.html +0 -131
- package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/UnauthorizedLogin/props/index.html +0 -131
- package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -121
- package/coverage/errorstate/WillBack/WillBack.js.html +0 -307
- package/coverage/errorstate/WillBack/WillBack.module.css.html +0 -193
- package/coverage/errorstate/WillBack/index.html +0 -131
- package/coverage/errorstate/WillBack/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/WillBack/props/index.html +0 -131
- package/coverage/errorstate/WillBack/props/propTypes.js.html +0 -103
- package/coverage/errorstate/index.html +0 -116
- package/coverage/favicon.png +0 -0
- package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +0 -574
- package/coverage/form/fields/CheckBoxField/index.html +0 -116
- package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +0 -124
- package/coverage/form/fields/CheckBoxField/props/index.html +0 -131
- package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +0 -175
- package/coverage/form/fields/CurrencyField/CurrencyField.js.html +0 -655
- package/coverage/form/fields/CurrencyField/index.html +0 -116
- package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +0 -139
- package/coverage/form/fields/CurrencyField/props/index.html +0 -131
- package/coverage/form/fields/CurrencyField/props/propTypes.js.html +0 -208
- package/coverage/form/fields/DateField/DateField.js.html +0 -682
- package/coverage/form/fields/DateField/index.html +0 -116
- package/coverage/form/fields/DateField/props/defaultProps.js.html +0 -145
- package/coverage/form/fields/DateField/props/index.html +0 -131
- package/coverage/form/fields/DateField/props/propTypes.js.html +0 -208
- package/coverage/form/fields/FieldContainer/FieldContainer.js.html +0 -271
- package/coverage/form/fields/FieldContainer/index.html +0 -116
- package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +0 -109
- package/coverage/form/fields/FieldContainer/props/index.html +0 -131
- package/coverage/form/fields/FieldContainer/props/propTypes.js.html +0 -166
- package/coverage/form/fields/Fields.module.css.html +0 -589
- package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +0 -745
- package/coverage/form/fields/MultiSelectField/index.html +0 -116
- package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +0 -139
- package/coverage/form/fields/MultiSelectField/props/index.html +0 -131
- package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +0 -241
- package/coverage/form/fields/PhoneField/PhoneField.js.html +0 -619
- package/coverage/form/fields/PhoneField/index.html +0 -116
- package/coverage/form/fields/PhoneField/props/defaultProps.js.html +0 -133
- package/coverage/form/fields/PhoneField/props/index.html +0 -131
- package/coverage/form/fields/PhoneField/props/propTypes.js.html +0 -229
- package/coverage/form/fields/RadioField/RadioField.js.html +0 -493
- package/coverage/form/fields/RadioField/index.html +0 -116
- package/coverage/form/fields/RadioField/props/defaultProps.js.html +0 -121
- package/coverage/form/fields/RadioField/props/index.html +0 -131
- package/coverage/form/fields/RadioField/props/propTypes.js.html +0 -196
- package/coverage/form/fields/SelectField/SelectField.js.html +0 -697
- package/coverage/form/fields/SelectField/index.html +0 -116
- package/coverage/form/fields/SelectField/props/defaultProps.js.html +0 -142
- package/coverage/form/fields/SelectField/props/index.html +0 -131
- package/coverage/form/fields/SelectField/props/propTypes.js.html +0 -241
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +0 -1042
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +0 -382
- package/coverage/form/fields/TagsMultiSelect/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +0 -127
- package/coverage/form/fields/TagsMultiSelect/props/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +0 -244
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +0 -844
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +0 -103
- package/coverage/form/fields/TagsMultiSelectField/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +0 -151
- package/coverage/form/fields/TagsMultiSelectField/props/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +0 -292
- package/coverage/form/fields/TextBoxField/TextBoxField.js.html +0 -634
- package/coverage/form/fields/TextBoxField/index.html +0 -116
- package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +0 -139
- package/coverage/form/fields/TextBoxField/props/index.html +0 -131
- package/coverage/form/fields/TextBoxField/props/propTypes.js.html +0 -223
- package/coverage/form/fields/TextEditor/TextEditor.js.html +0 -1201
- package/coverage/form/fields/TextEditor/TextEditor.module.css.html +0 -2113
- package/coverage/form/fields/TextEditor/index.html +0 -131
- package/coverage/form/fields/TextEditor/props/defaultProps.js.html +0 -124
- package/coverage/form/fields/TextEditor/props/index.html +0 -131
- package/coverage/form/fields/TextEditor/props/propTypes.js.html +0 -247
- package/coverage/form/fields/TextEditorField/TextEditorField.js.html +0 -622
- package/coverage/form/fields/TextEditorField/index.html +0 -116
- package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +0 -133
- package/coverage/form/fields/TextEditorField/props/index.html +0 -131
- package/coverage/form/fields/TextEditorField/props/propTypes.js.html +0 -268
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +0 -631
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +0 -163
- package/coverage/form/fields/TextEditorWrapper/index.html +0 -131
- package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +0 -112
- package/coverage/form/fields/TextEditorWrapper/props/index.html +0 -131
- package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +0 -226
- package/coverage/form/fields/TextareaField/TextareaField.js.html +0 -607
- package/coverage/form/fields/TextareaField/index.html +0 -116
- package/coverage/form/fields/TextareaField/props/defaultProps.js.html +0 -133
- package/coverage/form/fields/TextareaField/props/index.html +0 -131
- package/coverage/form/fields/TextareaField/props/propTypes.js.html +0 -196
- package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +0 -232
- package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +0 -151
- package/coverage/form/fields/ValidationMessage/index.html +0 -131
- package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +0 -106
- package/coverage/form/fields/ValidationMessage/props/index.html +0 -131
- package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +0 -136
- package/coverage/form/fields/index.html +0 -116
- package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +0 -115
- package/coverage/form/fields/props/FieldCommonPropTypes.js.html +0 -130
- package/coverage/form/fields/props/index.html +0 -131
- package/coverage/form/layout/Field/Field.js.html +0 -184
- package/coverage/form/layout/Field/Field.module.css.html +0 -151
- package/coverage/form/layout/Field/index.html +0 -131
- package/coverage/form/layout/Field/props/defaultProps.js.html +0 -97
- package/coverage/form/layout/Field/props/index.html +0 -131
- package/coverage/form/layout/Field/props/propTypes.js.html +0 -118
- package/coverage/form/layout/Section/ModuleFormSection.module.css.html +0 -94
- package/coverage/form/layout/Section/Section.js.html +0 -175
- package/coverage/form/layout/Section/index.html +0 -131
- package/coverage/form/layout/Section/props/index.html +0 -116
- package/coverage/form/layout/Section/props/propTypes.js.html +0 -121
- package/coverage/index.html +0 -3866
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +0 -679
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +0 -433
- package/coverage/layout/SetupDetailLayout/index.html +0 -131
- package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +0 -154
- package/coverage/layout/SetupDetailLayout/props/index.html +0 -131
- package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +0 -223
- package/coverage/layout/SubtabLayout/SubtabLayout.js.html +0 -577
- package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +0 -484
- package/coverage/layout/SubtabLayout/index.html +0 -131
- package/coverage/layout/SubtabLayout/props/defaultProps.js.html +0 -169
- package/coverage/layout/SubtabLayout/props/index.html +0 -131
- package/coverage/layout/SubtabLayout/props/propTypes.js.html +0 -217
- package/coverage/list/AvatarFlip/AvatarFlip.js.html +0 -325
- package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +0 -94
- package/coverage/list/AvatarFlip/index.html +0 -131
- package/coverage/list/AvatarFlip/props/defaultProps.js.html +0 -103
- package/coverage/list/AvatarFlip/props/index.html +0 -131
- package/coverage/list/AvatarFlip/props/propTypes.js.html +0 -175
- package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +0 -160
- package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +0 -127
- package/coverage/list/BluePrintStatus/index.html +0 -131
- package/coverage/list/BluePrintStatus/props/index.html +0 -116
- package/coverage/list/BluePrintStatus/props/propTypes.js.html +0 -100
- package/coverage/list/Comment/Comment.js.html +0 -199
- package/coverage/list/Comment/Comment.module.css.html +0 -157
- package/coverage/list/Comment/index.html +0 -131
- package/coverage/list/Comment/props/defaultProps.js.html +0 -97
- package/coverage/list/Comment/props/index.html +0 -131
- package/coverage/list/Comment/props/propTypes.js.html +0 -109
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +0 -358
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +0 -112
- package/coverage/list/DepartmentDropDown/index.html +0 -131
- package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +0 -106
- package/coverage/list/DepartmentDropDown/props/index.html +0 -131
- package/coverage/list/DepartmentDropDown/props/propTypes.js.html +0 -160
- package/coverage/list/Dot/Dot.js.html +0 -151
- package/coverage/list/Dot/Dot.module.css.html +0 -130
- package/coverage/list/Dot/index.html +0 -131
- package/coverage/list/Dot/props/defaultProps.js.html +0 -97
- package/coverage/list/Dot/props/index.html +0 -131
- package/coverage/list/Dot/props/propTypes.js.html +0 -103
- package/coverage/list/DotNew/DotNew.js.html +0 -154
- package/coverage/list/DotNew/DotNew.module.css.html +0 -157
- package/coverage/list/DotNew/index.html +0 -131
- package/coverage/list/DotNew/props/defaultProps.js.html +0 -94
- package/coverage/list/DotNew/props/index.html +0 -131
- package/coverage/list/DotNew/props/propTypes.js.html +0 -106
- package/coverage/list/GridStencils/GridStencils.js.html +0 -208
- package/coverage/list/GridStencils/GridStencils.module.css.html +0 -373
- package/coverage/list/GridStencils/index.html +0 -131
- package/coverage/list/GridStencils/props/index.html +0 -116
- package/coverage/list/GridStencils/props/propTypes.js.html +0 -112
- package/coverage/list/Icons/AddNewIcon.js.html +0 -154
- package/coverage/list/Icons/CompleteIcon.js.html +0 -151
- package/coverage/list/Icons/DeleteIcon.js.html +0 -157
- package/coverage/list/Icons/EditIcon.js.html +0 -157
- package/coverage/list/Icons/FloatingIcons.js.html +0 -166
- package/coverage/list/Icons/Icons.module.css.html +0 -133
- package/coverage/list/Icons/ReadUnreadIcon.js.html +0 -181
- package/coverage/list/Icons/SmartIcon.js.html +0 -160
- package/coverage/list/Icons/index.html +0 -221
- package/coverage/list/Icons/props/defaultProps.js.html +0 -106
- package/coverage/list/Icons/props/index.html +0 -131
- package/coverage/list/Icons/props/propTypes.js.html +0 -265
- package/coverage/list/ListLayout/ListLayout.js.html +0 -337
- package/coverage/list/ListLayout/ListLayout.module.css.html +0 -283
- package/coverage/list/ListLayout/index.html +0 -131
- package/coverage/list/ListLayout/props/defaultProps.js.html +0 -118
- package/coverage/list/ListLayout/props/index.html +0 -131
- package/coverage/list/ListLayout/props/propTypes.js.html +0 -175
- package/coverage/list/ListStencils/ListStencils.js.html +0 -223
- package/coverage/list/ListStencils/ListStencils.module.css.html +0 -271
- package/coverage/list/ListStencils/index.html +0 -131
- package/coverage/list/ListStencils/props/defaultProps.js.html +0 -94
- package/coverage/list/ListStencils/props/index.html +0 -131
- package/coverage/list/ListStencils/props/propTypes.js.html +0 -100
- package/coverage/list/SecondaryText/AccountName.js.html +0 -358
- package/coverage/list/SecondaryText/ContactName.js.html +0 -361
- package/coverage/list/SecondaryText/DepartmentText.js.html +0 -160
- package/coverage/list/SecondaryText/Email.js.html +0 -253
- package/coverage/list/SecondaryText/HappinessRating.js.html +0 -172
- package/coverage/list/SecondaryText/PhoneNumber.js.html +0 -262
- package/coverage/list/SecondaryText/PriorityText.js.html +0 -181
- package/coverage/list/SecondaryText/SecondaryText.js.html +0 -190
- package/coverage/list/SecondaryText/SecondaryText.module.css.html +0 -463
- package/coverage/list/SecondaryText/StatusText.js.html +0 -181
- package/coverage/list/SecondaryText/TicketId.js.html +0 -214
- package/coverage/list/SecondaryText/Website.js.html +0 -226
- package/coverage/list/SecondaryText/index.html +0 -296
- package/coverage/list/SecondaryText/index.js.html +0 -118
- package/coverage/list/SecondaryText/props/defaultProps.js.html +0 -241
- package/coverage/list/SecondaryText/props/index.html +0 -131
- package/coverage/list/SecondaryText/props/propTypes.js.html +0 -544
- package/coverage/list/SecondryPanel/SecondryPanel.js.html +0 -406
- package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +0 -100
- package/coverage/list/SecondryPanel/index.html +0 -131
- package/coverage/list/SecondryPanel/props/defaultProps.js.html +0 -148
- package/coverage/list/SecondryPanel/props/index.html +0 -131
- package/coverage/list/SecondryPanel/props/propTypes.js.html +0 -178
- package/coverage/list/SentimentStatus/SentimentStatus.js.html +0 -175
- package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +0 -112
- package/coverage/list/SentimentStatus/index.html +0 -131
- package/coverage/list/SentimentStatus/props/index.html +0 -116
- package/coverage/list/SentimentStatus/props/propTypes.js.html +0 -103
- package/coverage/list/Subject/Subject.js.html +0 -295
- package/coverage/list/Subject/Subject.module.css.html +0 -187
- package/coverage/list/Subject/index.html +0 -131
- package/coverage/list/Subject/props/defaultProps.js.html +0 -106
- package/coverage/list/Subject/props/index.html +0 -131
- package/coverage/list/Subject/props/propTypes.js.html +0 -145
- package/coverage/list/TagNew/TagNew.js.html +0 -181
- package/coverage/list/TagNew/TagNew.module.css.html +0 -412
- package/coverage/list/TagNew/index.html +0 -131
- package/coverage/list/TagNew/props/defaultProps.js.html +0 -97
- package/coverage/list/TagNew/props/index.html +0 -131
- package/coverage/list/TagNew/props/propTypes.js.html +0 -112
- package/coverage/list/Thread/Thread.js.html +0 -199
- package/coverage/list/Thread/Thread.module.css.html +0 -175
- package/coverage/list/Thread/index.html +0 -131
- package/coverage/list/Thread/props/defaultProps.js.html +0 -97
- package/coverage/list/Thread/props/index.html +0 -131
- package/coverage/list/Thread/props/propTypes.js.html +0 -112
- package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +0 -1141
- package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +0 -292
- package/coverage/list/status/StatusDropdown/index.html +0 -131
- package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +0 -145
- package/coverage/list/status/StatusDropdown/props/index.html +0 -131
- package/coverage/list/status/StatusDropdown/props/propTypes.js.html +0 -319
- package/coverage/list/status/StatusListItem/StatusListItem.js.html +0 -424
- package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +0 -352
- package/coverage/list/status/StatusListItem/index.html +0 -131
- package/coverage/list/status/StatusListItem/props/defaultProps.js.html +0 -133
- package/coverage/list/status/StatusListItem/props/index.html +0 -131
- package/coverage/list/status/StatusListItem/props/propTypes.js.html +0 -181
- package/coverage/lookup/EmptyPage/EmptyPage.js.html +0 -256
- package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +0 -121
- package/coverage/lookup/EmptyPage/index.html +0 -131
- package/coverage/lookup/EmptyPage/props/defaultProps.js.html +0 -97
- package/coverage/lookup/EmptyPage/props/index.html +0 -131
- package/coverage/lookup/EmptyPage/props/propTypes.js.html +0 -103
- package/coverage/lookup/Lookup/Lookup.js.html +0 -499
- package/coverage/lookup/Lookup/Lookup.module.css.html +0 -217
- package/coverage/lookup/Lookup/index.html +0 -131
- package/coverage/lookup/Lookup/props/defaultProps.js.html +0 -112
- package/coverage/lookup/Lookup/props/index.html +0 -131
- package/coverage/lookup/Lookup/props/propTypes.js.html +0 -160
- package/coverage/lookup/Section/LookupSection.module.css.html +0 -109
- package/coverage/lookup/Section/Section.js.html +0 -142
- package/coverage/lookup/Section/index.html +0 -131
- package/coverage/lookup/Section/props/index.html +0 -116
- package/coverage/lookup/Section/props/propTypes.js.html +0 -106
- package/coverage/lookup/header/Close/Close.js.html +0 -154
- package/coverage/lookup/header/Close/index.html +0 -116
- package/coverage/lookup/header/Close/props/defaultProps.js.html +0 -94
- package/coverage/lookup/header/Close/props/index.html +0 -131
- package/coverage/lookup/header/Close/props/propTypes.js.html +0 -106
- package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +0 -367
- package/coverage/lookup/header/ModuleHeader/index.html +0 -116
- package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +0 -97
- package/coverage/lookup/header/ModuleHeader/props/index.html +0 -131
- package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +0 -148
- package/coverage/lookup/header/Search/LookupSearch.module.css.html +0 -229
- package/coverage/lookup/header/Search/Search.js.html +0 -724
- package/coverage/lookup/header/Search/index.html +0 -131
- package/coverage/lookup/header/Search/props/defaultProps.js.html +0 -100
- package/coverage/lookup/header/Search/props/index.html +0 -131
- package/coverage/lookup/header/Search/props/propTypes.js.html +0 -175
- package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +0 -433
- package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +0 -142
- package/coverage/lookup/header/TicketHeader/index.html +0 -131
- package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +0 -100
- package/coverage/lookup/header/TicketHeader/props/index.html +0 -131
- package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +0 -151
- package/coverage/lookup/header/Title/LookupTitle.module.css.html +0 -148
- package/coverage/lookup/header/Title/Title.js.html +0 -169
- package/coverage/lookup/header/Title/index.html +0 -131
- package/coverage/lookup/header/Title/props/defaultProps.js.html +0 -94
- package/coverage/lookup/header/Title/props/index.html +0 -131
- package/coverage/lookup/header/Title/props/propTypes.js.html +0 -106
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +0 -601
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +0 -220
- package/coverage/lookup/header/ViewDropDown/index.html +0 -131
- package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +0 -106
- package/coverage/lookup/header/ViewDropDown/props/index.html +0 -131
- package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +0 -154
- package/coverage/lookup/header/index.html +0 -131
- package/coverage/lookup/header/lookupHeaderCommon.module.css.html +0 -178
- package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +0 -130
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/setup/header/Button/Button.js.html +0 -169
- package/coverage/setup/header/Button/HeaderButton.module.css.html +0 -94
- package/coverage/setup/header/Button/index.html +0 -131
- package/coverage/setup/header/Button/props/defaultProps.js.html +0 -97
- package/coverage/setup/header/Button/props/index.html +0 -131
- package/coverage/setup/header/Button/props/propTypes.js.html +0 -109
- package/coverage/setup/header/Link/HeaderLink.module.css.html +0 -130
- package/coverage/setup/header/Link/Link.js.html +0 -193
- package/coverage/setup/header/Link/index.html +0 -131
- package/coverage/setup/header/Link/props/defaultProps.js.html +0 -97
- package/coverage/setup/header/Link/props/index.html +0 -131
- package/coverage/setup/header/Link/props/propTypes.js.html +0 -112
- package/coverage/setup/header/Search/Search.js.html +0 -280
- package/coverage/setup/header/Search/Search.module.css.html +0 -259
- package/coverage/setup/header/Search/index.html +0 -131
- package/coverage/setup/header/Search/props/defaultProps.js.html +0 -100
- package/coverage/setup/header/Search/props/index.html +0 -131
- package/coverage/setup/header/Search/props/propTypes.js.html +0 -121
- package/coverage/setup/header/Views/Views.js.html +0 -208
- package/coverage/setup/header/Views/Views.module.css.html +0 -169
- package/coverage/setup/header/Views/index.html +0 -131
- package/coverage/setup/header/Views/props/defaultProps.js.html +0 -103
- package/coverage/setup/header/Views/props/index.html +0 -131
- package/coverage/setup/header/Views/props/propTypes.js.html +0 -115
- package/coverage/setup/helptips/Description/Description.js.html +0 -148
- package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +0 -103
- package/coverage/setup/helptips/Description/index.html +0 -131
- package/coverage/setup/helptips/Description/props/index.html +0 -116
- package/coverage/setup/helptips/Description/props/propTypes.js.html +0 -100
- package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +0 -103
- package/coverage/setup/helptips/Link/Link.js.html +0 -172
- package/coverage/setup/helptips/Link/index.html +0 -131
- package/coverage/setup/helptips/Link/props/index.html +0 -116
- package/coverage/setup/helptips/Link/props/propTypes.js.html +0 -109
- package/coverage/setup/helptips/ListGroup/ListGroup.js.html +0 -205
- package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +0 -136
- package/coverage/setup/helptips/ListGroup/index.html +0 -131
- package/coverage/setup/helptips/ListGroup/props/index.html +0 -116
- package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +0 -103
- package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +0 -100
- package/coverage/setup/helptips/Title/Title.js.html +0 -148
- package/coverage/setup/helptips/Title/index.html +0 -131
- package/coverage/setup/helptips/Title/props/index.html +0 -116
- package/coverage/setup/helptips/Title/props/propTypes.js.html +0 -100
- package/coverage/setup/table/Table/Table.js.html +0 -160
- package/coverage/setup/table/Table/index.html +0 -116
- package/coverage/setup/table/Table/props/defaultProps.js.html +0 -97
- package/coverage/setup/table/Table/props/index.html +0 -131
- package/coverage/setup/table/Table/props/propTypes.js.html +0 -106
- package/coverage/setup/table/TableBody/TableBody.js.html +0 -160
- package/coverage/setup/table/TableBody/index.html +0 -116
- package/coverage/setup/table/TableBody/props/defaultProps.js.html +0 -94
- package/coverage/setup/table/TableBody/props/index.html +0 -131
- package/coverage/setup/table/TableBody/props/propTypes.js.html +0 -109
- package/coverage/setup/table/TableData/SetupTableData.module.css.html +0 -193
- package/coverage/setup/table/TableData/TableData.js.html +0 -199
- package/coverage/setup/table/TableData/index.html +0 -131
- package/coverage/setup/table/TableData/props/defaultProps.js.html +0 -100
- package/coverage/setup/table/TableData/props/index.html +0 -131
- package/coverage/setup/table/TableData/props/propTypes.js.html +0 -121
- package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +0 -109
- package/coverage/setup/table/TableHead/TableHead.js.html +0 -193
- package/coverage/setup/table/TableHead/index.html +0 -131
- package/coverage/setup/table/TableHead/props/defaultProps.js.html +0 -97
- package/coverage/setup/table/TableHead/props/index.html +0 -131
- package/coverage/setup/table/TableHead/props/propTypes.js.html +0 -112
- package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +0 -115
- package/coverage/setup/table/TableRow/TableRow.js.html +0 -205
- package/coverage/setup/table/TableRow/index.html +0 -131
- package/coverage/setup/table/TableRow/props/defaultProps.js.html +0 -97
- package/coverage/setup/table/TableRow/props/index.html +0 -131
- package/coverage/setup/table/TableRow/props/propTypes.js.html +0 -121
- package/coverage/setup/table/Text/TableText.module.css.html +0 -196
- package/coverage/setup/table/Text/Text.js.html +0 -214
- package/coverage/setup/table/Text/index.html +0 -131
- package/coverage/setup/table/Text/props/defaultProps.js.html +0 -106
- package/coverage/setup/table/Text/props/index.html +0 -131
- package/coverage/setup/table/Text/props/propTypes.js.html +0 -127
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -196
- package/coverage/svg/PlusIcon.js.html +0 -175
- package/coverage/svg/SnippetIcon.js.html +0 -196
- package/coverage/svg/TemplateIcon.js.html +0 -160
- package/coverage/svg/index.html +0 -146
- package/coverage/svg/props/defaultProps.js.html +0 -136
- package/coverage/svg/props/index.html +0 -131
- package/coverage/svg/props/propTypes.js.html +0 -142
- package/coverage/utils/ChannelIconMapping.js.html +0 -475
- package/coverage/utils/General.js.html +0 -208
- package/coverage/utils/editorUtils.js.html +0 -652
- package/coverage/utils/index.html +0 -146
- package/coverage/version2/AlertClose/AlertClose.js.html +0 -202
- package/coverage/version2/AlertClose/AlertClose.module.css.html +0 -211
- package/coverage/version2/AlertClose/index.html +0 -131
- package/coverage/version2/AlertClose/props/index.html +0 -116
- package/coverage/version2/AlertClose/props/propTypes.js.html +0 -112
- package/coverage/version2/GlobalNotification/GlobalNotification.js.html +0 -463
- package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +0 -466
- package/coverage/version2/GlobalNotification/index.html +0 -131
- package/coverage/version2/GlobalNotification/props/defaultProps.js.html +0 -103
- package/coverage/version2/GlobalNotification/props/index.html +0 -131
- package/coverage/version2/GlobalNotification/props/propTypes.js.html +0 -214
- package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/AlertIcons.js.html +0 -253
- package/coverage/version2/alertIcons/AlertIcons.module.css.html +0 -286
- package/coverage/version2/alertIcons/DangerAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +0 -169
- package/coverage/version2/alertIcons/InfoAlertIcon.js.html +0 -172
- package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/WarningAlertIcon.js.html +0 -163
- package/coverage/version2/alertIcons/index.html +0 -236
- package/coverage/version2/alertIcons/props/defaultProps.js.html +0 -187
- package/coverage/version2/alertIcons/props/index.html +0 -131
- package/coverage/version2/alertIcons/props/propTypes.js.html +0 -211
- package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +0 -316
- package/coverage/version2/errorstate/Inconvenience/index.html +0 -116
- package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/Inconvenience/props/index.html +0 -131
- package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +0 -319
- package/coverage/version2/errorstate/OopsSomethingMiss/index.html +0 -116
- package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +0 -131
- package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +0 -316
- package/coverage/version2/errorstate/UnableToProcessRequest/index.html +0 -116
- package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +0 -131
- package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -319
- package/coverage/version2/errorstate/UnauthorizedLogin/index.html +0 -116
- package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -112
- package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +0 -131
- package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -139
- package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +0 -316
- package/coverage/version2/errorstate/UrlNotFound/index.html +0 -116
- package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/UrlNotFound/props/index.html +0 -131
- package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +0 -223
- package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +0 -316
- package/coverage/version2/errorstate/WillBeRightBack/index.html +0 -116
- package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/WillBeRightBack/props/index.html +0 -131
- package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/index.html +0 -116
- package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +0 -316
- package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +0 -277
- package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +0 -130
- package/coverage/version2/lookup/AlertHeader/css/index.html +0 -131
- package/coverage/version2/lookup/AlertHeader/index.html +0 -116
- package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +0 -106
- package/coverage/version2/lookup/AlertHeader/props/index.html +0 -131
- package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +0 -166
- package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +0 -778
- package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +0 -202
- package/coverage/version2/lookup/AlertLookup/index.html +0 -131
- package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +0 -124
- package/coverage/version2/lookup/AlertLookup/props/index.html +0 -131
- package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +0 -214
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +0 -703
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +0 -424
- package/coverage/version2/notification/DesktopNotification/index.html +0 -131
- package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +0 -139
- package/coverage/version2/notification/DesktopNotification/props/index.html +0 -131
- package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +0 -217
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +0 -361
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +0 -370
- package/coverage/version2/notification/DesktopNotificationHeader/index.html +0 -131
- package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +0 -109
- package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +0 -131
- package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +0 -124
|
@@ -17,6 +17,7 @@ var propTypes = {
|
|
|
17
17
|
onFocus: _propTypes["default"].func,
|
|
18
18
|
onKeyPress: _propTypes["default"].func,
|
|
19
19
|
placeHolder: _propTypes["default"].string,
|
|
20
|
-
value: _propTypes["default"].string
|
|
20
|
+
value: _propTypes["default"].string,
|
|
21
|
+
dataId: _propTypes["default"].string
|
|
21
22
|
};
|
|
22
23
|
exports.propTypes = propTypes;
|
|
@@ -77,7 +77,8 @@ function ActionButton(props) {
|
|
|
77
77
|
onMouseEnter: !onClick ? onHover && handleTogglePopup : undefined,
|
|
78
78
|
onMouseLeave: !onClick ? onHover && handleTogglePopup : undefined,
|
|
79
79
|
eleRef: getTargetRef,
|
|
80
|
-
dataSelectorId: dataSelectorId
|
|
80
|
+
dataSelectorId: dataSelectorId,
|
|
81
|
+
dataId: "".concat(dataId, "_actionButton")
|
|
81
82
|
}, isLoading ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
82
83
|
flexible: true
|
|
83
84
|
}, /*#__PURE__*/_react["default"].createElement(_Button["default"], {
|
|
@@ -143,7 +144,8 @@ function ActionButton(props) {
|
|
|
143
144
|
getRef: getContainerRef,
|
|
144
145
|
popupGroup: popupGroup,
|
|
145
146
|
needFocusScope: true,
|
|
146
|
-
onClose: handleTogglePopup
|
|
147
|
+
onClose: handleTogglePopup,
|
|
148
|
+
dataId: "".concat(dataId, "_dropbox")
|
|
147
149
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
148
150
|
flexible: true,
|
|
149
151
|
shrink: true,
|
|
@@ -88,7 +88,8 @@ var Attachment = function Attachment(props) {
|
|
|
88
88
|
href: downloadLink,
|
|
89
89
|
className: _AttachmentModule["default"].attachDownload,
|
|
90
90
|
title: downloadTitle,
|
|
91
|
-
hasReload: true
|
|
91
|
+
hasReload: true,
|
|
92
|
+
dataId: "".concat(dataId, "_download")
|
|
92
93
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
93
94
|
name: "ZD-downloadNew",
|
|
94
95
|
iconClass: _AttachmentModule["default"].downIcon
|
|
@@ -298,7 +298,9 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
|
|
|
298
298
|
dataList = _this$state2.dataList,
|
|
299
299
|
selectedIndex = _this$state2.selectedIndex,
|
|
300
300
|
isZoomed = _this$state2.isZoomed;
|
|
301
|
-
var
|
|
301
|
+
var _this$props = this.props,
|
|
302
|
+
maintainZoom = _this$props.maintainZoom,
|
|
303
|
+
dataId = _this$props.dataId;
|
|
302
304
|
|
|
303
305
|
var getImgStyle = function getImgStyle(i) {
|
|
304
306
|
var position;
|
|
@@ -342,7 +344,9 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
|
|
|
342
344
|
}, (0, _Attachment.isAudioFile)(data.name) ? selectedIndex == i ? /*#__PURE__*/_react["default"].createElement("video", {
|
|
343
345
|
autoPlay: true,
|
|
344
346
|
controls: true,
|
|
345
|
-
className: _AttachmentViewerModule["default"].zoomIn
|
|
347
|
+
className: _AttachmentViewerModule["default"].zoomIn,
|
|
348
|
+
"data-id": "".concat(dataId, "_videoPreview"),
|
|
349
|
+
"data-test-id": "".concat(dataId, "_videoPreview")
|
|
346
350
|
}, /*#__PURE__*/_react["default"].createElement("source", {
|
|
347
351
|
src: data.viewUrl,
|
|
348
352
|
type: "audio/".concat((0, _Attachment.getExtensionFromFileName)(data.name))
|
|
@@ -370,11 +374,12 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
|
|
|
370
374
|
selectedIndex = _this$state3.selectedIndex,
|
|
371
375
|
data = _this$state3.data,
|
|
372
376
|
isZoomed = _this$state3.isZoomed;
|
|
373
|
-
var _this$
|
|
374
|
-
responsiveId = _this$
|
|
375
|
-
needDownload = _this$
|
|
376
|
-
i18nKeys = _this$
|
|
377
|
-
isActive = _this$
|
|
377
|
+
var _this$props2 = this.props,
|
|
378
|
+
responsiveId = _this$props2.responsiveId,
|
|
379
|
+
needDownload = _this$props2.needDownload,
|
|
380
|
+
i18nKeys = _this$props2.i18nKeys,
|
|
381
|
+
isActive = _this$props2.isActive,
|
|
382
|
+
dataId = _this$props2.dataId;
|
|
378
383
|
var totalLen = data.length;
|
|
379
384
|
var selectedAttachment = data[selectedIndex] || {};
|
|
380
385
|
var selectedImgUrl = selectedAttachment.viewUrl;
|
|
@@ -479,7 +484,8 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
|
|
|
479
484
|
target: "_parent",
|
|
480
485
|
hasReload: true,
|
|
481
486
|
download: true,
|
|
482
|
-
title: i18nKeys.downloadText
|
|
487
|
+
title: i18nKeys.downloadText,
|
|
488
|
+
dataId: "".concat(dataId, "_downloadAttach")
|
|
483
489
|
}, /*#__PURE__*/_react["default"].createElement(_IconButton["default"], {
|
|
484
490
|
iconName: "ZD-GN-download",
|
|
485
491
|
className: _AttachmentViewerModule["default"].menuIcon,
|
|
@@ -546,13 +552,15 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
|
|
|
546
552
|
dataId: "rightAttachNav",
|
|
547
553
|
isBold: true
|
|
548
554
|
}))))), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
549
|
-
className: "".concat(_AttachmentViewerModule["default"].footer, " ").concat(isPViewListOpen && totalLen !== 1 ? _AttachmentViewerModule["default"].footerHeight : _AttachmentViewerModule["default"].footerHide, " ")
|
|
555
|
+
className: "".concat(_AttachmentViewerModule["default"].footer, " ").concat(isPViewListOpen && totalLen !== 1 ? _AttachmentViewerModule["default"].footerHeight : _AttachmentViewerModule["default"].footerHide, " "),
|
|
556
|
+
dataId: "".concat(dataId, "_attachPreviewFooter")
|
|
550
557
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
551
558
|
align: "vertical",
|
|
552
559
|
alignBox: "row",
|
|
553
560
|
className: _AttachmentViewerModule["default"].footerHeight
|
|
554
561
|
}, author && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
555
|
-
className: _AttachmentViewerModule["default"].author
|
|
562
|
+
className: _AttachmentViewerModule["default"].author,
|
|
563
|
+
dataId: "".concat(dataId, "_authorName")
|
|
556
564
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
557
565
|
alignBox: "row",
|
|
558
566
|
align: "both"
|
|
@@ -38,6 +38,7 @@ var AttachmentViewer_propTypes = {
|
|
|
38
38
|
previewObj: _propTypes["default"].object,
|
|
39
39
|
responsiveId: _propTypes["default"].string,
|
|
40
40
|
maintainZoom: _propTypes["default"].bool,
|
|
41
|
-
isActive: _propTypes["default"].bool
|
|
41
|
+
isActive: _propTypes["default"].bool,
|
|
42
|
+
dataId: _propTypes["default"].string
|
|
42
43
|
};
|
|
43
44
|
exports.AttachmentViewer_propTypes = AttachmentViewer_propTypes;
|
|
@@ -53,10 +53,12 @@ function MessageBanner(props) {
|
|
|
53
53
|
href: href,
|
|
54
54
|
onClick: onClick,
|
|
55
55
|
className: _MessageBannerModule["default"].link,
|
|
56
|
-
target: "_blank"
|
|
56
|
+
target: "_blank",
|
|
57
|
+
dataId: "".concat(dataId, "_link")
|
|
57
58
|
}, urlText)))), onClose ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
58
59
|
className: _MessageBannerModule["default"].close,
|
|
59
|
-
onClick: onClose
|
|
60
|
+
onClick: onClose,
|
|
61
|
+
dataId: "".concat(dataId, "_close")
|
|
60
62
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
61
63
|
align: "both"
|
|
62
64
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
@@ -73,7 +73,8 @@ function AlertHeader(props) {
|
|
|
73
73
|
isCover: false,
|
|
74
74
|
wrap: "wrap",
|
|
75
75
|
"data-drag-hook": "true",
|
|
76
|
-
eleRef: dragRef
|
|
76
|
+
eleRef: dragRef,
|
|
77
|
+
dataId: "".concat(dataId, "_alertHeader")
|
|
77
78
|
}, needIcon && /*#__PURE__*/_react["default"].createElement("div", {
|
|
78
79
|
className: finalStyle.iconContainer
|
|
79
80
|
}, renderAlertIcon ? renderAlertIcon() : /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
|
|
@@ -29,14 +29,17 @@ function AvatarClose(props) {
|
|
|
29
29
|
isClose = props.isClose,
|
|
30
30
|
onClick = props.onClick,
|
|
31
31
|
customProps = props.customProps,
|
|
32
|
-
dataSelectorId = props.dataSelectorId
|
|
32
|
+
dataSelectorId = props.dataSelectorId,
|
|
33
|
+
dataId = props.dataId;
|
|
33
34
|
var _customProps$AvatarCl = customProps.AvatarCloseProps,
|
|
34
35
|
AvatarCloseProps = _customProps$AvatarCl === void 0 ? {} : _customProps$AvatarCl,
|
|
35
36
|
_customProps$AvatarPr = customProps.AvatarProps,
|
|
36
37
|
AvatarProps = _customProps$AvatarPr === void 0 ? {} : _customProps$AvatarPr;
|
|
37
38
|
return /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
38
39
|
className: _AvatarCloseModule["default"].container,
|
|
39
|
-
"data-selector-id": dataSelectorId
|
|
40
|
+
"data-selector-id": dataSelectorId,
|
|
41
|
+
"data-id": dataId,
|
|
42
|
+
"data-test-id": dataId
|
|
40
43
|
}, AvatarCloseProps), /*#__PURE__*/_react["default"].createElement(_Avatar["default"], _extends({
|
|
41
44
|
src: src,
|
|
42
45
|
name: name,
|
|
@@ -44,7 +47,9 @@ function AvatarClose(props) {
|
|
|
44
47
|
size: size
|
|
45
48
|
}, AvatarProps)), isClose && /*#__PURE__*/_react["default"].createElement("span", {
|
|
46
49
|
className: _AvatarCloseModule["default"].pop,
|
|
47
|
-
onClick: onClick
|
|
50
|
+
onClick: onClick,
|
|
51
|
+
"data-id": "".concat(dataId, "_close"),
|
|
52
|
+
"data-test-id": "".concat(dataId, "_close")
|
|
48
53
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
49
54
|
className: _AvatarCloseModule["default"].icon
|
|
50
55
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
@@ -20,6 +20,7 @@ var propTypes = {
|
|
|
20
20
|
AvatarCloseProps: _propTypes["default"].object,
|
|
21
21
|
AvatarProps: _propTypes["default"].object
|
|
22
22
|
}),
|
|
23
|
-
dataSelectorId: _propTypes["default"].string
|
|
23
|
+
dataSelectorId: _propTypes["default"].string,
|
|
24
|
+
dataId: _propTypes["default"].string
|
|
24
25
|
};
|
|
25
26
|
exports.propTypes = propTypes;
|
|
@@ -705,7 +705,8 @@ var ToggleDropDown = /*#__PURE__*/function (_Component) {
|
|
|
705
705
|
searchValue: searchValue,
|
|
706
706
|
isFetchingOptions: isFetchingOptions
|
|
707
707
|
}
|
|
708
|
-
}
|
|
708
|
+
},
|
|
709
|
+
dataId: "".concat(dataId, "_dropbox")
|
|
709
710
|
}, DropBoxProps, {
|
|
710
711
|
onClose: _this5.handleTogglePopup
|
|
711
712
|
}), /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isSearch ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
@@ -724,6 +725,7 @@ var ToggleDropDown = /*#__PURE__*/function (_Component) {
|
|
|
724
725
|
} //search
|
|
725
726
|
// onKeyDown={this.handleKeyDown}
|
|
726
727
|
,
|
|
728
|
+
dataId: "".concat(dataId, "_search"),
|
|
727
729
|
a11y: {
|
|
728
730
|
role: 'combobox',
|
|
729
731
|
ariaOwns: ariaTitleId,
|
|
@@ -251,6 +251,7 @@ function StatusDropdown(props) {
|
|
|
251
251
|
isResponsivePadding: true,
|
|
252
252
|
needFocusScope: true,
|
|
253
253
|
onClose: handleTogglePopup,
|
|
254
|
+
dataId: "".concat(dataId, "_dropbox"),
|
|
254
255
|
customProps: {
|
|
255
256
|
focusScopeProps: {
|
|
256
257
|
searchValue: searchString,
|
|
@@ -277,7 +278,8 @@ function StatusDropdown(props) {
|
|
|
277
278
|
role: 'combobox',
|
|
278
279
|
ariaActivedescendant: isPopupReady ? value : '',
|
|
279
280
|
ariaOwns: ariaTitleId
|
|
280
|
-
}
|
|
281
|
+
},
|
|
282
|
+
dataId: "".concat(dataId, "_search")
|
|
281
283
|
})) : null, title && optionsList.length != 0 && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
282
284
|
className: _StatusDropdownModule["default"].title
|
|
283
285
|
}, /*#__PURE__*/_react["default"].createElement(_DropDownHeading["default"], {
|
|
@@ -117,7 +117,8 @@ var DropDown = /*#__PURE__*/function (_SelectComponent) {
|
|
|
117
117
|
searchBoxSize = _this$props.searchBoxSize,
|
|
118
118
|
searchBoxVariant = _this$props.searchBoxVariant,
|
|
119
119
|
searchBoxPlaceHolder = _this$props.searchBoxPlaceHolder,
|
|
120
|
-
maxLength = _this$props.maxLength
|
|
120
|
+
maxLength = _this$props.maxLength,
|
|
121
|
+
dataId = _this$props.dataId;
|
|
121
122
|
var _this$state = this.state,
|
|
122
123
|
hoverIndex = _this$state.hoverIndex,
|
|
123
124
|
selected = _this$state.selected,
|
|
@@ -126,7 +127,9 @@ var DropDown = /*#__PURE__*/function (_SelectComponent) {
|
|
|
126
127
|
selectedId = _this$state.selectedId;
|
|
127
128
|
var suggestions = this.handleFilterSuggestions();
|
|
128
129
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
129
|
-
className: _ViewDropDownModule["default"].container
|
|
130
|
+
className: _ViewDropDownModule["default"].container,
|
|
131
|
+
"data-id": dataId,
|
|
132
|
+
"data-test-id": dataId
|
|
130
133
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
131
134
|
onClick: this.togglePopup,
|
|
132
135
|
ref: getTargetRef
|
|
@@ -154,7 +157,8 @@ var DropDown = /*#__PURE__*/function (_SelectComponent) {
|
|
|
154
157
|
animationStyle: animationStyle,
|
|
155
158
|
size: "large",
|
|
156
159
|
alignBox: "row",
|
|
157
|
-
isResponsivePadding: true
|
|
160
|
+
isResponsivePadding: true,
|
|
161
|
+
dataId: "".concat(dataId, "_dropbox")
|
|
158
162
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
159
163
|
flexible: true
|
|
160
164
|
}, /*#__PURE__*/_react["default"].createElement(_Card.Card, null, needSearch ? /*#__PURE__*/_react["default"].createElement(_Card.CardHeader, null, /*#__PURE__*/_react["default"].createElement(_DropDownSearch["default"], {
|
|
@@ -165,13 +169,15 @@ var DropDown = /*#__PURE__*/function (_SelectComponent) {
|
|
|
165
169
|
size: searchBoxSize,
|
|
166
170
|
variant: searchBoxVariant,
|
|
167
171
|
placeHolder: searchBoxPlaceHolder,
|
|
168
|
-
maxLength: maxLength
|
|
172
|
+
maxLength: maxLength,
|
|
173
|
+
dataId: "".concat(dataId, "_search")
|
|
169
174
|
})) : null, /*#__PURE__*/_react["default"].createElement(_Card.CardContent, {
|
|
170
175
|
shrink: true,
|
|
171
176
|
eleRef: _this2.suggestionContainerRef,
|
|
172
177
|
customClass: !tabletMode && dropBoxSize ? _ViewDropDownModule["default"][dropBoxSize] : ''
|
|
173
178
|
}, suggestions.length ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
174
|
-
className: _ViewDropDownModule["default"].listItemContainer
|
|
179
|
+
className: _ViewDropDownModule["default"].listItemContainer,
|
|
180
|
+
"data-id": "".concat(dataId, "_Options")
|
|
175
181
|
}, suggestions.map(function () {
|
|
176
182
|
var option = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
177
183
|
var index = arguments.length > 1 ? arguments[1] : undefined;
|
|
@@ -15,6 +15,7 @@ var propTypes = {
|
|
|
15
15
|
searchBoxPlaceHolder: _propTypes["default"].string,
|
|
16
16
|
searchEmptyMessage: _propTypes["default"].string,
|
|
17
17
|
dropBoxSize: _propTypes["default"].oneOf(['small', 'medium', 'large']),
|
|
18
|
+
dataId: _propTypes["default"].string,
|
|
18
19
|
|
|
19
20
|
/**** Popup props ****/
|
|
20
21
|
isPopupOpen: _propTypes["default"].bool,
|
|
@@ -45,7 +45,8 @@ function Search(props) {
|
|
|
45
45
|
onKeyPress = props.onKeyPress,
|
|
46
46
|
onFocus = props.onFocus,
|
|
47
47
|
onBlur = props.onBlur,
|
|
48
|
-
customClass = props.customClass
|
|
48
|
+
customClass = props.customClass,
|
|
49
|
+
dataId = props.dataId;
|
|
49
50
|
|
|
50
51
|
var _useState = (0, _react.useState)(false),
|
|
51
52
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -70,7 +71,9 @@ function Search(props) {
|
|
|
70
71
|
};
|
|
71
72
|
|
|
72
73
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
73
|
-
className: "".concat(_SearchModule["default"].container, " ").concat(isFocus ? _SearchModule["default"].active : '', " ").concat(customClass)
|
|
74
|
+
className: "".concat(_SearchModule["default"].container, " ").concat(isFocus ? _SearchModule["default"].active : '', " ").concat(customClass),
|
|
75
|
+
"data-id": "".concat(dataId, "_search"),
|
|
76
|
+
"data-test-id": "".concat(dataId, "_search")
|
|
74
77
|
}, /*#__PURE__*/_react["default"].createElement(_TextBox["default"], {
|
|
75
78
|
placeHolder: placeHolder,
|
|
76
79
|
customClass: _SearchModule["default"].input,
|
|
@@ -83,7 +86,9 @@ function Search(props) {
|
|
|
83
86
|
onBlur: handleBlur
|
|
84
87
|
}), value != '' && value ? /*#__PURE__*/_react["default"].createElement("span", {
|
|
85
88
|
className: _SearchModule["default"].icon,
|
|
86
|
-
onClick: handleBlur
|
|
89
|
+
onClick: handleBlur,
|
|
90
|
+
"data-id": "".concat(dataId, "_clear"),
|
|
91
|
+
"data-test-id": "".concat(dataId, "_clear")
|
|
87
92
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
88
93
|
name: "ZD-close",
|
|
89
94
|
size: "19"
|
|
@@ -17,6 +17,7 @@ var propTypes = {
|
|
|
17
17
|
onFocus: _propTypes["default"].func,
|
|
18
18
|
onKeyPress: _propTypes["default"].func,
|
|
19
19
|
placeHolder: _propTypes["default"].string,
|
|
20
|
-
value: _propTypes["default"].string
|
|
20
|
+
value: _propTypes["default"].string,
|
|
21
|
+
dataId: _propTypes["default"].string
|
|
21
22
|
};
|
|
22
23
|
exports.propTypes = propTypes;
|
|
@@ -108,7 +108,8 @@ var Inconvenience = /*#__PURE__*/function (_React$Component) {
|
|
|
108
108
|
customClass: {
|
|
109
109
|
customButton: _V2_ErrorStatesModule["default"].errorBtn
|
|
110
110
|
},
|
|
111
|
-
onClick: onButtonClick
|
|
111
|
+
onClick: onButtonClick,
|
|
112
|
+
dataId: "".concat(dataId, "_button")
|
|
112
113
|
}) : null));
|
|
113
114
|
}
|
|
114
115
|
}]);
|
|
@@ -108,7 +108,8 @@ var UnableToProcessRequest = /*#__PURE__*/function (_React$Component) {
|
|
|
108
108
|
customClass: {
|
|
109
109
|
customButton: _V2_ErrorStatesModule["default"].errorBtn
|
|
110
110
|
},
|
|
111
|
-
onClick: onButtonClick
|
|
111
|
+
onClick: onButtonClick,
|
|
112
|
+
dataId: "".concat(dataId, "_button")
|
|
112
113
|
}) : null));
|
|
113
114
|
}
|
|
114
115
|
}]);
|
|
@@ -108,7 +108,8 @@ var UrlNotFound = /*#__PURE__*/function (_React$Component) {
|
|
|
108
108
|
customClass: {
|
|
109
109
|
customButton: _V2_ErrorStatesModule["default"].errorBtn
|
|
110
110
|
},
|
|
111
|
-
onClick: onButtonClick
|
|
111
|
+
onClick: onButtonClick,
|
|
112
|
+
dataId: "".concat(dataId, "_button")
|
|
112
113
|
}) : null));
|
|
113
114
|
}
|
|
114
115
|
}]);
|
|
@@ -108,7 +108,8 @@ var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
|
|
|
108
108
|
customClass: {
|
|
109
109
|
customButton: _V2_ErrorStatesModule["default"].errorBtn
|
|
110
110
|
},
|
|
111
|
-
onClick: onButtonClick
|
|
111
|
+
onClick: onButtonClick,
|
|
112
|
+
dataId: "".concat(dataId, "_button")
|
|
112
113
|
}) : null));
|
|
113
114
|
}
|
|
114
115
|
}]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-temp-
|
|
3
|
+
"version": "1.0.0-temp-191",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"sstest": "react-cli sstest",
|
|
38
38
|
"common_package_build": "cd ../common && npm run build && cd ../dot",
|
|
39
39
|
"docs": "npm run css:review && review:props && react-cli docs",
|
|
40
|
-
"prepublishOnly": "node prePublish.js && npm run download && npm run
|
|
40
|
+
"prepublishOnly": "node prePublish.js && npm run download && npm run css:review && npm run review:props",
|
|
41
41
|
"postpublish": "node postPublish.js",
|
|
42
42
|
"download": "react-cli clean ./node_modules ./package-lock.json && npm install",
|
|
43
43
|
"expublish": "npm publish --tag experimental-version",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@zohodesk-private/node-plugins": "1.1.8",
|
|
63
63
|
"@zohodesk-private/react-prop-validator": "1.2.3",
|
|
64
64
|
"@zohodesk/a11y": "2.2.3",
|
|
65
|
-
"@zohodesk/components": "1.0.0-temp-
|
|
65
|
+
"@zohodesk/components": "1.0.0-temp-203",
|
|
66
66
|
"@zohodesk/hooks": "2.0.4",
|
|
67
|
-
"@zohodesk/icons": "1.0.
|
|
67
|
+
"@zohodesk/icons": "1.0.50",
|
|
68
68
|
"@zohodesk/svg": "1.1.14",
|
|
69
69
|
"@zohodesk/utils": "1.3.13",
|
|
70
70
|
"@zohodesk/variables": "1.0.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"velocity-react": "1.4.3",
|
|
77
77
|
"@zohodesk/variables": "1.0.0",
|
|
78
|
-
"@zohodesk/components": "1.0.0-temp-
|
|
79
|
-
"@zohodesk/icons": "1.0.
|
|
78
|
+
"@zohodesk/components": "1.0.0-temp-203",
|
|
79
|
+
"@zohodesk/icons": "1.0.50",
|
|
80
80
|
"@zohodesk/svg": "1.1.14",
|
|
81
81
|
"@zohodesk/virtualizer": "1.0.3",
|
|
82
82
|
"react-sortable-hoc": "^0.8.3",
|