@zohodesk/dot 1.4.16 → 1.4.17
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 +5 -0
- package/coverage/ActionButton/ActionButton.js.html +628 -0
- package/coverage/ActionButton/ActionButton.module.css.html +559 -0
- package/coverage/ActionButton/index.html +131 -0
- package/coverage/ActionButton/props/defaultProps.js.html +136 -0
- package/coverage/ActionButton/props/index.html +131 -0
- package/coverage/ActionButton/props/propTypes.js.html +187 -0
- package/coverage/AlphabeticList/AlphabeticList.js.html +424 -0
- package/coverage/AlphabeticList/AlphabeticList.module.css.html +247 -0
- package/coverage/AlphabeticList/index.html +131 -0
- package/coverage/AlphabeticList/props/defaultProps.js.html +124 -0
- package/coverage/AlphabeticList/props/index.html +131 -0
- package/coverage/AlphabeticList/props/propTypes.js.html +250 -0
- package/coverage/Attachment/Attachment.js.html +388 -0
- package/coverage/Attachment/Attachment.module.css.html +583 -0
- package/coverage/Attachment/index.html +131 -0
- package/coverage/Attachment/props/defaultProps.js.html +109 -0
- package/coverage/Attachment/props/index.html +131 -0
- package/coverage/Attachment/props/propTypes.js.html +142 -0
- package/coverage/AttachmentViewer/Attachment.js.html +193 -0
- package/coverage/AttachmentViewer/AttachmentImage.js.html +268 -0
- package/coverage/AttachmentViewer/AttachmentViewer.js.html +1579 -0
- package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +955 -0
- package/coverage/AttachmentViewer/index.html +161 -0
- package/coverage/AttachmentViewer/props/defaultProps.js.html +121 -0
- package/coverage/AttachmentViewer/props/index.html +131 -0
- package/coverage/AttachmentViewer/props/propTypes.js.html +187 -0
- package/coverage/ChannelIcon/ChannelIcon.js.html +448 -0
- package/coverage/ChannelIcon/ChannelIcon.module.css.html +727 -0
- package/coverage/ChannelIcon/index.html +131 -0
- package/coverage/ChannelIcon/props/defaultProps.js.html +106 -0
- package/coverage/ChannelIcon/props/index.html +131 -0
- package/coverage/ChannelIcon/props/propTypes.js.html +163 -0
- package/coverage/Drawer/Drawer.js.html +1042 -0
- package/coverage/Drawer/Drawer.module.css.html +466 -0
- package/coverage/Drawer/index.html +131 -0
- package/coverage/Drawer/props/defaultProps.js.html +160 -0
- package/coverage/Drawer/props/index.html +131 -0
- package/coverage/Drawer/props/propTypes.js.html +283 -0
- package/coverage/ExternalLink/ExternalLink.js.html +229 -0
- package/coverage/ExternalLink/ExternalLink.module.css.html +94 -0
- package/coverage/ExternalLink/index.html +131 -0
- package/coverage/ExternalLink/props/defaultProps.js.html +100 -0
- package/coverage/ExternalLink/props/index.html +131 -0
- package/coverage/ExternalLink/props/propTypes.js.html +124 -0
- package/coverage/FlipCard/FlipCard.js.html +523 -0
- package/coverage/FlipCard/FlipCard.module.css.html +190 -0
- package/coverage/FlipCard/index.html +131 -0
- package/coverage/FlipCard/props/defaultProps.js.html +100 -0
- package/coverage/FlipCard/props/index.html +131 -0
- package/coverage/FlipCard/props/propTypes.js.html +199 -0
- package/coverage/FormAction/FormAction.js.html +391 -0
- package/coverage/FormAction/FormAction.module.css.html +292 -0
- package/coverage/FormAction/index.html +131 -0
- package/coverage/FormAction/props/defaultProps.js.html +100 -0
- package/coverage/FormAction/props/index.html +131 -0
- package/coverage/FormAction/props/propTypes.js.html +112 -0
- package/coverage/FreezeLayer/FreezeLayer.js.html +346 -0
- package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +199 -0
- package/coverage/FreezeLayer/css/cssJSLogic.js.html +139 -0
- package/coverage/FreezeLayer/css/index.html +131 -0
- package/coverage/FreezeLayer/index.html +116 -0
- package/coverage/FreezeLayer/props/defaultProps.js.html +112 -0
- package/coverage/FreezeLayer/props/index.html +131 -0
- package/coverage/FreezeLayer/props/propTypes.js.html +151 -0
- package/coverage/Hooks/Dragger/css/Dragger.module.css.html +91 -0
- package/coverage/Hooks/Dragger/css/index.html +116 -0
- package/coverage/Hooks/Dragger/index.html +116 -0
- package/coverage/Hooks/Dragger/props/defaultProps.js.html +100 -0
- package/coverage/Hooks/Dragger/props/index.html +131 -0
- package/coverage/Hooks/Dragger/props/propTypes.js.html +124 -0
- package/coverage/Hooks/Dragger/useDragger.js.html +439 -0
- package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +133 -0
- package/coverage/Hooks/Dragger/utils/index.html +116 -0
- package/coverage/Hooks/index.html +116 -0
- package/coverage/Hooks/useFreezeLayer.js.html +247 -0
- package/coverage/IconButton/IconButton.js.html +466 -0
- package/coverage/IconButton/IconButton.module.css.html +151 -0
- package/coverage/IconButton/index.html +131 -0
- package/coverage/IconButton/props/defaultProps.js.html +136 -0
- package/coverage/IconButton/props/index.html +131 -0
- package/coverage/IconButton/props/propTypes.js.html +187 -0
- package/coverage/Image/Image.js.html +184 -0
- package/coverage/Image/Image.module.css.html +118 -0
- package/coverage/Image/index.html +131 -0
- package/coverage/Image/props/defaultProps.js.html +97 -0
- package/coverage/Image/props/index.html +131 -0
- package/coverage/Image/props/propTypes.js.html +127 -0
- package/coverage/ImportantNotes/ImportantNotes.js.html +223 -0
- package/coverage/ImportantNotes/ImportantNotes.module.css.html +133 -0
- package/coverage/ImportantNotes/index.html +131 -0
- package/coverage/ImportantNotes/props/defaultProps.js.html +103 -0
- package/coverage/ImportantNotes/props/index.html +131 -0
- package/coverage/ImportantNotes/props/propTypes.js.html +118 -0
- package/coverage/Link/Link.js.html +388 -0
- package/coverage/Link/Link.module.css.html +94 -0
- package/coverage/Link/LinkContext.js.html +112 -0
- package/coverage/Link/index.html +146 -0
- package/coverage/Link/props/defaultProps.js.html +100 -0
- package/coverage/Link/props/index.html +131 -0
- package/coverage/Link/props/propTypes.js.html +142 -0
- package/coverage/Loader/Loader.js.html +136 -0
- package/coverage/Loader/Loader.module.css.html +163 -0
- package/coverage/Loader/index.html +131 -0
- package/coverage/Message/Message.js.html +361 -0
- package/coverage/Message/Message.module.css.html +292 -0
- package/coverage/Message/index.html +131 -0
- package/coverage/Message/props/defaultProps.js.html +97 -0
- package/coverage/Message/props/index.html +131 -0
- package/coverage/Message/props/propTypes.js.html +157 -0
- package/coverage/MessageBanner/MessageBanner.js.html +244 -0
- package/coverage/MessageBanner/MessageBanner.module.css.html +199 -0
- package/coverage/MessageBanner/index.html +131 -0
- package/coverage/MessageBanner/props/defaultProps.js.html +106 -0
- package/coverage/MessageBanner/props/index.html +131 -0
- package/coverage/MessageBanner/props/propTypes.js.html +127 -0
- package/coverage/NewStar/NewStar.js.html +259 -0
- package/coverage/NewStar/NewStar.module.css.html +490 -0
- package/coverage/NewStar/index.html +131 -0
- package/coverage/NewStar/props/defaultProps.js.html +97 -0
- package/coverage/NewStar/props/index.html +131 -0
- package/coverage/NewStar/props/propTypes.js.html +121 -0
- package/coverage/PlusIcon/PlusIcon.js.html +190 -0
- package/coverage/PlusIcon/PlusIcon.module.css.html +139 -0
- package/coverage/PlusIcon/index.html +131 -0
- package/coverage/PlusIcon/props/defaultProps.js.html +109 -0
- package/coverage/PlusIcon/props/index.html +131 -0
- package/coverage/PlusIcon/props/propTypes.js.html +121 -0
- package/coverage/Provider/Config.js.html +136 -0
- package/coverage/Provider/index.html +116 -0
- package/coverage/Separator/Separator.js.html +286 -0
- package/coverage/Separator/Separator.module.css.html +187 -0
- package/coverage/Separator/index.html +131 -0
- package/coverage/Separator/props/defaultProps.js.html +121 -0
- package/coverage/Separator/props/index.html +131 -0
- package/coverage/Separator/props/propTypes.js.html +121 -0
- package/coverage/TagWithIcon/TagWithIcon.js.html +247 -0
- package/coverage/TagWithIcon/TagWithIcon.module.css.html +262 -0
- package/coverage/TagWithIcon/index.html +131 -0
- package/coverage/TagWithIcon/props/defaultProps.js.html +106 -0
- package/coverage/TagWithIcon/props/index.html +131 -0
- package/coverage/TagWithIcon/props/propTypes.js.html +124 -0
- package/coverage/ToastMessage/ToastMessage.js.html +751 -0
- package/coverage/ToastMessage/ToastMessage.module.css.html +859 -0
- package/coverage/ToastMessage/index.html +131 -0
- package/coverage/ToastMessage/props/defaultProps.js.html +139 -0
- package/coverage/ToastMessage/props/index.html +131 -0
- package/coverage/ToastMessage/props/propTypes.js.html +229 -0
- package/coverage/Upload/Upload.js.html +310 -0
- package/coverage/Upload/Upload.module.css.html +403 -0
- package/coverage/Upload/index.html +131 -0
- package/coverage/Upload/props/defaultProps.js.html +106 -0
- package/coverage/Upload/props/index.html +131 -0
- package/coverage/Upload/props/propTypes.js.html +139 -0
- package/coverage/actions/AutoClose.js.html +181 -0
- package/coverage/actions/index.html +116 -0
- package/coverage/actions/props/defaultProps.js.html +94 -0
- package/coverage/actions/props/index.html +131 -0
- package/coverage/actions/props/propTypes.js.html +112 -0
- package/coverage/alert/AlertHeader/AlertHeader.js.html +337 -0
- package/coverage/alert/AlertHeader/AlertHeader.module.css.html +271 -0
- package/coverage/alert/AlertHeader/index.html +131 -0
- package/coverage/alert/AlertHeader/props/defaultProps.js.html +109 -0
- package/coverage/alert/AlertHeader/props/index.html +131 -0
- package/coverage/alert/AlertHeader/props/propTypes.js.html +148 -0
- package/coverage/alert/AlertLookup/AlertLookup.js.html +472 -0
- package/coverage/alert/AlertLookup/AlertLookup.module.css.html +151 -0
- package/coverage/alert/AlertLookup/index.html +131 -0
- package/coverage/alert/AlertLookup/props/defaultProps.js.html +127 -0
- package/coverage/alert/AlertLookup/props/index.html +131 -0
- package/coverage/alert/AlertLookup/props/propTypes.js.html +193 -0
- package/coverage/avatar/AvatarClose/AvatarClose.js.html +190 -0
- package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +178 -0
- package/coverage/avatar/AvatarClose/index.html +131 -0
- package/coverage/avatar/AvatarClose/props/defaultProps.js.html +106 -0
- package/coverage/avatar/AvatarClose/props/index.html +131 -0
- package/coverage/avatar/AvatarClose/props/propTypes.js.html +133 -0
- package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +241 -0
- package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +250 -0
- package/coverage/avatar/AvatarCollision/index.html +131 -0
- package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +109 -0
- package/coverage/avatar/AvatarCollision/props/index.html +131 -0
- package/coverage/avatar/AvatarCollision/props/propTypes.js.html +139 -0
- package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +256 -0
- package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +262 -0
- package/coverage/avatar/AvatarIcon/index.html +131 -0
- package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +127 -0
- package/coverage/avatar/AvatarIcon/props/index.html +131 -0
- package/coverage/avatar/AvatarIcon/props/propTypes.js.html +148 -0
- package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +301 -0
- package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +373 -0
- package/coverage/avatar/AvatarStatus/index.html +131 -0
- package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +121 -0
- package/coverage/avatar/AvatarStatus/props/index.html +131 -0
- package/coverage/avatar/AvatarStatus/props/propTypes.js.html +166 -0
- package/coverage/avatar/AvatarThread/AvatarThread.js.html +367 -0
- package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +439 -0
- package/coverage/avatar/AvatarThread/index.html +131 -0
- package/coverage/avatar/AvatarThread/props/defaultProps.js.html +112 -0
- package/coverage/avatar/AvatarThread/props/index.html +131 -0
- package/coverage/avatar/AvatarThread/props/propTypes.js.html +178 -0
- package/coverage/avatar/AvatarUser/AvatarUser.js.html +415 -0
- package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +385 -0
- package/coverage/avatar/AvatarUser/index.html +131 -0
- package/coverage/avatar/AvatarUser/props/defaultProps.js.html +109 -0
- package/coverage/avatar/AvatarUser/props/index.html +131 -0
- package/coverage/avatar/AvatarUser/props/propTypes.js.html +193 -0
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +448 -0
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +133 -0
- package/coverage/avatar/AvatarWithTeam/index.html +131 -0
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +112 -0
- package/coverage/avatar/AvatarWithTeam/props/index.html +131 -0
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +163 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +490 -0
- package/coverage/coverage-summary.json +491 -0
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +2719 -0
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +346 -0
- package/coverage/dropdown/ToggleDropDown/index.html +131 -0
- package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +172 -0
- package/coverage/dropdown/ToggleDropDown/props/index.html +131 -0
- package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +376 -0
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +334 -0
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +337 -0
- package/coverage/emptystate/CommonEmptyState/index.html +131 -0
- package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +115 -0
- package/coverage/emptystate/CommonEmptyState/props/index.html +131 -0
- package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +151 -0
- package/coverage/emptystate/EditionPage/EditionPage.css.html +196 -0
- package/coverage/emptystate/EditionPage/EditionPage.js.html +229 -0
- package/coverage/emptystate/EditionPage/index.html +131 -0
- package/coverage/emptystate/EditionPage/props/defaultProps.js.html +100 -0
- package/coverage/emptystate/EditionPage/props/index.html +131 -0
- package/coverage/emptystate/EditionPage/props/propTypes.js.html +121 -0
- package/coverage/errorstate/EmptyStates.module.css.html +337 -0
- package/coverage/errorstate/Inconvenience/Inconvenience.js.html +349 -0
- package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +97 -0
- package/coverage/errorstate/Inconvenience/index.html +131 -0
- package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/Inconvenience/props/index.html +131 -0
- package/coverage/errorstate/Inconvenience/props/propTypes.js.html +121 -0
- package/coverage/errorstate/LinkText/LinkText.js.html +166 -0
- package/coverage/errorstate/LinkText/LinkText.module.css.html +103 -0
- package/coverage/errorstate/LinkText/index.html +131 -0
- package/coverage/errorstate/LinkText/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/LinkText/props/index.html +131 -0
- package/coverage/errorstate/LinkText/props/propTypes.js.html +112 -0
- package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +349 -0
- package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +94 -0
- package/coverage/errorstate/NoRequestFound/index.html +131 -0
- package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/NoRequestFound/props/index.html +131 -0
- package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +121 -0
- package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +343 -0
- package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +187 -0
- package/coverage/errorstate/PermissionPlay/index.html +131 -0
- package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/PermissionPlay/props/index.html +131 -0
- package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +121 -0
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +349 -0
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +94 -0
- package/coverage/errorstate/RequestUrlNotFound/index.html +131 -0
- package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/RequestUrlNotFound/props/index.html +131 -0
- package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +121 -0
- package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +337 -0
- package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +94 -0
- package/coverage/errorstate/UnableToProcess/index.html +131 -0
- package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/UnableToProcess/props/index.html +131 -0
- package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +121 -0
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +337 -0
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +94 -0
- package/coverage/errorstate/UnauthorizedLogin/index.html +131 -0
- package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/UnauthorizedLogin/props/index.html +131 -0
- package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +121 -0
- package/coverage/errorstate/WillBack/WillBack.js.html +307 -0
- package/coverage/errorstate/WillBack/WillBack.module.css.html +193 -0
- package/coverage/errorstate/WillBack/index.html +131 -0
- package/coverage/errorstate/WillBack/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/WillBack/props/index.html +131 -0
- package/coverage/errorstate/WillBack/props/propTypes.js.html +103 -0
- package/coverage/errorstate/index.html +116 -0
- package/coverage/favicon.png +0 -0
- package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +574 -0
- package/coverage/form/fields/CheckBoxField/index.html +116 -0
- package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +124 -0
- package/coverage/form/fields/CheckBoxField/props/index.html +131 -0
- package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +175 -0
- package/coverage/form/fields/CurrencyField/CurrencyField.js.html +655 -0
- package/coverage/form/fields/CurrencyField/index.html +116 -0
- package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/CurrencyField/props/index.html +131 -0
- package/coverage/form/fields/CurrencyField/props/propTypes.js.html +208 -0
- package/coverage/form/fields/DateField/DateField.js.html +682 -0
- package/coverage/form/fields/DateField/index.html +116 -0
- package/coverage/form/fields/DateField/props/defaultProps.js.html +145 -0
- package/coverage/form/fields/DateField/props/index.html +131 -0
- package/coverage/form/fields/DateField/props/propTypes.js.html +208 -0
- package/coverage/form/fields/FieldContainer/FieldContainer.js.html +271 -0
- package/coverage/form/fields/FieldContainer/index.html +116 -0
- package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +109 -0
- package/coverage/form/fields/FieldContainer/props/index.html +131 -0
- package/coverage/form/fields/FieldContainer/props/propTypes.js.html +166 -0
- package/coverage/form/fields/Fields.module.css.html +589 -0
- package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +745 -0
- package/coverage/form/fields/MultiSelectField/index.html +116 -0
- package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/MultiSelectField/props/index.html +131 -0
- package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +241 -0
- package/coverage/form/fields/PhoneField/PhoneField.js.html +619 -0
- package/coverage/form/fields/PhoneField/index.html +116 -0
- package/coverage/form/fields/PhoneField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/PhoneField/props/index.html +131 -0
- package/coverage/form/fields/PhoneField/props/propTypes.js.html +229 -0
- package/coverage/form/fields/RadioField/RadioField.js.html +493 -0
- package/coverage/form/fields/RadioField/index.html +116 -0
- package/coverage/form/fields/RadioField/props/defaultProps.js.html +121 -0
- package/coverage/form/fields/RadioField/props/index.html +131 -0
- package/coverage/form/fields/RadioField/props/propTypes.js.html +196 -0
- package/coverage/form/fields/SelectField/SelectField.js.html +697 -0
- package/coverage/form/fields/SelectField/index.html +116 -0
- package/coverage/form/fields/SelectField/props/defaultProps.js.html +142 -0
- package/coverage/form/fields/SelectField/props/index.html +131 -0
- package/coverage/form/fields/SelectField/props/propTypes.js.html +241 -0
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +1042 -0
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +382 -0
- package/coverage/form/fields/TagsMultiSelect/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +127 -0
- package/coverage/form/fields/TagsMultiSelect/props/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +244 -0
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +844 -0
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +103 -0
- package/coverage/form/fields/TagsMultiSelectField/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +151 -0
- package/coverage/form/fields/TagsMultiSelectField/props/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +292 -0
- package/coverage/form/fields/TextBoxField/TextBoxField.js.html +634 -0
- package/coverage/form/fields/TextBoxField/index.html +116 -0
- package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/TextBoxField/props/index.html +131 -0
- package/coverage/form/fields/TextBoxField/props/propTypes.js.html +223 -0
- package/coverage/form/fields/TextEditor/TextEditor.js.html +1201 -0
- package/coverage/form/fields/TextEditor/TextEditor.module.css.html +2113 -0
- package/coverage/form/fields/TextEditor/index.html +131 -0
- package/coverage/form/fields/TextEditor/props/defaultProps.js.html +124 -0
- package/coverage/form/fields/TextEditor/props/index.html +131 -0
- package/coverage/form/fields/TextEditor/props/propTypes.js.html +247 -0
- package/coverage/form/fields/TextEditorField/TextEditorField.js.html +622 -0
- package/coverage/form/fields/TextEditorField/index.html +116 -0
- package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/TextEditorField/props/index.html +131 -0
- package/coverage/form/fields/TextEditorField/props/propTypes.js.html +268 -0
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +631 -0
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +163 -0
- package/coverage/form/fields/TextEditorWrapper/index.html +131 -0
- package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +112 -0
- package/coverage/form/fields/TextEditorWrapper/props/index.html +131 -0
- package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +226 -0
- package/coverage/form/fields/TextareaField/TextareaField.js.html +607 -0
- package/coverage/form/fields/TextareaField/index.html +116 -0
- package/coverage/form/fields/TextareaField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/TextareaField/props/index.html +131 -0
- package/coverage/form/fields/TextareaField/props/propTypes.js.html +196 -0
- package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +232 -0
- package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +151 -0
- package/coverage/form/fields/ValidationMessage/index.html +131 -0
- package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +106 -0
- package/coverage/form/fields/ValidationMessage/props/index.html +131 -0
- package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +136 -0
- package/coverage/form/fields/index.html +116 -0
- package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +115 -0
- package/coverage/form/fields/props/FieldCommonPropTypes.js.html +130 -0
- package/coverage/form/fields/props/index.html +131 -0
- package/coverage/form/layout/Field/Field.js.html +184 -0
- package/coverage/form/layout/Field/Field.module.css.html +151 -0
- package/coverage/form/layout/Field/index.html +131 -0
- package/coverage/form/layout/Field/props/defaultProps.js.html +97 -0
- package/coverage/form/layout/Field/props/index.html +131 -0
- package/coverage/form/layout/Field/props/propTypes.js.html +118 -0
- package/coverage/form/layout/Section/ModuleFormSection.module.css.html +94 -0
- package/coverage/form/layout/Section/Section.js.html +175 -0
- package/coverage/form/layout/Section/index.html +131 -0
- package/coverage/form/layout/Section/props/index.html +116 -0
- package/coverage/form/layout/Section/props/propTypes.js.html +121 -0
- package/coverage/index.html +3866 -0
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +679 -0
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +433 -0
- package/coverage/layout/SetupDetailLayout/index.html +131 -0
- package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +154 -0
- package/coverage/layout/SetupDetailLayout/props/index.html +131 -0
- package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +223 -0
- package/coverage/layout/SubtabLayout/SubtabLayout.js.html +577 -0
- package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +484 -0
- package/coverage/layout/SubtabLayout/index.html +131 -0
- package/coverage/layout/SubtabLayout/props/defaultProps.js.html +169 -0
- package/coverage/layout/SubtabLayout/props/index.html +131 -0
- package/coverage/layout/SubtabLayout/props/propTypes.js.html +217 -0
- package/coverage/list/AvatarFlip/AvatarFlip.js.html +325 -0
- package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +94 -0
- package/coverage/list/AvatarFlip/index.html +131 -0
- package/coverage/list/AvatarFlip/props/defaultProps.js.html +103 -0
- package/coverage/list/AvatarFlip/props/index.html +131 -0
- package/coverage/list/AvatarFlip/props/propTypes.js.html +175 -0
- package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +160 -0
- package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +127 -0
- package/coverage/list/BluePrintStatus/index.html +131 -0
- package/coverage/list/BluePrintStatus/props/index.html +116 -0
- package/coverage/list/BluePrintStatus/props/propTypes.js.html +100 -0
- package/coverage/list/Comment/Comment.js.html +199 -0
- package/coverage/list/Comment/Comment.module.css.html +157 -0
- package/coverage/list/Comment/index.html +131 -0
- package/coverage/list/Comment/props/defaultProps.js.html +97 -0
- package/coverage/list/Comment/props/index.html +131 -0
- package/coverage/list/Comment/props/propTypes.js.html +109 -0
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +358 -0
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +112 -0
- package/coverage/list/DepartmentDropDown/index.html +131 -0
- package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +106 -0
- package/coverage/list/DepartmentDropDown/props/index.html +131 -0
- package/coverage/list/DepartmentDropDown/props/propTypes.js.html +160 -0
- package/coverage/list/Dot/Dot.js.html +151 -0
- package/coverage/list/Dot/Dot.module.css.html +130 -0
- package/coverage/list/Dot/index.html +131 -0
- package/coverage/list/Dot/props/defaultProps.js.html +97 -0
- package/coverage/list/Dot/props/index.html +131 -0
- package/coverage/list/Dot/props/propTypes.js.html +103 -0
- package/coverage/list/DotNew/DotNew.js.html +154 -0
- package/coverage/list/DotNew/DotNew.module.css.html +157 -0
- package/coverage/list/DotNew/index.html +131 -0
- package/coverage/list/DotNew/props/defaultProps.js.html +94 -0
- package/coverage/list/DotNew/props/index.html +131 -0
- package/coverage/list/DotNew/props/propTypes.js.html +106 -0
- package/coverage/list/GridStencils/GridStencils.js.html +208 -0
- package/coverage/list/GridStencils/GridStencils.module.css.html +373 -0
- package/coverage/list/GridStencils/index.html +131 -0
- package/coverage/list/GridStencils/props/index.html +116 -0
- package/coverage/list/GridStencils/props/propTypes.js.html +112 -0
- package/coverage/list/Icons/AddNewIcon.js.html +154 -0
- package/coverage/list/Icons/CompleteIcon.js.html +151 -0
- package/coverage/list/Icons/DeleteIcon.js.html +157 -0
- package/coverage/list/Icons/EditIcon.js.html +157 -0
- package/coverage/list/Icons/FloatingIcons.js.html +166 -0
- package/coverage/list/Icons/Icons.module.css.html +133 -0
- package/coverage/list/Icons/ReadUnreadIcon.js.html +181 -0
- package/coverage/list/Icons/SmartIcon.js.html +160 -0
- package/coverage/list/Icons/index.html +221 -0
- package/coverage/list/Icons/props/defaultProps.js.html +106 -0
- package/coverage/list/Icons/props/index.html +131 -0
- package/coverage/list/Icons/props/propTypes.js.html +265 -0
- package/coverage/list/ListLayout/ListLayout.js.html +337 -0
- package/coverage/list/ListLayout/ListLayout.module.css.html +283 -0
- package/coverage/list/ListLayout/index.html +131 -0
- package/coverage/list/ListLayout/props/defaultProps.js.html +118 -0
- package/coverage/list/ListLayout/props/index.html +131 -0
- package/coverage/list/ListLayout/props/propTypes.js.html +175 -0
- package/coverage/list/ListStencils/ListStencils.js.html +223 -0
- package/coverage/list/ListStencils/ListStencils.module.css.html +271 -0
- package/coverage/list/ListStencils/index.html +131 -0
- package/coverage/list/ListStencils/props/defaultProps.js.html +94 -0
- package/coverage/list/ListStencils/props/index.html +131 -0
- package/coverage/list/ListStencils/props/propTypes.js.html +100 -0
- package/coverage/list/SecondaryText/AccountName.js.html +358 -0
- package/coverage/list/SecondaryText/ContactName.js.html +361 -0
- package/coverage/list/SecondaryText/DepartmentText.js.html +160 -0
- package/coverage/list/SecondaryText/Email.js.html +253 -0
- package/coverage/list/SecondaryText/HappinessRating.js.html +172 -0
- package/coverage/list/SecondaryText/PhoneNumber.js.html +262 -0
- package/coverage/list/SecondaryText/PriorityText.js.html +181 -0
- package/coverage/list/SecondaryText/SecondaryText.js.html +190 -0
- package/coverage/list/SecondaryText/SecondaryText.module.css.html +463 -0
- package/coverage/list/SecondaryText/StatusText.js.html +181 -0
- package/coverage/list/SecondaryText/TicketId.js.html +214 -0
- package/coverage/list/SecondaryText/Website.js.html +226 -0
- package/coverage/list/SecondaryText/index.html +296 -0
- package/coverage/list/SecondaryText/index.js.html +118 -0
- package/coverage/list/SecondaryText/props/defaultProps.js.html +241 -0
- package/coverage/list/SecondaryText/props/index.html +131 -0
- package/coverage/list/SecondaryText/props/propTypes.js.html +544 -0
- package/coverage/list/SecondryPanel/SecondryPanel.js.html +406 -0
- package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +100 -0
- package/coverage/list/SecondryPanel/index.html +131 -0
- package/coverage/list/SecondryPanel/props/defaultProps.js.html +148 -0
- package/coverage/list/SecondryPanel/props/index.html +131 -0
- package/coverage/list/SecondryPanel/props/propTypes.js.html +178 -0
- package/coverage/list/SentimentStatus/SentimentStatus.js.html +175 -0
- package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +112 -0
- package/coverage/list/SentimentStatus/index.html +131 -0
- package/coverage/list/SentimentStatus/props/index.html +116 -0
- package/coverage/list/SentimentStatus/props/propTypes.js.html +103 -0
- package/coverage/list/Subject/Subject.js.html +295 -0
- package/coverage/list/Subject/Subject.module.css.html +187 -0
- package/coverage/list/Subject/index.html +131 -0
- package/coverage/list/Subject/props/defaultProps.js.html +106 -0
- package/coverage/list/Subject/props/index.html +131 -0
- package/coverage/list/Subject/props/propTypes.js.html +145 -0
- package/coverage/list/TagNew/TagNew.js.html +181 -0
- package/coverage/list/TagNew/TagNew.module.css.html +412 -0
- package/coverage/list/TagNew/index.html +131 -0
- package/coverage/list/TagNew/props/defaultProps.js.html +97 -0
- package/coverage/list/TagNew/props/index.html +131 -0
- package/coverage/list/TagNew/props/propTypes.js.html +112 -0
- package/coverage/list/Thread/Thread.js.html +199 -0
- package/coverage/list/Thread/Thread.module.css.html +175 -0
- package/coverage/list/Thread/index.html +131 -0
- package/coverage/list/Thread/props/defaultProps.js.html +97 -0
- package/coverage/list/Thread/props/index.html +131 -0
- package/coverage/list/Thread/props/propTypes.js.html +112 -0
- package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +1147 -0
- package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +292 -0
- package/coverage/list/status/StatusDropdown/index.html +131 -0
- package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +145 -0
- package/coverage/list/status/StatusDropdown/props/index.html +131 -0
- package/coverage/list/status/StatusDropdown/props/propTypes.js.html +319 -0
- package/coverage/list/status/StatusListItem/StatusListItem.js.html +424 -0
- package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +352 -0
- package/coverage/list/status/StatusListItem/index.html +131 -0
- package/coverage/list/status/StatusListItem/props/defaultProps.js.html +133 -0
- package/coverage/list/status/StatusListItem/props/index.html +131 -0
- package/coverage/list/status/StatusListItem/props/propTypes.js.html +181 -0
- package/coverage/lookup/EmptyPage/EmptyPage.js.html +256 -0
- package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +121 -0
- package/coverage/lookup/EmptyPage/index.html +131 -0
- package/coverage/lookup/EmptyPage/props/defaultProps.js.html +97 -0
- package/coverage/lookup/EmptyPage/props/index.html +131 -0
- package/coverage/lookup/EmptyPage/props/propTypes.js.html +103 -0
- package/coverage/lookup/Lookup/Lookup.js.html +499 -0
- package/coverage/lookup/Lookup/Lookup.module.css.html +217 -0
- package/coverage/lookup/Lookup/index.html +131 -0
- package/coverage/lookup/Lookup/props/defaultProps.js.html +112 -0
- package/coverage/lookup/Lookup/props/index.html +131 -0
- package/coverage/lookup/Lookup/props/propTypes.js.html +160 -0
- package/coverage/lookup/Section/LookupSection.module.css.html +109 -0
- package/coverage/lookup/Section/Section.js.html +142 -0
- package/coverage/lookup/Section/index.html +131 -0
- package/coverage/lookup/Section/props/index.html +116 -0
- package/coverage/lookup/Section/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/Close/Close.js.html +154 -0
- package/coverage/lookup/header/Close/index.html +116 -0
- package/coverage/lookup/header/Close/props/defaultProps.js.html +94 -0
- package/coverage/lookup/header/Close/props/index.html +131 -0
- package/coverage/lookup/header/Close/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +367 -0
- package/coverage/lookup/header/ModuleHeader/index.html +116 -0
- package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +97 -0
- package/coverage/lookup/header/ModuleHeader/props/index.html +131 -0
- package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +148 -0
- package/coverage/lookup/header/Search/LookupSearch.module.css.html +229 -0
- package/coverage/lookup/header/Search/Search.js.html +724 -0
- package/coverage/lookup/header/Search/index.html +131 -0
- package/coverage/lookup/header/Search/props/defaultProps.js.html +100 -0
- package/coverage/lookup/header/Search/props/index.html +131 -0
- package/coverage/lookup/header/Search/props/propTypes.js.html +175 -0
- package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +433 -0
- package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +142 -0
- package/coverage/lookup/header/TicketHeader/index.html +131 -0
- package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +100 -0
- package/coverage/lookup/header/TicketHeader/props/index.html +131 -0
- package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +151 -0
- package/coverage/lookup/header/Title/LookupTitle.module.css.html +148 -0
- package/coverage/lookup/header/Title/Title.js.html +169 -0
- package/coverage/lookup/header/Title/index.html +131 -0
- package/coverage/lookup/header/Title/props/defaultProps.js.html +94 -0
- package/coverage/lookup/header/Title/props/index.html +131 -0
- package/coverage/lookup/header/Title/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +610 -0
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +220 -0
- package/coverage/lookup/header/ViewDropDown/index.html +131 -0
- package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +109 -0
- package/coverage/lookup/header/ViewDropDown/props/index.html +131 -0
- package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +157 -0
- package/coverage/lookup/header/index.html +131 -0
- package/coverage/lookup/header/lookupHeaderCommon.module.css.html +178 -0
- package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +130 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/setup/header/Button/Button.js.html +169 -0
- package/coverage/setup/header/Button/HeaderButton.module.css.html +94 -0
- package/coverage/setup/header/Button/index.html +131 -0
- package/coverage/setup/header/Button/props/defaultProps.js.html +97 -0
- package/coverage/setup/header/Button/props/index.html +131 -0
- package/coverage/setup/header/Button/props/propTypes.js.html +109 -0
- package/coverage/setup/header/Link/HeaderLink.module.css.html +130 -0
- package/coverage/setup/header/Link/Link.js.html +193 -0
- package/coverage/setup/header/Link/index.html +131 -0
- package/coverage/setup/header/Link/props/defaultProps.js.html +97 -0
- package/coverage/setup/header/Link/props/index.html +131 -0
- package/coverage/setup/header/Link/props/propTypes.js.html +112 -0
- package/coverage/setup/header/Search/Search.js.html +280 -0
- package/coverage/setup/header/Search/Search.module.css.html +259 -0
- package/coverage/setup/header/Search/index.html +131 -0
- package/coverage/setup/header/Search/props/defaultProps.js.html +103 -0
- package/coverage/setup/header/Search/props/index.html +131 -0
- package/coverage/setup/header/Search/props/propTypes.js.html +124 -0
- package/coverage/setup/header/Views/Views.js.html +208 -0
- package/coverage/setup/header/Views/Views.module.css.html +169 -0
- package/coverage/setup/header/Views/index.html +131 -0
- package/coverage/setup/header/Views/props/defaultProps.js.html +103 -0
- package/coverage/setup/header/Views/props/index.html +131 -0
- package/coverage/setup/header/Views/props/propTypes.js.html +115 -0
- package/coverage/setup/helptips/Description/Description.js.html +148 -0
- package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +103 -0
- package/coverage/setup/helptips/Description/index.html +131 -0
- package/coverage/setup/helptips/Description/props/index.html +116 -0
- package/coverage/setup/helptips/Description/props/propTypes.js.html +100 -0
- package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +103 -0
- package/coverage/setup/helptips/Link/Link.js.html +172 -0
- package/coverage/setup/helptips/Link/index.html +131 -0
- package/coverage/setup/helptips/Link/props/index.html +116 -0
- package/coverage/setup/helptips/Link/props/propTypes.js.html +109 -0
- package/coverage/setup/helptips/ListGroup/ListGroup.js.html +205 -0
- package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +136 -0
- package/coverage/setup/helptips/ListGroup/index.html +131 -0
- package/coverage/setup/helptips/ListGroup/props/index.html +116 -0
- package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +103 -0
- package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +100 -0
- package/coverage/setup/helptips/Title/Title.js.html +148 -0
- package/coverage/setup/helptips/Title/index.html +131 -0
- package/coverage/setup/helptips/Title/props/index.html +116 -0
- package/coverage/setup/helptips/Title/props/propTypes.js.html +100 -0
- package/coverage/setup/table/Table/Table.js.html +160 -0
- package/coverage/setup/table/Table/index.html +116 -0
- package/coverage/setup/table/Table/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/Table/props/index.html +131 -0
- package/coverage/setup/table/Table/props/propTypes.js.html +106 -0
- package/coverage/setup/table/TableBody/TableBody.js.html +160 -0
- package/coverage/setup/table/TableBody/index.html +116 -0
- package/coverage/setup/table/TableBody/props/defaultProps.js.html +94 -0
- package/coverage/setup/table/TableBody/props/index.html +131 -0
- package/coverage/setup/table/TableBody/props/propTypes.js.html +109 -0
- package/coverage/setup/table/TableData/SetupTableData.module.css.html +193 -0
- package/coverage/setup/table/TableData/TableData.js.html +199 -0
- package/coverage/setup/table/TableData/index.html +131 -0
- package/coverage/setup/table/TableData/props/defaultProps.js.html +100 -0
- package/coverage/setup/table/TableData/props/index.html +131 -0
- package/coverage/setup/table/TableData/props/propTypes.js.html +121 -0
- package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +109 -0
- package/coverage/setup/table/TableHead/TableHead.js.html +193 -0
- package/coverage/setup/table/TableHead/index.html +131 -0
- package/coverage/setup/table/TableHead/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/TableHead/props/index.html +131 -0
- package/coverage/setup/table/TableHead/props/propTypes.js.html +112 -0
- package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +115 -0
- package/coverage/setup/table/TableRow/TableRow.js.html +205 -0
- package/coverage/setup/table/TableRow/index.html +131 -0
- package/coverage/setup/table/TableRow/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/TableRow/props/index.html +131 -0
- package/coverage/setup/table/TableRow/props/propTypes.js.html +121 -0
- package/coverage/setup/table/Text/TableText.module.css.html +196 -0
- package/coverage/setup/table/Text/Text.js.html +214 -0
- package/coverage/setup/table/Text/index.html +131 -0
- package/coverage/setup/table/Text/props/defaultProps.js.html +106 -0
- package/coverage/setup/table/Text/props/index.html +131 -0
- package/coverage/setup/table/Text/props/propTypes.js.html +127 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/svg/PlusIcon.js.html +175 -0
- package/coverage/svg/SnippetIcon.js.html +196 -0
- package/coverage/svg/TemplateIcon.js.html +160 -0
- package/coverage/svg/index.html +146 -0
- package/coverage/svg/props/defaultProps.js.html +136 -0
- package/coverage/svg/props/index.html +131 -0
- package/coverage/svg/props/propTypes.js.html +142 -0
- package/coverage/utils/ChannelIconMapping.js.html +475 -0
- package/coverage/utils/General.js.html +208 -0
- package/coverage/utils/editorUtils.js.html +652 -0
- package/coverage/utils/index.html +146 -0
- package/coverage/version2/AlertClose/AlertClose.js.html +202 -0
- package/coverage/version2/AlertClose/AlertClose.module.css.html +211 -0
- package/coverage/version2/AlertClose/index.html +131 -0
- package/coverage/version2/AlertClose/props/index.html +116 -0
- package/coverage/version2/AlertClose/props/propTypes.js.html +112 -0
- package/coverage/version2/GlobalNotification/GlobalNotification.js.html +463 -0
- package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +466 -0
- package/coverage/version2/GlobalNotification/index.html +131 -0
- package/coverage/version2/GlobalNotification/props/defaultProps.js.html +103 -0
- package/coverage/version2/GlobalNotification/props/index.html +131 -0
- package/coverage/version2/GlobalNotification/props/propTypes.js.html +214 -0
- package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/AlertIcons.js.html +253 -0
- package/coverage/version2/alertIcons/AlertIcons.module.css.html +286 -0
- package/coverage/version2/alertIcons/DangerAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +169 -0
- package/coverage/version2/alertIcons/InfoAlertIcon.js.html +172 -0
- package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/WarningAlertIcon.js.html +163 -0
- package/coverage/version2/alertIcons/index.html +236 -0
- package/coverage/version2/alertIcons/props/defaultProps.js.html +187 -0
- package/coverage/version2/alertIcons/props/index.html +131 -0
- package/coverage/version2/alertIcons/props/propTypes.js.html +211 -0
- package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +319 -0
- package/coverage/version2/errorstate/Inconvenience/index.html +116 -0
- package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/Inconvenience/props/index.html +131 -0
- package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +319 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/index.html +116 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +131 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +319 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/index.html +116 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +131 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +319 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/index.html +116 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +112 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +131 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +139 -0
- package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +319 -0
- package/coverage/version2/errorstate/UrlNotFound/index.html +116 -0
- package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/UrlNotFound/props/index.html +131 -0
- package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +223 -0
- package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +319 -0
- package/coverage/version2/errorstate/WillBeRightBack/index.html +116 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/index.html +131 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/index.html +116 -0
- package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +316 -0
- package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +277 -0
- package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +130 -0
- package/coverage/version2/lookup/AlertHeader/css/index.html +131 -0
- package/coverage/version2/lookup/AlertHeader/index.html +116 -0
- package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +106 -0
- package/coverage/version2/lookup/AlertHeader/props/index.html +131 -0
- package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +166 -0
- package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +778 -0
- package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +202 -0
- package/coverage/version2/lookup/AlertLookup/index.html +131 -0
- package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +124 -0
- package/coverage/version2/lookup/AlertLookup/props/index.html +131 -0
- package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +214 -0
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +703 -0
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +424 -0
- package/coverage/version2/notification/DesktopNotification/index.html +131 -0
- package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +139 -0
- package/coverage/version2/notification/DesktopNotification/props/index.html +131 -0
- package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +217 -0
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +361 -0
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +370 -0
- package/coverage/version2/notification/DesktopNotificationHeader/index.html +131 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +109 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +131 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +124 -0
- 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 +4 -2
- 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 +6 -2
- package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
- package/es/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +6 -2
- 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 +6 -2
- 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 +5 -2
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- 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 +4 -2
- 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 +7 -3
- package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
- package/lib/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +6 -2
- 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 +7 -3
- 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 +5 -2
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- 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 +7 -7
- package/result.json +1 -1
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
body, html {
|
|
2
|
+
margin:0; padding: 0;
|
|
3
|
+
height: 100%;
|
|
4
|
+
}
|
|
5
|
+
body {
|
|
6
|
+
font-family: Helvetica Neue, Helvetica, Arial;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
color:#333;
|
|
9
|
+
}
|
|
10
|
+
.small { font-size: 12px; }
|
|
11
|
+
*, *:after, *:before {
|
|
12
|
+
-webkit-box-sizing:border-box;
|
|
13
|
+
-moz-box-sizing:border-box;
|
|
14
|
+
box-sizing:border-box;
|
|
15
|
+
}
|
|
16
|
+
h1 { font-size: 20px; margin: 0;}
|
|
17
|
+
h2 { font-size: 14px; }
|
|
18
|
+
pre {
|
|
19
|
+
font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
20
|
+
margin: 0;
|
|
21
|
+
padding: 0;
|
|
22
|
+
-moz-tab-size: 2;
|
|
23
|
+
-o-tab-size: 2;
|
|
24
|
+
tab-size: 2;
|
|
25
|
+
}
|
|
26
|
+
a { color:#0074D9; text-decoration:none; }
|
|
27
|
+
a:hover { text-decoration:underline; }
|
|
28
|
+
.strong { font-weight: bold; }
|
|
29
|
+
.space-top1 { padding: 10px 0 0 0; }
|
|
30
|
+
.pad2y { padding: 20px 0; }
|
|
31
|
+
.pad1y { padding: 10px 0; }
|
|
32
|
+
.pad2x { padding: 0 20px; }
|
|
33
|
+
.pad2 { padding: 20px; }
|
|
34
|
+
.pad1 { padding: 10px; }
|
|
35
|
+
.space-left2 { padding-left:55px; }
|
|
36
|
+
.space-right2 { padding-right:20px; }
|
|
37
|
+
.center { text-align:center; }
|
|
38
|
+
.clearfix { display:block; }
|
|
39
|
+
.clearfix:after {
|
|
40
|
+
content:'';
|
|
41
|
+
display:block;
|
|
42
|
+
height:0;
|
|
43
|
+
clear:both;
|
|
44
|
+
visibility:hidden;
|
|
45
|
+
}
|
|
46
|
+
.fl { float: left; }
|
|
47
|
+
@media only screen and (max-width:640px) {
|
|
48
|
+
.col3 { width:100%; max-width:100%; }
|
|
49
|
+
.hide-mobile { display:none!important; }
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.quiet {
|
|
53
|
+
color: #7f7f7f;
|
|
54
|
+
color: rgba(0,0,0,0.5);
|
|
55
|
+
}
|
|
56
|
+
.quiet a { opacity: 0.7; }
|
|
57
|
+
|
|
58
|
+
.fraction {
|
|
59
|
+
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
60
|
+
font-size: 10px;
|
|
61
|
+
color: #555;
|
|
62
|
+
background: #E8E8E8;
|
|
63
|
+
padding: 4px 5px;
|
|
64
|
+
border-radius: 3px;
|
|
65
|
+
vertical-align: middle;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
div.path a:link, div.path a:visited { color: #333; }
|
|
69
|
+
table.coverage {
|
|
70
|
+
border-collapse: collapse;
|
|
71
|
+
margin: 10px 0 0 0;
|
|
72
|
+
padding: 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
table.coverage td {
|
|
76
|
+
margin: 0;
|
|
77
|
+
padding: 0;
|
|
78
|
+
vertical-align: top;
|
|
79
|
+
}
|
|
80
|
+
table.coverage td.line-count {
|
|
81
|
+
text-align: right;
|
|
82
|
+
padding: 0 5px 0 20px;
|
|
83
|
+
}
|
|
84
|
+
table.coverage td.line-coverage {
|
|
85
|
+
text-align: right;
|
|
86
|
+
padding-right: 10px;
|
|
87
|
+
min-width:20px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
table.coverage td span.cline-any {
|
|
91
|
+
display: inline-block;
|
|
92
|
+
padding: 0 5px;
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
.missing-if-branch {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
margin-right: 5px;
|
|
98
|
+
border-radius: 3px;
|
|
99
|
+
position: relative;
|
|
100
|
+
padding: 0 4px;
|
|
101
|
+
background: #333;
|
|
102
|
+
color: yellow;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.skip-if-branch {
|
|
106
|
+
display: none;
|
|
107
|
+
margin-right: 10px;
|
|
108
|
+
position: relative;
|
|
109
|
+
padding: 0 4px;
|
|
110
|
+
background: #ccc;
|
|
111
|
+
color: white;
|
|
112
|
+
}
|
|
113
|
+
.missing-if-branch .typ, .skip-if-branch .typ {
|
|
114
|
+
color: inherit !important;
|
|
115
|
+
}
|
|
116
|
+
.coverage-summary {
|
|
117
|
+
border-collapse: collapse;
|
|
118
|
+
width: 100%;
|
|
119
|
+
}
|
|
120
|
+
.coverage-summary tr { border-bottom: 1px solid #bbb; }
|
|
121
|
+
.keyline-all { border: 1px solid #ddd; }
|
|
122
|
+
.coverage-summary td, .coverage-summary th { padding: 10px; }
|
|
123
|
+
.coverage-summary tbody { border: 1px solid #bbb; }
|
|
124
|
+
.coverage-summary td { border-right: 1px solid #bbb; }
|
|
125
|
+
.coverage-summary td:last-child { border-right: none; }
|
|
126
|
+
.coverage-summary th {
|
|
127
|
+
text-align: left;
|
|
128
|
+
font-weight: normal;
|
|
129
|
+
white-space: nowrap;
|
|
130
|
+
}
|
|
131
|
+
.coverage-summary th.file { border-right: none !important; }
|
|
132
|
+
.coverage-summary th.pct { }
|
|
133
|
+
.coverage-summary th.pic,
|
|
134
|
+
.coverage-summary th.abs,
|
|
135
|
+
.coverage-summary td.pct,
|
|
136
|
+
.coverage-summary td.abs { text-align: right; }
|
|
137
|
+
.coverage-summary td.file { white-space: nowrap; }
|
|
138
|
+
.coverage-summary td.pic { min-width: 120px !important; }
|
|
139
|
+
.coverage-summary tfoot td { }
|
|
140
|
+
|
|
141
|
+
.coverage-summary .sorter {
|
|
142
|
+
height: 10px;
|
|
143
|
+
width: 7px;
|
|
144
|
+
display: inline-block;
|
|
145
|
+
margin-left: 0.5em;
|
|
146
|
+
background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
|
|
147
|
+
}
|
|
148
|
+
.coverage-summary .sorted .sorter {
|
|
149
|
+
background-position: 0 -20px;
|
|
150
|
+
}
|
|
151
|
+
.coverage-summary .sorted-desc .sorter {
|
|
152
|
+
background-position: 0 -10px;
|
|
153
|
+
}
|
|
154
|
+
.status-line { height: 10px; }
|
|
155
|
+
/* yellow */
|
|
156
|
+
.cbranch-no { background: yellow !important; color: #111; }
|
|
157
|
+
/* dark red */
|
|
158
|
+
.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
|
|
159
|
+
.low .chart { border:1px solid #C21F39 }
|
|
160
|
+
.highlighted,
|
|
161
|
+
.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
|
|
162
|
+
background: #C21F39 !important;
|
|
163
|
+
}
|
|
164
|
+
/* medium red */
|
|
165
|
+
.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
|
|
166
|
+
/* light red */
|
|
167
|
+
.low, .cline-no { background:#FCE1E5 }
|
|
168
|
+
/* light green */
|
|
169
|
+
.high, .cline-yes { background:rgb(230,245,208) }
|
|
170
|
+
/* medium green */
|
|
171
|
+
.cstat-yes { background:rgb(161,215,106) }
|
|
172
|
+
/* dark green */
|
|
173
|
+
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
|
|
174
|
+
.high .chart { border:1px solid rgb(77,146,33) }
|
|
175
|
+
/* dark yellow (gold) */
|
|
176
|
+
.status-line.medium, .medium .cover-fill { background: #f9cd0b; }
|
|
177
|
+
.medium .chart { border:1px solid #f9cd0b; }
|
|
178
|
+
/* light yellow */
|
|
179
|
+
.medium { background: #fff4c2; }
|
|
180
|
+
|
|
181
|
+
.cstat-skip { background: #ddd; color: #111; }
|
|
182
|
+
.fstat-skip { background: #ddd; color: #111 !important; }
|
|
183
|
+
.cbranch-skip { background: #ddd !important; color: #111; }
|
|
184
|
+
|
|
185
|
+
span.cline-neutral { background: #eaeaea; }
|
|
186
|
+
|
|
187
|
+
.coverage-summary td.empty {
|
|
188
|
+
opacity: .5;
|
|
189
|
+
padding-top: 4px;
|
|
190
|
+
padding-bottom: 4px;
|
|
191
|
+
line-height: 1;
|
|
192
|
+
color: #888;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.cover-fill, .cover-empty {
|
|
196
|
+
display:inline-block;
|
|
197
|
+
height: 12px;
|
|
198
|
+
}
|
|
199
|
+
.chart {
|
|
200
|
+
line-height: 0;
|
|
201
|
+
}
|
|
202
|
+
.cover-empty {
|
|
203
|
+
background: white;
|
|
204
|
+
}
|
|
205
|
+
.cover-full {
|
|
206
|
+
border-right: none !important;
|
|
207
|
+
}
|
|
208
|
+
pre.prettyprint {
|
|
209
|
+
border: none !important;
|
|
210
|
+
padding: 0 !important;
|
|
211
|
+
margin: 0 !important;
|
|
212
|
+
}
|
|
213
|
+
.com { color: #999 !important; }
|
|
214
|
+
.ignore-none { color: #999; font-weight: normal; }
|
|
215
|
+
|
|
216
|
+
.wrapper {
|
|
217
|
+
min-height: 100%;
|
|
218
|
+
height: auto !important;
|
|
219
|
+
height: 100%;
|
|
220
|
+
margin: 0 auto -48px;
|
|
221
|
+
}
|
|
222
|
+
.footer, .push {
|
|
223
|
+
height: 48px;
|
|
224
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
var jumpToCode = (function init() {
|
|
3
|
+
// Classes of code we would like to highlight in the file view
|
|
4
|
+
var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no'];
|
|
5
|
+
|
|
6
|
+
// Elements to highlight in the file listing view
|
|
7
|
+
var fileListingElements = ['td.pct.low'];
|
|
8
|
+
|
|
9
|
+
// We don't want to select elements that are direct descendants of another match
|
|
10
|
+
var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > `
|
|
11
|
+
|
|
12
|
+
// Selecter that finds elements on the page to which we can jump
|
|
13
|
+
var selector =
|
|
14
|
+
fileListingElements.join(', ') +
|
|
15
|
+
', ' +
|
|
16
|
+
notSelector +
|
|
17
|
+
missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b`
|
|
18
|
+
|
|
19
|
+
// The NodeList of matching elements
|
|
20
|
+
var missingCoverageElements = document.querySelectorAll(selector);
|
|
21
|
+
|
|
22
|
+
var currentIndex;
|
|
23
|
+
|
|
24
|
+
function toggleClass(index) {
|
|
25
|
+
missingCoverageElements
|
|
26
|
+
.item(currentIndex)
|
|
27
|
+
.classList.remove('highlighted');
|
|
28
|
+
missingCoverageElements.item(index).classList.add('highlighted');
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function makeCurrent(index) {
|
|
32
|
+
toggleClass(index);
|
|
33
|
+
currentIndex = index;
|
|
34
|
+
missingCoverageElements.item(index).scrollIntoView({
|
|
35
|
+
behavior: 'smooth',
|
|
36
|
+
block: 'center',
|
|
37
|
+
inline: 'center'
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
function goToPrevious() {
|
|
42
|
+
var nextIndex = 0;
|
|
43
|
+
if (typeof currentIndex !== 'number' || currentIndex === 0) {
|
|
44
|
+
nextIndex = missingCoverageElements.length - 1;
|
|
45
|
+
} else if (missingCoverageElements.length > 1) {
|
|
46
|
+
nextIndex = currentIndex - 1;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
makeCurrent(nextIndex);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function goToNext() {
|
|
53
|
+
var nextIndex = 0;
|
|
54
|
+
|
|
55
|
+
if (
|
|
56
|
+
typeof currentIndex === 'number' &&
|
|
57
|
+
currentIndex < missingCoverageElements.length - 1
|
|
58
|
+
) {
|
|
59
|
+
nextIndex = currentIndex + 1;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
makeCurrent(nextIndex);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
return function jump(event) {
|
|
66
|
+
if (
|
|
67
|
+
document.getElementById('fileSearch') === document.activeElement &&
|
|
68
|
+
document.activeElement != null
|
|
69
|
+
) {
|
|
70
|
+
// if we're currently focused on the search input, we don't want to navigate
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
switch (event.which) {
|
|
75
|
+
case 78: // n
|
|
76
|
+
case 74: // j
|
|
77
|
+
goToNext();
|
|
78
|
+
break;
|
|
79
|
+
case 66: // b
|
|
80
|
+
case 75: // k
|
|
81
|
+
case 80: // p
|
|
82
|
+
goToPrevious();
|
|
83
|
+
break;
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
})();
|
|
87
|
+
window.addEventListener('keydown', jumpToCode);
|