@zohodesk/components 1.2.0 → 1.2.2
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/PropLessFiles.html +1 -1
- package/.cli/PropValidationExcludeFilesArray.js +1 -2
- package/.cli/propValidation_report.html +88 -83
- package/README.md +10 -0
- package/coverage/Button/Button.js.html +15 -3
- package/coverage/Button/css/Button.module.css.html +1 -1
- package/coverage/Button/css/cssJSLogic.js.html +1 -1
- package/coverage/Button/css/index.html +1 -1
- package/coverage/Button/index.html +1 -1
- package/coverage/Button/props/defaultProps.js.html +6 -3
- package/coverage/Button/props/index.html +1 -1
- package/coverage/Button/props/propTypes.js.html +1 -1
- package/coverage/Buttongroup/Buttongroup.js.html +1 -1
- package/coverage/Buttongroup/Buttongroup.module.css.html +1 -1
- package/coverage/Buttongroup/index.html +1 -1
- package/coverage/Buttongroup/props/defaultProps.js.html +1 -1
- package/coverage/Buttongroup/props/index.html +1 -1
- package/coverage/Buttongroup/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +10 -10
- package/coverage/coverage-summary.json +10 -10
- package/coverage/index.html +1 -1
- package/coverage/utils/dummyFunction.js.html +1 -1
- package/coverage/utils/index.html +1 -1
- package/es/Button/Button.js +6 -2
- package/es/Button/props/defaultProps.js +2 -1
- package/es/DateTime/DateWidget.js +2 -1
- package/es/DropDown/DropDown.js +1 -7
- package/es/Heading/Heading.module.css +1 -1
- package/es/Label/Label.js +7 -2
- package/es/Label/props/propTypes.js +3 -0
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -2
- package/es/MultiSelect/AdvancedMultiSelect.js +2 -1
- package/es/MultiSelect/MultiSelectWithAvatar.js +2 -1
- package/es/Responsive/RefWrapper.js +2 -1
- package/es/Select/GroupSelect.js +1 -0
- package/es/Select/SelectWithAvatar.js +2 -1
- package/es/Select/SelectWithIcon.js +5 -2
- package/es/TextBox/TextBox.js +3 -3
- package/lib/Button/Button.js +6 -2
- package/lib/Button/props/defaultProps.js +2 -1
- package/lib/DateTime/DateWidget.js +2 -1
- package/lib/DropDown/DropDown.js +1 -6
- package/lib/Heading/Heading.module.css +1 -1
- package/lib/Label/Label.js +6 -2
- package/lib/Label/props/propTypes.js +3 -0
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +5 -3
- package/lib/MultiSelect/AdvancedMultiSelect.js +2 -1
- package/lib/MultiSelect/MultiSelectWithAvatar.js +2 -1
- package/lib/Responsive/RefWrapper.js +2 -1
- package/lib/Select/GroupSelect.js +1 -0
- package/lib/Select/SelectWithAvatar.js +2 -1
- package/lib/Select/SelectWithIcon.js +5 -3
- package/lib/TextBox/TextBox.js +10 -10
- package/package.json +6 -6
- package/result.json +1 -1
package/.cli/PropLessFiles.html
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
<body>
|
|
46
46
|
<div id="table-container"></div>
|
|
47
47
|
<script>
|
|
48
|
-
const jsonData = {"Popup":{"filePath":"/Users/
|
|
48
|
+
const jsonData = {"DateWidget":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateWidget.js"},"AdvancedGroupMultiSelectComponent":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/AdvancedGroupMultiSelect.js"},"MultiSelect":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/MultiSelect.js"},"MultiSelectWithAvatar":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/MultiSelectWithAvatar.js"},"Popup":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Popup/Popup.js"},"LibraryContext":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/LibraryContextInit.js"},"addGlobalId":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/NumberGenerator/NumberGenerator.js"},"decreaseGlobalIds":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/NumberGenerator/NumberGenerator.js"},"GroupSelect":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Select/GroupSelect.js"},"Select":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Select/Select.js"},"SelectWithIconComponent":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Select/SelectWithIcon.js"}}
|
|
49
49
|
const tableContainer = document.getElementById('table-container');
|
|
50
50
|
const table = document.createElement('table');
|
|
51
51
|
const thead = document.createElement('thead');
|
|
@@ -1,34 +1,38 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html>
|
|
3
|
+
|
|
3
4
|
<head>
|
|
4
5
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
5
6
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
6
|
-
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
|
7
|
+
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
|
7
8
|
|
|
8
9
|
<title>Prop Validation Report</title>
|
|
9
10
|
<style>
|
|
10
|
-
|
|
11
|
-
body{
|
|
11
|
+
body {
|
|
12
12
|
margin: 0;
|
|
13
13
|
padding: 0;
|
|
14
14
|
font-family: 'Asap Condensed', sans-serif;
|
|
15
15
|
}
|
|
16
|
+
|
|
16
17
|
table {
|
|
17
18
|
border-collapse: collapse;
|
|
18
|
-
font-size:14px
|
|
19
|
+
font-size: 14px
|
|
19
20
|
}
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
tr {
|
|
23
|
+
vertical-align: top
|
|
22
24
|
}
|
|
25
|
+
|
|
23
26
|
th {
|
|
24
27
|
position: sticky;
|
|
25
28
|
top: 0;
|
|
26
29
|
background-color: #001C30;
|
|
27
30
|
color: #F5F5F5;
|
|
28
|
-
vertical-align:middle
|
|
31
|
+
vertical-align: middle
|
|
29
32
|
}
|
|
30
33
|
|
|
31
|
-
th,
|
|
34
|
+
th,
|
|
35
|
+
td {
|
|
32
36
|
border: 1px solid black;
|
|
33
37
|
padding: 8px;
|
|
34
38
|
}
|
|
@@ -40,20 +44,22 @@
|
|
|
40
44
|
.table-container {
|
|
41
45
|
margin-bottom: 20px;
|
|
42
46
|
}
|
|
47
|
+
|
|
43
48
|
/* tr:hover{
|
|
44
49
|
background:#ecedff
|
|
45
50
|
} */
|
|
46
|
-
td
|
|
51
|
+
td>div>span {
|
|
47
52
|
margin: 2px 3px;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
display: inline-flex;
|
|
54
|
+
background-color: #ededed;
|
|
55
|
+
color: #212121;
|
|
56
|
+
padding: 3px 5px;
|
|
57
|
+
border-radius: 5px;
|
|
58
|
+
font-size: 14px;
|
|
59
|
+
border: 1px solid #000;
|
|
55
60
|
}
|
|
56
|
-
|
|
61
|
+
|
|
62
|
+
td>div>span:hover {
|
|
57
63
|
background-color: #fff;
|
|
58
64
|
}
|
|
59
65
|
</style>
|
|
@@ -62,91 +68,90 @@
|
|
|
62
68
|
<body>
|
|
63
69
|
<div id="table-container"></div>
|
|
64
70
|
<script>
|
|
65
|
-
const jsonData = {"Accordion":{"props":["selectedItem","onSelect","disableInternalState","className","height","unMount","a11y","dataId","dataSelectorId","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Accordion/Accordion.js"},"AccordionItem":{"props":["equalityCheck","selectedItem","id","selectMenu","className","children","dataId","dataSelectorId","unMount","unMountItem","a11y","innerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Accordion/AccordionItem.js"},"Animation":{"props":["name","enterDuration","exitDuration","children","isActive","unmountOnExit","onEntered","onExit","delayClassName"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Animation/Animation.js"},"AppContainer":{"props":["eleRef","needTooltip","className","children","tagName","dataId","dataSelectorId","tooltipClass","tooltipParentClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/AppContainer/AppContainer.js"},"Avatar":{"props":["src","alternateSrc","name","size","palette","onClick","title","shape","needTitle","dataId","initial","needBorder","borderOnActive","borderOnHover","textPalette","customClass","isAnimate","dataSelectorId","customProps","needInnerBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Avatar/Avatar.js"},"AvatarTeam":{"props":["src","name","size","palette","textPalette","onClick","title","isFilled","dataId","needTitle","customClass","borderOnActive","borderOnHover","dataSelectorId","customProps","needInnerBorder","needBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/AvatarTeam/AvatarTeam.js"},"Button":{"props":["customClass","needAppearance","isBold","rounded","size","children","palette","status","text","disabled","onClick","dataId","getRef","title","dataSelectorId","customProps","customStyle"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/Button.js"},"Buttongroup":{"props":["children","type","buttonPosition","customClass","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.js"},"Card":{"innerComponent":{"CardHeader":{"props":["isScroll","children","dataId","dataSelectorId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"},"CardContent":{"props":["onScroll","eleRef","children","scroll","isScrollAttribute","dataId","dataSelectorId","shrink","customClass","preventParentScroll"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"},"Card":{"props":["from","limit","onScroll","fetchData","noMoreData","scrollAt","noNeedUpScroll","isPercentageScroll","onClick","children","isScrollAttribute","dataId","eleRef","customClass","htmlId","a11y","childTypes"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"},"CardFooter":{"props":["children","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"}}},"CheckBox":{"props":["onChange","checked","id","disabled","isReadOnly","disabledTitle","title","palette","text","size","labelPalette","labelSize","isFilled","isClipped","getRef","variant","active","dataId","name","activeStyle","a11y","customClass","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/CheckBox/CheckBox.js"},"CalendarView":{"innerComponent":{"CalendarView":{"props":["onSelect","date","year","month","dataId","needBorder","dayNames","dayNamesShort","todayMonth","todayDate","todayYear"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/CalendarView.js"},"Span":{"props":["handleSelect","incremday","userSeeMonth","userSeeYear","tdclass","i","dataId","isActive","isToday"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/CalendarView.js"}}},"DateTime":{"props":["value","isActive","is24Hour","timeZone","defaultTime","needDefaultTime","isDateTimeField","min","max","dateFormat","customDateFormat","onError","onSelect","minErrorText","maxErrorText","onChange","onClear","onDateSelect","getMethods","position","isReady","getRef","onClick","dataId","needResponsive","isAbsolute","isAnimate","needAction","boxSize","className","innerClass","isPadding","i18nKeys","isDefaultPosition","positionsOffset","targetOffset","isRestrictScroll","dropBoxPortalId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateTime.js"},"DateTimePopupFooter":{"props":["submitText","onSubmit","cancelText","onCancel","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateTimePopupFooter.js"},"DateTimePopupHeader":{"props":["onOpenYearView","showMonthTxt","isYearView","prevMonthTitleText","nextMonthTitleText","onModifyCalendar"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateTimePopupHeader.js"},"DateWidget":{"props":["validation","value","isPopupReady","dateFormat","is24Hour","isHideCurrentYear","id","onSelect","closePopupOnly","onPassValidation","onFailValidation","togglePopup","defaultPosition","isPopupOpen","removeClose","timeZone","isDateTime","isPopupOpenOnEnter","onKeyDown","cantEditOnPopupOpen","getRef","onFocus","onBlur","getMethods","min","max","minErrorText","maxErrorText","onError","isPopupOpenOnClick","isReadOnly","isDisabled","isPopupCloseOnClick","isEditable","placeholder","position","textBoxVariant","textBoxSize","children","getContainerRef","getTargetRef","dataId","needResponsive","className","needBorder","defaultTime","needDefaultTime","borderColor","i18nKeys","needErrorOnBlur","htmlId","iconOnHover","isAbsolutePositioningNeeded","positionsOffset","targetOffset","isRestrictScroll","dropBoxPortalId","a11y","boxSize"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateWidget.js"},"DaysRow":{"props":["dayNames","dayNamesShort"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DaysRow.js"},"Time":{"props":["timeText","dataId","hourSuggestions","onHourSelect","hours","hourEmptyText","needResponsive","minSuggestions","onMinutesSelect","mins","minuteEmptyText","ampmSuggestions","onAmPmSelect","amPm","is24Hour"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/Time.js"},"YearView":{"props":["viewedYear","onSelectMonth","onSelectYear","viewedMonth","monthNamesShort","isMonthOpen"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/YearView.js"},"DropBox":{"props":["right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isActive","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef","needAutoZindex","needResponsive","portalId","isRestrictScroll","needFocusScope","onClose","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropBox/DropBox.js"},"DropBoxElement":{"props":["right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isActive","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropBox/DropBoxElement/DropBoxElement.js"},"DropDown":{"innerComponent":{"DropDown":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady","getRef","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":["getRef","animationStyle"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownTarget":{"props":["children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownContainer":{"props":["children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownItemContainer":{"props":["onScroll","getRef","children","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDown.js"}}},"DropDownHeading":{"props":["text","title","children","customClass","palette","htmlId","a11y","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownHeading.js"},"DropDownItem":{"props":["index","getRef","onClick","id","value","onHover","active","children","hightlight","dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownItem.js"},"DropDownSearch":{"props":["getRef","name","id","maxLength","onKeyDown","onChange","value","onBlur","size","textBoxSize","placeHolder","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownSearch.js"},"DropDownSeparator":{"props":["customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownSeparator.js"},"Heading":{"props":["tagName","className","onClick","onDoubleClick","title","dataTitle","dataId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Heading/Heading.js"},"Label":{"props":["text","type","palette","size","clipped","htmlFor","title","onClick","dataId","dataSelectorId","variant","customClass","id"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Label/Label.js"},"ListContainer":{"props":["size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","onClick","onMouseEnter","onMouseOver","eleRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListContainer.js"},"ListItem":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItem.js"},"ListItemWithAvatar":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","name","imgSrc","autoHover","isTeam","palette","title","needTick","dataId","dataSelectorId","initial","isDisabled","needBorder","disableTitle","needAvatarTitle","avatarPalette","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithAvatar.js"},"ListItemWithCheckBox":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithCheckBox.js"},"ListItemWithIcon":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","iconName","iconSize","autoHover","palette","iconClass","dataId","dataSelectorId","title","needTick","isLink","href","target","needBorder","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithIcon.js"},"ListItemWithRadio":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithRadio.js"},"Modal":{"props":["portalId","isActive","autoZIndexNeeded","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Modal/Modal.js"},"AdvancedGroupMultiSelect":{"props":["searchDebounceTime","selectedGroupOptions","valueField","textField","selectedOptionDetails","getTargetRef","togglePopup","defaultDropBoxPosition","isReadOnly","needLocalSearch","groupedOptions","isNextOptions","getNextOptions","isPopupOpen","isPopupOpenOnEnter","onKeyDown","onSearch","onChange","needToCloseOnSelect","isSearchClearOnSelect","onFocus","isDisabled","searchStr","notifyPopupToggle","size","textBoxSize","placeHolder","dataId","dataSelectorId","isPopupReady","removeClose","needResponsive","animationStyle","needSelectAll","selectAllText","dropBoxSize","position","getContainerRef","emptyMessage","searchEmptyMessage","title","variant","children","listItemSize","isDataLoaded","needBorder","getFooter","customClass","borderColor","isPadding","htmlId","i18nKeys","a11y","palette","needEffect","autoComplete"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/AdvancedGroupMultiSelect.js"},"EmptyState":{"props":["emptyMessage","isLoading","noMoreOptionsMessage","options","searchEmptyMessage","searchString","suggestions","dataId","getCustomEmptyState","palette","i18nKeys","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/EmptyState.js"},"MultiSelect":{"props":["selectedOptions","searchDebounceTime","needLocalSearch","isPopupOpen","onDropBoxClose","onDropBoxOpen","isSearchClearOnClose","isNextOptions","getNextOptions","options","valueField","textField","prefixText","disabledOptions","removeClose","keepSelectedOptions","isPopupOpenOnEnter","onKeyDown","isSearchClearOnSelect","isReadOnly","onSearch","onChange","needToCloseOnSelect","togglePopup","defaultDropBoxPosition","closePopupOnly","getRef","getTargetRef","onFocus","isDisabled","getPublicMethods","openPopupOnly","needSelectAll","searchEmptyMessage","emptyMessage","noMoreOptionsMessage","dropBoxSize","placeHolder","isPopupReady","position","selectAllText","getContainerRef","isAnimate","animationStyle","textBoxSize","variant","size","title","needResponsive","dataId","dataSelectorId","isSearching","borderColor","textBoxClass","needBorder","disableAction","isBoxPaddingNeed","palette","needAutoFocus","htmlId","i18nKeys","a11y","children","customChildrenClass","getFooter","needEffect","boxSize","autoComplete","isLoading"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/MultiSelect.js"},"MultiSelectHeader":{"props":["dataId","needSelectAll","onSelect","selectAllText","suggestions"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/MultiSelectHeader.js"},"SelectedOptions":{"props":["selectedOptions","highLightedSelectOptions","isReadOnly","getRef","onRemove","onSelect","size","palette"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/SelectedOptions.js"},"Suggestions":{"props":["suggestions","getRef","hoverOption","onClick","onMouseEnter","needTick","needBorder","selectedOptions","activeId","hoverId","dataId","listItemSize","className","avatarPalette","palette","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/Suggestions.js"},"PopOver":{"innerComponent":{"PopOver":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverTarget":{"props":["getRef","children","togglePopup"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverContainer":{"props":["getRef","onClick","removeClose","children","isPopupOpen","isAnimate","isArrow","size","arrowPosition","boxPosition","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/PopOver.js"}}},"LibraryContextProvider":{"props":["isReducedMotion","direction","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Provider/LibraryContext.js"},"Radio":{"props":["onChange","value","id","name","checked","disabled","isReadOnly","palette","disabledTitle","title","text","labelPalette","size","labelSize","variant","active","isFilled","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Radio/Radio.js"},"src-Radio":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/CustomResponsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","query","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/CustomResponsive.js"}}},"ResizeComponent":{"props":["wrapperDivRef","childrenList","resizeId","moreDivRef","getData","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/ResizeComponent.js"},"src-ResizeComponent":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/Responsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","hiddenSizes","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/Responsive.js"}}},"Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Ribbon/Ribbon.js"},"RippleEffect":{"props":["children","isActive","isDisabled","palette","hoverType","isNeedEffect","needBorder","isCopyTextEnabled"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/RippleEffect/RippleEffect.js"},"GroupSelect":{"props":["autoSelectDebouneTime","searchDebounceTime","groupedOptions","selectedOption","isPopupOpen","needSearch","isSearchClearOnClose","isDefaultSelectValue","needLocalSearch","onSearch","isPopupOpenOnEnter","onKeyDown","onChange","isReadOnly","togglePopup","defaultDropBoxPosition","closePopupOnly","getRef","autoSelectOnType","isNextOptions","getNextOptions","isDisabled","emptyMessage","needSelectDownIcon","maxLength","needBorder","placeHolder","searchBoxPlaceHolder","searchEmptyMessage","dataId","dataIdSlctComp","dataIdDownIcon","dataIdSrchEmptyMsg","needResponsive","className","size","title","textBoxSize","textBoxVariant","animationStyle","dropBoxSize","searchBoxSize","getTargetRef","position","getContainerRef","isPopupReady","removeClose","borderColor","needTick","children","getFooter","i18nKeys","htmlId","iconOnHover","isLoading","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/GroupSelect.js"},"Select":{"props":["selectedValue","searchDebounceTime","isDefaultSelectValue","autoSelectDebouneTime","valueField","textField","needLocalSearch","onDropBoxClose","onDropBoxOpen","needSearch","onSearch","isPopupOpen","isSearchClearOnClose","isNextOptions","getNextOptions","getPopupHandlers","options","customProps","onChange","isReadOnly","needCloseOnSelect","onKeyDown","isPopupOpenOnEnter","excludeOptions","togglePopup","defaultDropBoxPosition","onFocus","closePopupOnly","getRef","autoSelectOnType","onAddNewOption","getCustomEmptyState","removeClose","openPopupOnly","dropBoxSize","emptyMessage","searchEmptyMessage","needBorder","needSelectDownIcon","position","getTargetRef","getContainerRef","isPopupReady","animationStyle","textBoxSize","textBoxVariant","searchBoxSize","searchBoxPlaceHolder","maxLength","isDisabled","title","size","placeHolder","className","dataId","needResponsive","borderColor","needTick","listItemSize","boxSize","needListBorder","getFooter","getChildren","isParentBased","i18nKeys","htmlId","children","iconOnHover","autoComplete","ariaLabelledby","isLoading","dataSelectorId","isAbsolutePositioningNeeded","positionsOffset","targetOffset","isRestrictScroll","dropBoxPortalId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/Select.js"},"SelectWithIcon":{"props":["isPopupOpen","idKey","valueKey","selectedId","needSearch","options","togglePopup","isReadOnly","boxPosition","onChange","isNextOptions","getNextOptions","animationStyle","removeClose","selectedValue","searchBoxPlaceHolder","searchEmptyMessage","dataId","maxLength","isDisabled","placeHolder","textBoxSize","textBoxVariant","isPopupReady","position","getContainerRef","needListBorder","needTick","size","borderColor","title","className","needBorder","searchBoxSize","getTargetRef","needResponsive","boxSize","dropBoxSize","emptyMessage","needIcon","iconName","iconSize","iconClass","i18nKeys","htmlId","isLoading","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/SelectWithIcon.js"},"Stencils":{"props":["shape","size","palette","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Stencils/Stencils.js"},"Switch":{"props":["onChange","checked","id","name","value","disabled","isReadOnly","size","text","labelSize","labelPalette","title","disableTitle","dataId","dataSelectorId","customClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Switch/Switch.js"},"Tab":{"props":["id","style","text","children","className","dataId","dataSelectorId","title","titlePosition","activeClass","href","isLink","isDisabled","tourId","onClick","isActive","getTabRef","onSelect","type","isAnimate","needBorder","needAppearance","align","isVirtual","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/Tab.js"},"TabContent":{"props":["children","scroll","dataId","id","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/TabContent.js"},"TabContentWrapper":{"props":["style","className","children","dataId","selectedTab","onScroll","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/TabContentWrapper.js"},"TabWrapper":{"props":["defaultTab","hookToDisableInternalState","onSelect","type","isAnimate","needTabBorder","needBorder","needPadding","needAppearance","align","dataId","children","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/TabWrapper.js"},"Tabs":{"props":["align","children","childType","selectedTab","isAnimate","needTabBorder","isResponsive","maxTabsCount","minTabsCount","onSelect","onScroll","boxPosition","togglePopup","removeClose","moreButtonClass","moreButtonActiveClass","moreBoxClass","menuItemClass","itemClass","itemActiveClass","iconName","isPopupReady","isPopupOpen","getContainerRef","showTitleInMoreOptions","moreContainerClass","type","needAppearance","iconSize","getTargetRef","position","customProps","getCustomDropBoxHeaderPlaceHolder","dataSelectorId","style","className","dataId","highlightClass","needBorder","needPadding","containerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/Tabs.js"},"Tag":{"props":["id","onSelectTag","onRemove","getRef","imageURL","hasAvatar","text","initial","active","size","rounded","palette","disabled","closePalette","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tag/Tag.js"},"Textbox":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBox/TextBox.js"},"TextBoxIcon":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onClear","children","iconRotated","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":["autofocus","needAppearance","autoComplete","a11y"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBoxIcon/TextBoxIcon.js"},"Textarea":{"props":["onChange","onBlur","onKeyDown","size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Textarea/Textarea.js"},"Tooltip":{"props":["dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tooltip/Tooltip.js"},"VelocityAnimation":{"props":["children","name","duration","isActive","runOnMount","delay","isCustomized","needUIPack","isFlex"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimation/VelocityAnimation.js"},"VelocityAnimationGroup":{"props":["children","enterName","exitName","enterDuration","exitDuration","isActive","component","runOnMount","enterShowStyle","enterHideStyle","exitDelay","isFlex","enterDelay","isCustomized","name","needUIPack"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js"},"PortalLayer":{"innerComponent":{"RefElement":{"props":["Element","elementProps","renderChildren","isChildrenRestrictionNeeded","isActive"],"unusedPropsInFile":["Element"],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"},"PortalLayer":{"props":["initialState","isActive","saveUpdateFunction","saveGetFunction","name","children","renderChildren","portalId","autoZIndexNeeded","isChildrenRestrictionNeeded"],"unusedPropsInFile":[],"notValidatedProps":["isActive","name"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"}}},"semantic-Button":{"props":["value","type","text","title","name","autoFocus","disabled","ref","dataId","onClick","children","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/semantic/Button/Button.js"}};
|
|
66
|
-
const tableContainer = document.getElementById('table-container');
|
|
67
|
-
const table = document.createElement('table');
|
|
68
|
-
const thead = document.createElement('thead');
|
|
69
|
-
const tbody = document.createElement('tbody');
|
|
71
|
+
const jsonData = {"Accordion":{"props":["selectedItem","onSelect","disableInternalState","className","height","unMount","a11y","dataId","dataSelectorId","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Accordion/Accordion.js"},"AccordionItem":{"props":["equalityCheck","selectedItem","id","selectMenu","className","children","dataId","dataSelectorId","unMount","unMountItem","a11y","innerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Accordion/AccordionItem.js"},"Animation":{"props":["name","enterDuration","exitDuration","children","isActive","unmountOnExit","onEntered","onExit","delayClassName"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Animation/Animation.js"},"AppContainer":{"props":["eleRef","needTooltip","className","children","tagName","dataId","dataSelectorId","tooltipClass","tooltipParentClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/AppContainer/AppContainer.js"},"Avatar":{"props":["src","alternateSrc","name","size","palette","onClick","title","shape","needTitle","dataId","initial","needBorder","borderOnActive","borderOnHover","textPalette","customClass","isAnimate","dataSelectorId","customProps","needInnerBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Avatar/Avatar.js"},"AvatarTeam":{"props":["src","name","size","palette","textPalette","onClick","title","isFilled","dataId","needTitle","customClass","borderOnActive","borderOnHover","dataSelectorId","customProps","needInnerBorder","needBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/AvatarTeam/AvatarTeam.js"},"Button":{"props":["customClass","needAppearance","isBold","rounded","size","children","palette","status","text","disabled","onClick","dataId","getRef","title","dataSelectorId","customProps","customStyle","a11y","id"],"unusedPropsInFile":[],"notValidatedProps":["a11y","id"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/Button.js"},"Buttongroup":{"props":["children","type","buttonPosition","customClass","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.js"},"Card":{"innerComponent":{"CardHeader":{"props":["isScroll","children","dataId","dataSelectorId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"},"CardContent":{"props":["onScroll","eleRef","children","scroll","isScrollAttribute","dataId","dataSelectorId","shrink","customClass","preventParentScroll"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"},"Card":{"props":["from","limit","onScroll","fetchData","noMoreData","scrollAt","noNeedUpScroll","isPercentageScroll","onClick","children","isScrollAttribute","dataId","eleRef","customClass","htmlId","a11y","childTypes"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"},"CardFooter":{"props":["children","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"}}},"CheckBox":{"props":["onChange","checked","id","disabled","isReadOnly","disabledTitle","title","palette","text","size","labelPalette","labelSize","isFilled","isClipped","getRef","variant","active","dataId","name","activeStyle","a11y","customClass","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/CheckBox/CheckBox.js"},"CalendarView":{"innerComponent":{"CalendarView":{"props":["onSelect","date","year","month","dataId","needBorder","dayNames","dayNamesShort","todayMonth","todayDate","todayYear"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/CalendarView.js"},"Span":{"props":["handleSelect","incremday","userSeeMonth","userSeeYear","tdclass","i","dataId","isActive","isToday"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/CalendarView.js"}}},"DateTime":{"props":["i18nKeys","value","isActive","is24Hour","timeZone","defaultTime","needDefaultTime","isDateTimeField","min","max","dateFormat","customDateFormat","onError","onSelect","minErrorText","maxErrorText","onChange","onClear","onDateSelect","getMethods","position","isReady","getRef","onClick","dataId","needResponsive","isAbsolute","isAnimate","needAction","boxSize","className","innerClass","isPadding","isDefaultPosition","positionsOffset","targetOffset","isRestrictScroll","dropBoxPortalId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateTime.js"},"DateTimePopupFooter":{"props":["submitText","onSubmit","cancelText","onCancel","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateTimePopupFooter.js"},"DateTimePopupHeader":{"props":["onOpenYearView","showMonthTxt","isYearView","prevMonthTitleText","nextMonthTitleText","onModifyCalendar"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateTimePopupHeader.js"},"DaysRow":{"props":["dayNames","dayNamesShort"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DaysRow.js"},"Time":{"props":["timeText","dataId","hourSuggestions","onHourSelect","hours","hourEmptyText","needResponsive","minSuggestions","onMinutesSelect","mins","minuteEmptyText","ampmSuggestions","onAmPmSelect","amPm","is24Hour"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/Time.js"},"YearView":{"props":["viewedYear","onSelectMonth","onSelectYear","viewedMonth","monthNamesShort","isMonthOpen"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/YearView.js"},"DropBox":{"props":["isActive","needAutoZindex","right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef","needResponsive","portalId","isRestrictScroll","needFocusScope","onClose","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropBox/DropBox.js"},"DropBoxElement":{"props":["right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isActive","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropBox/DropBoxElement/DropBoxElement.js"},"DropDown":{"innerComponent":{"DropDown":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady","getRef","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":["getRef","animationStyle"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownTarget":{"props":["children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownContainer":{"props":["children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownItemContainer":{"props":["onScroll","getRef","children","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"}}},"DropDownHeading":{"props":["text","title","children","customClass","palette","htmlId","a11y","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownHeading.js"},"DropDownItem":{"props":["index","getRef","onClick","id","value","onHover","active","children","hightlight","dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownItem.js"},"DropDownSearch":{"props":["getRef","name","id","maxLength","onKeyDown","onChange","value","onBlur","size","textBoxSize","placeHolder","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownSearch.js"},"DropDownSeparator":{"props":["customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownSeparator.js"},"Heading":{"props":["tagName","className","onClick","onDoubleClick","title","dataTitle","dataId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Heading/Heading.js"},"Label":{"props":["text","type","palette","size","clipped","htmlFor","title","onClick","dataId","dataSelectorId","variant","customClass","id","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Label/Label.js"},"ListContainer":{"props":["size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","onClick","onMouseEnter","onMouseOver","eleRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListContainer.js"},"ListItem":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItem.js"},"ListItemWithAvatar":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","name","imgSrc","autoHover","isTeam","palette","title","needTick","dataId","dataSelectorId","initial","isDisabled","needBorder","disableTitle","needAvatarTitle","avatarPalette","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithAvatar.js"},"ListItemWithCheckBox":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithCheckBox.js"},"ListItemWithIcon":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","iconName","iconSize","autoHover","palette","iconClass","dataId","dataSelectorId","title","needTick","isLink","href","target","needBorder","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithIcon.js"},"ListItemWithRadio":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithRadio.js"},"Modal":{"props":["portalId","isActive","autoZIndexNeeded","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Modal/Modal.js"},"EmptyState":{"props":["emptyMessage","isLoading","noMoreOptionsMessage","options","searchEmptyMessage","searchString","suggestions","dataId","getCustomEmptyState","palette","i18nKeys","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/EmptyState.js"},"MultiSelectHeader":{"props":["dataId","needSelectAll","onSelect","selectAllText","suggestions"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/MultiSelectHeader.js"},"SelectedOptions":{"props":["selectedOptions","highLightedSelectOptions","isReadOnly","getRef","onRemove","onSelect","size","palette"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/SelectedOptions.js"},"Suggestions":{"props":["suggestions","getRef","hoverOption","onClick","onMouseEnter","needTick","needBorder","selectedOptions","activeId","hoverId","dataId","listItemSize","className","avatarPalette","palette","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/Suggestions.js"},"PopOver":{"innerComponent":{"PopOver":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverTarget":{"props":["getRef","children","togglePopup"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverContainer":{"props":["getRef","onClick","removeClose","children","isPopupOpen","isAnimate","isArrow","size","arrowPosition","boxPosition","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/PopOver/PopOver.js"}}},"LibraryContextProvider":{"props":["isReducedMotion","direction","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/LibraryContext.js"},"Radio":{"props":["onChange","value","id","name","checked","disabled","isReadOnly","palette","disabledTitle","title","text","labelPalette","size","labelSize","variant","active","isFilled","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Radio/Radio.js"},"CustomResponsive":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/CustomResponsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","query","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/CustomResponsive.js"}}},"DOMRefWrapper":{"props":["children","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/RefWrapper.js"},"ResizeComponent":{"props":["wrapperDivRef","childrenList","resizeId","moreDivRef","getData","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/ResizeComponent.js"},"Responsive":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/Responsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","hiddenSizes","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/Responsive.js"}}},"Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Ribbon/Ribbon.js"},"RippleEffect":{"props":["children","isActive","isDisabled","palette","hoverType","isNeedEffect","needBorder","isCopyTextEnabled"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/RippleEffect/RippleEffect.js"},"Stencils":{"props":["shape","size","palette","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Stencils/Stencils.js"},"Switch":{"props":["onChange","checked","id","name","value","disabled","isReadOnly","size","text","labelSize","labelPalette","title","disableTitle","dataId","dataSelectorId","customClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Switch/Switch.js"},"Tab":{"props":["id","style","text","children","className","dataId","dataSelectorId","title","titlePosition","activeClass","href","isLink","isDisabled","tourId","onClick","isActive","getTabRef","onSelect","type","isAnimate","needBorder","needAppearance","align","isVirtual","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/Tab.js"},"TabContent":{"props":["children","scroll","dataId","id","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/TabContent.js"},"TabContentWrapper":{"props":["style","className","children","dataId","selectedTab","onScroll","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/TabContentWrapper.js"},"TabWrapper":{"props":["defaultTab","hookToDisableInternalState","onSelect","type","isAnimate","needTabBorder","needBorder","needPadding","needAppearance","align","dataId","children","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/TabWrapper.js"},"Tabs":{"props":["align","children","childType","selectedTab","isAnimate","needTabBorder","isResponsive","maxTabsCount","minTabsCount","onSelect","onScroll","boxPosition","togglePopup","removeClose","moreButtonClass","moreButtonActiveClass","moreBoxClass","menuItemClass","itemClass","itemActiveClass","iconName","isPopupReady","isPopupOpen","getContainerRef","showTitleInMoreOptions","moreContainerClass","type","needAppearance","iconSize","getTargetRef","position","customProps","getCustomDropBoxHeaderPlaceHolder","dataSelectorId","style","className","dataId","highlightClass","needBorder","needPadding","containerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/Tabs.js"},"Tag":{"props":["id","onSelectTag","onRemove","getRef","imageURL","hasAvatar","text","initial","active","size","rounded","palette","disabled","closePalette","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tag/Tag.js"},"TextBox":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/TextBox/TextBox.js"},"TextBoxIcon":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onClear","children","iconRotated","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/TextBoxIcon/TextBoxIcon.js"},"Textarea":{"props":["onChange","onBlur","onKeyDown","size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Textarea/Textarea.js"},"Tooltip":{"props":["dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tooltip/Tooltip.js"},"VelocityAnimation":{"props":["children","name","duration","isActive","runOnMount","delay","isCustomized","needUIPack","isFlex"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/VelocityAnimation/VelocityAnimation/VelocityAnimation.js"},"VelocityAnimationGroup":{"props":["children","enterName","exitName","enterDuration","exitDuration","isActive","component","runOnMount","enterShowStyle","enterHideStyle","exitDelay","isFlex","enterDelay","isCustomized","name","needUIPack"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js"},"PortalLayer":{"innerComponent":{"RefElement":{"props":["Element","elementProps","renderChildren","isChildrenRestrictionNeeded","isActive"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"},"PortalLayer":{"props":["initialState","isActive","saveUpdateFunction","saveGetFunction","name","children","renderChildren","portalId","autoZIndexNeeded","isChildrenRestrictionNeeded"],"unusedPropsInFile":[],"notValidatedProps":["isActive","name"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"}}},"semantic-Button":{"props":["value","type","text","title","name","autoFocus","disabled","ref","dataId","onClick","children","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/semantic/Button/Button.js"},"v1-CheckBox":{"props":["id","checked","disabled","isReadOnly","disabledTitle","title","palette","text","size","labelPalette","labelSize","isFilled","isClipped","getRef","variant","active","dataId","name","activeStyle","a11y","customClass","customProps","dataSelectorId","onChange"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/CheckBox/CheckBox.js"},"v1-ListContainer":{"props":["size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","onClick","onMouseEnter","onMouseOver","eleRef","mobileToTab","isTouchDevice"],"unusedPropsInFile":[],"notValidatedProps":["mobileToTab","isTouchDevice"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListContainer.js"},"v1-ListItem":{"props":["size","active","highlight","value","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","needMultiLineText","getRef","index","id","onClick","onMouseEnter","replace"],"unusedPropsInFile":[],"notValidatedProps":["replace"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItem.js"},"v1-ListItemWithAvatar":{"props":["size","active","highlight","value","name","imgSrc","autoHover","isTeam","palette","title","needTick","dataId","dataSelectorId","initial","isDisabled","needBorder","disableTitle","needAvatarTitle","avatarPalette","a11y","customClass","customProps","needMultiLineText","index","id","getRef","onClick","onMouseEnter"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithAvatar.js"},"v1-ListItemWithCheckBox":{"props":["size","active","highlight","value","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText","id","index","onHover","onClick","getRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithCheckBox.js"},"v1-ListItemWithIcon":{"props":["size","active","highlight","value","iconName","iconSize","autoHover","palette","iconClass","dataId","dataSelectorId","title","needTick","isLink","href","target","needBorder","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText","getRef","onClick","onMouseEnter","index","id","replace"],"unusedPropsInFile":[],"notValidatedProps":["replace"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithIcon.js"},"v1-ListItemWithRadio":{"props":["size","active","highlight","value","checked","autoHover","palette","id","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText","getRef","onClick","onHover","index"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithRadio.js"},"v1-Radio":{"props":["id","name","value","checked","disabled","isReadOnly","palette","disabledTitle","title","text","labelPalette","size","labelSize","variant","active","isFilled","customClass","a11y","onChange"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Radio/Radio.js"},"v1-Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Ribbon/Ribbon.js"},"v1-Switch":{"props":["id","name","value","checked","disabled","isReadOnly","size","text","labelSize","labelPalette","title","disableTitle","dataId","dataSelectorId","customClass","customProps","onChange"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Switch/Switch.js"},"v1-Tag":{"props":["imageURL","hasAvatar","text","onRemove","initial","active","size","rounded","palette","disabled","closePalette","onSelectTag","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly","id","getRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Tag/Tag.js"},"Textbox":{"props":["type","name","id","maxLength","placeHolder","size","onKeyUp","isReadOnly","isDisabled","onKeyDown","variant","onClick","needBorder","value","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onFocus","onBlur","onChange","inputRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/TextBox/TextBox.js"},"v1-TextBoxIcon":{"props":["type","name","id","maxLength","placeHolder","size","onKeyUp","isReadOnly","isDisabled","onKeyDown","variant","onClick","needBorder","value","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onFocus","onBlur","onChange","inputRef","children","iconRotated","onClear","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/TextBoxIcon/TextBoxIcon.js"},"v1-Textarea":{"props":["size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass","onChange","onBlur","onKeyDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Textarea/Textarea.js"}};
|
|
72
|
+
const tableContainer = document.getElementById( 'table-container' );
|
|
73
|
+
const table = document.createElement( 'table' );
|
|
74
|
+
const thead = document.createElement( 'thead' );
|
|
75
|
+
const tbody = document.createElement( 'tbody' );
|
|
70
76
|
|
|
71
77
|
// Create table header
|
|
72
|
-
const headerRow = document.createElement('tr');
|
|
73
|
-
const headers = ['No','Component Name', 'Props List', 'Unused Props', "Not Validated Props", " UnUsed Validated Props ", 'Prop Structure (UCL / OLD)', 'FilePath', 'Inner Components Of'];
|
|
74
|
-
headers.forEach(header => {
|
|
75
|
-
const th = document.createElement('th');
|
|
78
|
+
const headerRow = document.createElement( 'tr' );
|
|
79
|
+
const headers = [ 'No', 'Component Name', 'Props List', 'Unused Props', "Not Validated Props", " UnUsed Validated Props ", 'Prop Structure (UCL / OLD)', 'FilePath', 'Inner Components Of' ];
|
|
80
|
+
headers.forEach( header => {
|
|
81
|
+
const th = document.createElement( 'th' );
|
|
76
82
|
th.textContent = header;
|
|
77
|
-
headerRow.appendChild(th);
|
|
78
|
-
});
|
|
79
|
-
thead.appendChild(headerRow);
|
|
80
|
-
table.appendChild(thead);
|
|
81
|
-
|
|
82
|
-
function convertJsonIntoHtml(data)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
return newNode;
|
|
83
|
+
headerRow.appendChild( th );
|
|
84
|
+
} );
|
|
85
|
+
thead.appendChild( headerRow );
|
|
86
|
+
table.appendChild( thead );
|
|
87
|
+
|
|
88
|
+
function convertJsonIntoHtml( data ) {
|
|
89
|
+
const newNode = document.createElement( "div" );
|
|
90
|
+
data.forEach( ( item ) => {
|
|
91
|
+
// const newNode = document.createElement("div");
|
|
92
|
+
const textNode = document.createElement( "span" ); // Create a new <div> element
|
|
93
|
+
textNode.innerText = item; // Set the content of the <div> to the array item
|
|
94
|
+
newNode.appendChild( textNode );
|
|
95
|
+
// htmlText.push(newNode); // Append the new <div> to the container
|
|
96
|
+
} );
|
|
97
|
+
return newNode;
|
|
93
98
|
}
|
|
94
|
-
var componentCount=1;
|
|
99
|
+
var componentCount = 1;
|
|
95
100
|
// Function to recursively generate table rows for inner components
|
|
96
|
-
function generateRows(component, data, innerComponent = '') {
|
|
97
|
-
const props = data.props ? convertJsonIntoHtml(data.props) : '';
|
|
98
|
-
const unusedProps = data.unusedPropsInFile ? convertJsonIntoHtml(data.unusedPropsInFile) : '';
|
|
99
|
-
const notValidatedProps = data.notValidatedProps ? convertJsonIntoHtml(data.notValidatedProps) : '';
|
|
100
|
-
const unusedValidatedProps = data.UnUsedValidatedProps ? convertJsonIntoHtml(data.UnUsedValidatedProps) : '';
|
|
101
|
+
function generateRows( component, data, innerComponent = '' ) {
|
|
102
|
+
const props = data.props ? convertJsonIntoHtml( data.props ) : '';
|
|
103
|
+
const unusedProps = data.unusedPropsInFile ? convertJsonIntoHtml( data.unusedPropsInFile ) : '';
|
|
104
|
+
const notValidatedProps = data.notValidatedProps ? convertJsonIntoHtml( data.notValidatedProps ) : '';
|
|
105
|
+
const unusedValidatedProps = data.UnUsedValidatedProps ? convertJsonIntoHtml( data.UnUsedValidatedProps ) : '';
|
|
101
106
|
const propsTypeDeclared = data.noSeperatePropsFile ? "Old " : "UCL";
|
|
102
107
|
const filePath = data.FilePath ? data.FilePath : '';
|
|
103
108
|
|
|
104
|
-
const row = document.createElement('tr');
|
|
105
|
-
const numbers = document.createElement('td');
|
|
106
|
-
const componentCell = document.createElement('td');
|
|
107
|
-
const propsCell = document.createElement('td');
|
|
108
|
-
const unusedPropsCell = document.createElement('td');
|
|
109
|
-
const notValidatedPropsCell = document.createElement('td');
|
|
110
|
-
const unusedValidatedPropsCell = document.createElement('td');
|
|
111
|
-
const propsTypeDeclaredCell = document.createElement('td');
|
|
112
|
-
const filePathCell = document.createElement('td');
|
|
113
|
-
const innerComponentCell = document.createElement('td');
|
|
109
|
+
const row = document.createElement( 'tr' );
|
|
110
|
+
const numbers = document.createElement( 'td' );
|
|
111
|
+
const componentCell = document.createElement( 'td' );
|
|
112
|
+
const propsCell = document.createElement( 'td' );
|
|
113
|
+
const unusedPropsCell = document.createElement( 'td' );
|
|
114
|
+
const notValidatedPropsCell = document.createElement( 'td' );
|
|
115
|
+
const unusedValidatedPropsCell = document.createElement( 'td' );
|
|
116
|
+
const propsTypeDeclaredCell = document.createElement( 'td' );
|
|
117
|
+
const filePathCell = document.createElement( 'td' );
|
|
118
|
+
const innerComponentCell = document.createElement( 'td' );
|
|
114
119
|
|
|
115
120
|
numbers.textContent = componentCount;
|
|
116
121
|
componentCell.textContent = component;
|
|
117
|
-
props && propsCell.appendChild
|
|
118
|
-
unusedProps && unusedPropsCell.appendChild(unusedProps);
|
|
119
|
-
notValidatedProps && notValidatedPropsCell.appendChild(notValidatedProps);
|
|
120
|
-
unusedValidatedProps && unusedValidatedPropsCell.appendChild
|
|
122
|
+
props && propsCell.appendChild( props );
|
|
123
|
+
unusedProps && unusedPropsCell.appendChild( unusedProps );
|
|
124
|
+
notValidatedProps && notValidatedPropsCell.appendChild( notValidatedProps );
|
|
125
|
+
unusedValidatedProps && unusedValidatedPropsCell.appendChild( unusedValidatedProps );
|
|
121
126
|
propsTypeDeclaredCell.textContent = propsTypeDeclared;
|
|
122
127
|
filePathCell.textContent = filePath;
|
|
123
128
|
innerComponentCell.textContent = innerComponent;
|
|
124
|
-
row.appendChild(numbers);
|
|
125
|
-
row.appendChild(componentCell);
|
|
126
|
-
row.appendChild(propsCell);
|
|
127
|
-
row.appendChild(unusedPropsCell);
|
|
128
|
-
row.appendChild(notValidatedPropsCell);
|
|
129
|
-
row.appendChild(unusedValidatedPropsCell);
|
|
130
|
-
row.appendChild(propsTypeDeclaredCell);
|
|
131
|
-
row.appendChild(filePathCell);
|
|
132
|
-
row.appendChild(innerComponentCell);
|
|
133
|
-
tbody.appendChild(row);
|
|
134
|
-
|
|
135
|
-
if (data.innerComponent) {
|
|
136
|
-
Object.entries(data.innerComponent).forEach(([innerComp, innerData]) => {
|
|
137
|
-
generateRows(innerComp, innerData, component);
|
|
138
|
-
});
|
|
129
|
+
row.appendChild( numbers );
|
|
130
|
+
row.appendChild( componentCell );
|
|
131
|
+
row.appendChild( propsCell );
|
|
132
|
+
row.appendChild( unusedPropsCell );
|
|
133
|
+
row.appendChild( notValidatedPropsCell );
|
|
134
|
+
row.appendChild( unusedValidatedPropsCell );
|
|
135
|
+
row.appendChild( propsTypeDeclaredCell );
|
|
136
|
+
row.appendChild( filePathCell );
|
|
137
|
+
row.appendChild( innerComponentCell );
|
|
138
|
+
tbody.appendChild( row );
|
|
139
|
+
|
|
140
|
+
if ( data.innerComponent ) {
|
|
141
|
+
Object.entries( data.innerComponent ).forEach( ( [ innerComp, innerData ] ) => {
|
|
142
|
+
generateRows( innerComp, innerData, component );
|
|
143
|
+
} );
|
|
139
144
|
}
|
|
140
|
-
componentCount++;
|
|
141
145
|
}
|
|
142
146
|
|
|
143
147
|
// Generate table rows for the JSON data
|
|
144
|
-
Object.entries(jsonData).forEach(([component, data]) => {
|
|
145
|
-
generateRows(component, data);
|
|
146
|
-
|
|
148
|
+
Object.entries( jsonData ).forEach( ( [ component, data ] ) => {
|
|
149
|
+
generateRows( component, data );
|
|
150
|
+
componentCount++;
|
|
151
|
+
} );
|
|
147
152
|
|
|
148
|
-
table.appendChild(tbody);
|
|
149
|
-
tableContainer.appendChild(table);
|
|
153
|
+
table.appendChild( tbody );
|
|
154
|
+
tableContainer.appendChild( table );
|
|
150
155
|
|
|
151
156
|
//generateTable(jsonData);
|
|
152
157
|
</script>
|
package/README.md
CHANGED
|
@@ -32,6 +32,16 @@ In this Package, we Provide Some Basic Components to Build Web App
|
|
|
32
32
|
- TextBoxIcon
|
|
33
33
|
- Tooltip
|
|
34
34
|
|
|
35
|
+
# 1.2.2
|
|
36
|
+
|
|
37
|
+
- **Button** id attribute has been added
|
|
38
|
+
|
|
39
|
+
- **Heading** a11y prop has been added
|
|
40
|
+
|
|
41
|
+
# 1.2.1
|
|
42
|
+
|
|
43
|
+
- Proptypes and PlayGround Validated
|
|
44
|
+
|
|
35
45
|
# 1.2.0
|
|
36
46
|
|
|
37
47
|
- **utils** and **hooks** packages added as dependency
|
|
@@ -135,7 +135,13 @@
|
|
|
135
135
|
<a name='L70'></a><a href='#L70'>70</a>
|
|
136
136
|
<a name='L71'></a><a href='#L71'>71</a>
|
|
137
137
|
<a name='L72'></a><a href='#L72'>72</a>
|
|
138
|
-
<a name='L73'></a><a href='#L73'>73</a
|
|
138
|
+
<a name='L73'></a><a href='#L73'>73</a>
|
|
139
|
+
<a name='L74'></a><a href='#L74'>74</a>
|
|
140
|
+
<a name='L75'></a><a href='#L75'>75</a>
|
|
141
|
+
<a name='L76'></a><a href='#L76'>76</a>
|
|
142
|
+
<a name='L77'></a><a href='#L77'>77</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
143
|
+
<span class="cline-any cline-neutral"> </span>
|
|
144
|
+
<span class="cline-any cline-neutral"> </span>
|
|
139
145
|
<span class="cline-any cline-neutral"> </span>
|
|
140
146
|
<span class="cline-any cline-neutral"> </span>
|
|
141
147
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -197,6 +203,8 @@
|
|
|
197
203
|
<span class="cline-any cline-neutral"> </span>
|
|
198
204
|
<span class="cline-any cline-neutral"> </span>
|
|
199
205
|
<span class="cline-any cline-neutral"> </span>
|
|
206
|
+
<span class="cline-any cline-neutral"> </span>
|
|
207
|
+
<span class="cline-any cline-neutral"> </span>
|
|
200
208
|
<span class="cline-any cline-yes">1x</span>
|
|
201
209
|
<span class="cline-any cline-neutral"> </span>
|
|
202
210
|
<span class="cline-any cline-yes">1x</span>
|
|
@@ -232,7 +240,9 @@ export default function Button(props) {
|
|
|
232
240
|
title,
|
|
233
241
|
dataSelectorId,
|
|
234
242
|
customProps,
|
|
235
|
-
customStyle
|
|
243
|
+
customStyle,
|
|
244
|
+
a11y,
|
|
245
|
+
id
|
|
236
246
|
} = props;
|
|
237
247
|
|
|
238
248
|
const finalStyle = mergeStyle(style, customStyle);
|
|
@@ -256,6 +266,8 @@ export default function Button(props) {
|
|
|
256
266
|
ref={getRef}
|
|
257
267
|
data-selector-id={dataSelectorId}
|
|
258
268
|
{...customProps}
|
|
269
|
+
{...a11y}
|
|
270
|
+
id={id}
|
|
259
271
|
>
|
|
260
272
|
{children ? <span class="branch-0 cbranch-no" title="branch not covered" >children </span>: text}
|
|
261
273
|
{statusLower !== 'none' && needAppearance && (
|
|
@@ -286,7 +298,7 @@ Button.propTypes = propTypes;
|
|
|
286
298
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
287
299
|
Code coverage generated by
|
|
288
300
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
289
|
-
at 2023-08-
|
|
301
|
+
at 2023-08-16T17:22:35.940Z
|
|
290
302
|
</div>
|
|
291
303
|
<script src="../prettify.js"></script>
|
|
292
304
|
<script>
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1427
1427
|
Code coverage generated by
|
|
1428
1428
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1429
|
-
at 2023-08-
|
|
1429
|
+
at 2023-08-16T17:22:35.940Z
|
|
1430
1430
|
</div>
|
|
1431
1431
|
<script src="../../prettify.js"></script>
|
|
1432
1432
|
<script>
|