pixelize-design-library 2.3.8 → 2.3.10

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.
Files changed (155) hide show
  1. package/.claude/settings.local.json +51 -0
  2. package/.cursor/plans/current.md +8 -11
  3. package/coverage/clover.xml +405 -0
  4. package/coverage/coverage-final.json +16 -0
  5. package/coverage/coverage-summary.json +50 -0
  6. package/coverage/lcov-report/Button/Button.tsx.html +244 -0
  7. package/coverage/lcov-report/Button/index.html +116 -0
  8. package/coverage/lcov-report/Checkbox/Checkbox.tsx.html +433 -0
  9. package/coverage/lcov-report/Checkbox/index.html +116 -0
  10. package/coverage/lcov-report/Common/ErrorMessage.tsx.html +148 -0
  11. package/coverage/lcov-report/Common/FormLabel.tsx.html +331 -0
  12. package/coverage/lcov-report/Common/HelperText.tsx.html +124 -0
  13. package/coverage/lcov-report/Common/index.html +146 -0
  14. package/coverage/lcov-report/Components/Button/Button.tsx.html +244 -0
  15. package/coverage/lcov-report/Components/Button/index.html +116 -0
  16. package/coverage/lcov-report/Components/Checkbox/Checkbox.tsx.html +433 -0
  17. package/coverage/lcov-report/Components/Checkbox/index.html +116 -0
  18. package/coverage/lcov-report/Components/Common/ErrorMessage.tsx.html +148 -0
  19. package/coverage/lcov-report/Components/Common/FormLabel.tsx.html +331 -0
  20. package/coverage/lcov-report/Components/Common/HelperText.tsx.html +124 -0
  21. package/coverage/lcov-report/Components/Common/index.html +146 -0
  22. package/coverage/lcov-report/Components/CustomModulesTable/CustomModulesTable.tsx.html +712 -0
  23. package/coverage/lcov-report/Components/CustomModulesTable/DeleteModuleModal.tsx.html +343 -0
  24. package/coverage/lcov-report/Components/CustomModulesTable/EditModuleModal.tsx.html +313 -0
  25. package/coverage/lcov-report/Components/CustomModulesTable/index.html +146 -0
  26. package/coverage/lcov-report/Components/Divider/Divider.tsx.html +133 -0
  27. package/coverage/lcov-report/Components/Divider/index.html +116 -0
  28. package/coverage/lcov-report/Components/Dropdown/DropDown.tsx.html +994 -0
  29. package/coverage/lcov-report/Components/Dropdown/index.html +116 -0
  30. package/coverage/lcov-report/Components/EmptyState/EmptyState.tsx.html +466 -0
  31. package/coverage/lcov-report/Components/EmptyState/index.html +116 -0
  32. package/coverage/lcov-report/Components/Header/HeaderActions.tsx.html +373 -0
  33. package/coverage/lcov-report/Components/Header/index.html +116 -0
  34. package/coverage/lcov-report/Components/Input/TextInput.tsx.html +487 -0
  35. package/coverage/lcov-report/Components/Input/index.html +116 -0
  36. package/coverage/lcov-report/Components/Input/textInputIconSize.ts.html +205 -0
  37. package/coverage/lcov-report/Components/KanbanBoard/AccountCard.tsx.html +547 -0
  38. package/coverage/lcov-report/Components/KanbanBoard/AccountRow.tsx.html +190 -0
  39. package/coverage/lcov-report/Components/KanbanBoard/KanbanActions/KanbanActions.tsx.html +247 -0
  40. package/coverage/lcov-report/Components/KanbanBoard/KanbanActions/index.html +116 -0
  41. package/coverage/lcov-report/Components/KanbanBoard/KanbanBoard.tsx.html +3598 -0
  42. package/coverage/lcov-report/Components/KanbanBoard/MeasuredItem.tsx.html +283 -0
  43. package/coverage/lcov-report/Components/KanbanBoard/index.html +161 -0
  44. package/coverage/lcov-report/Components/OrganizationDetails/CreateOrgModal.tsx.html +511 -0
  45. package/coverage/lcov-report/Components/OrganizationDetails/DeleteOrgModal.tsx.html +334 -0
  46. package/coverage/lcov-report/Components/OrganizationDetails/OrganizationDetails.tsx.html +1519 -0
  47. package/coverage/lcov-report/Components/OrganizationDetails/index.html +146 -0
  48. package/coverage/lcov-report/Components/RolesPermission/DeleteRoleModal.tsx.html +328 -0
  49. package/coverage/lcov-report/Components/RolesPermission/RolesPermission.tsx.html +1732 -0
  50. package/coverage/lcov-report/Components/RolesPermission/index.html +131 -0
  51. package/coverage/lcov-report/Components/SearchSelect/SearchSelect.tsx.html +2575 -0
  52. package/coverage/lcov-report/Components/SearchSelect/SelectTruncatedLabel.tsx.html +202 -0
  53. package/coverage/lcov-report/Components/SearchSelect/index.html +146 -0
  54. package/coverage/lcov-report/Components/SearchSelect/searchSelectSize.ts.html +496 -0
  55. package/coverage/lcov-report/Components/Select/Select.tsx.html +361 -0
  56. package/coverage/lcov-report/Components/Select/index.html +116 -0
  57. package/coverage/lcov-report/Components/SideBar/components/OtherApps.tsx.html +562 -0
  58. package/coverage/lcov-report/Components/SideBar/components/OverflowTooltipText.tsx.html +346 -0
  59. package/coverage/lcov-report/Components/SideBar/components/index.html +116 -0
  60. package/coverage/lcov-report/Components/SignInActivityTable/SignInActivityTable.tsx.html +490 -0
  61. package/coverage/lcov-report/Components/SignInActivityTable/index.html +116 -0
  62. package/coverage/lcov-report/Components/Table/components/TableActions.tsx.html +595 -0
  63. package/coverage/lcov-report/Components/Table/components/TableBody.tsx.html +2212 -0
  64. package/coverage/lcov-report/Components/Table/components/TableGroupRow.tsx.html +358 -0
  65. package/coverage/lcov-report/Components/Table/components/TableLoading.tsx.html +358 -0
  66. package/coverage/lcov-report/Components/Table/components/index.html +161 -0
  67. package/coverage/lcov-report/Components/Table/settings/ManageColumns.tsx.html +856 -0
  68. package/coverage/lcov-report/Components/Table/settings/index.html +116 -0
  69. package/coverage/lcov-report/Components/Tag/Tag.styles.tsx.html +331 -0
  70. package/coverage/lcov-report/Components/Tag/Tag.tsx.html +256 -0
  71. package/coverage/lcov-report/Components/Tag/index.html +131 -0
  72. package/coverage/lcov-report/Components/ToolTip/ToolTip.tsx.html +286 -0
  73. package/coverage/lcov-report/Components/ToolTip/index.html +116 -0
  74. package/coverage/lcov-report/Components/UserDetails/AddUserModal.tsx.html +709 -0
  75. package/coverage/lcov-report/Components/UserDetails/ChangeRoleModal.tsx.html +505 -0
  76. package/coverage/lcov-report/Components/UserDetails/DeactivateConfirmModal.tsx.html +379 -0
  77. package/coverage/lcov-report/Components/UserDetails/UserDetails.tsx.html +1900 -0
  78. package/coverage/lcov-report/Components/UserDetails/index.html +161 -0
  79. package/coverage/lcov-report/EmptyState/EmptyState.tsx.html +466 -0
  80. package/coverage/lcov-report/EmptyState/index.html +116 -0
  81. package/coverage/lcov-report/Hooks/index.html +116 -0
  82. package/coverage/lcov-report/Hooks/usePreferences.ts.html +421 -0
  83. package/coverage/lcov-report/Input/TextInput.tsx.html +487 -0
  84. package/coverage/lcov-report/Input/index.html +131 -0
  85. package/coverage/lcov-report/Input/textInputIconSize.ts.html +205 -0
  86. package/coverage/lcov-report/KanbanBoard.tsx.html +3481 -0
  87. package/coverage/lcov-report/OrganizationDetails/CreateOrgModal.tsx.html +511 -0
  88. package/coverage/lcov-report/OrganizationDetails/DeleteOrgModal.tsx.html +334 -0
  89. package/coverage/lcov-report/OrganizationDetails/OrganizationDetails.tsx.html +1519 -0
  90. package/coverage/lcov-report/OrganizationDetails/index.html +146 -0
  91. package/coverage/lcov-report/RolesPermission/DeleteRoleModal.tsx.html +328 -0
  92. package/coverage/lcov-report/RolesPermission/RolesPermission.tsx.html +1732 -0
  93. package/coverage/lcov-report/RolesPermission/index.html +116 -0
  94. package/coverage/lcov-report/SearchSelect/SearchSelect.tsx.html +2575 -0
  95. package/coverage/lcov-report/SearchSelect/SelectTruncatedLabel.tsx.html +202 -0
  96. package/coverage/lcov-report/SearchSelect/index.html +146 -0
  97. package/coverage/lcov-report/SearchSelect/searchSelectSize.ts.html +496 -0
  98. package/coverage/lcov-report/Table/CompactSelect.tsx.html +379 -0
  99. package/coverage/lcov-report/Table/Components/ActiveFilters.tsx.html +514 -0
  100. package/coverage/lcov-report/Table/Components/HeaderActions.tsx.html +373 -0
  101. package/coverage/lcov-report/Table/Components/Pagination.tsx.html +574 -0
  102. package/coverage/lcov-report/Table/Components/TableActions.tsx.html +574 -0
  103. package/coverage/lcov-report/Table/Components/TableBody.tsx.html +1027 -0
  104. package/coverage/lcov-report/Table/Components/TableFilters.tsx.html +397 -0
  105. package/coverage/lcov-report/Table/Components/TableHeader.tsx.html +1060 -0
  106. package/coverage/lcov-report/Table/Components/TableLoading.tsx.html +361 -0
  107. package/coverage/lcov-report/Table/Components/TableSearch.tsx.html +337 -0
  108. package/coverage/lcov-report/Table/Components/index.html +266 -0
  109. package/coverage/lcov-report/Table/Components/useDebounce.ts.html +178 -0
  110. package/coverage/lcov-report/Table/Components/useTable.ts.html +778 -0
  111. package/coverage/lcov-report/Table/LeftFilterPane.tsx.html +1810 -0
  112. package/coverage/lcov-report/Table/SelectOperationControls.tsx.html +178 -0
  113. package/coverage/lcov-report/Table/Table.tsx.html +1567 -0
  114. package/coverage/lcov-report/Table/TableProps.tsx.html +658 -0
  115. package/coverage/lcov-report/Table/TableSettings/ManageColumns.tsx.html +619 -0
  116. package/coverage/lcov-report/Table/TableSettings/TableFilters.tsx.html +229 -0
  117. package/coverage/lcov-report/Table/TableSettings/TableSettings.tsx.html +532 -0
  118. package/coverage/lcov-report/Table/TableSettings/index.html +146 -0
  119. package/coverage/lcov-report/Table/TableToDo.tsx.html +973 -0
  120. package/coverage/lcov-report/Table/TextOperationControls.tsx.html +271 -0
  121. package/coverage/lcov-report/Table/filterTypes.ts.html +97 -0
  122. package/coverage/lcov-report/Table/index.html +176 -0
  123. package/coverage/lcov-report/Table/settings/ManageColumns.tsx.html +856 -0
  124. package/coverage/lcov-report/Table/settings/index.html +116 -0
  125. package/coverage/lcov-report/Tag/Tag.tsx.html +256 -0
  126. package/coverage/lcov-report/Tag/index.html +116 -0
  127. package/coverage/lcov-report/Theme/buildBrandTokens.ts.html +175 -0
  128. package/coverage/lcov-report/Theme/chartColorsFromTheme.ts.html +214 -0
  129. package/coverage/lcov-report/Theme/index.html +131 -0
  130. package/coverage/lcov-report/Theme/useCustomTheme.ts.html +100 -0
  131. package/coverage/lcov-report/ToolTip/ToolTip.tsx.html +286 -0
  132. package/coverage/lcov-report/ToolTip/index.html +116 -0
  133. package/coverage/lcov-report/UserDetails/AddUserModal.tsx.html +709 -0
  134. package/coverage/lcov-report/UserDetails/ChangeRoleModal.tsx.html +505 -0
  135. package/coverage/lcov-report/UserDetails/index.html +116 -0
  136. package/coverage/lcov-report/Utils/functions.ts.html +106 -0
  137. package/coverage/lcov-report/Utils/index.html +116 -0
  138. package/coverage/lcov-report/Utils/table.ts.html +1189 -0
  139. package/coverage/lcov-report/base.css +224 -0
  140. package/coverage/lcov-report/block-navigation.js +87 -0
  141. package/coverage/lcov-report/favicon.png +0 -0
  142. package/coverage/lcov-report/index.html +251 -0
  143. package/coverage/lcov-report/prettify.css +1 -0
  144. package/coverage/lcov-report/prettify.js +2 -0
  145. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  146. package/coverage/lcov-report/sorter.js +210 -0
  147. package/coverage/lcov.info +981 -0
  148. package/dist/Assets/defaultLogo.tsx +30 -0
  149. package/dist/Components/KanbanBoard/KanbanBoard.d.ts.map +1 -1
  150. package/dist/Components/KanbanBoard/KanbanBoard.js +38 -1
  151. package/dist/Components/Table/Table.d.ts.map +1 -1
  152. package/dist/Components/Table/Table.js +16 -7
  153. package/dist/Components/Table/settings/ManageColumns.d.ts.map +1 -1
  154. package/dist/Components/Table/settings/ManageColumns.js +2 -1
  155. package/package.json +1 -1
@@ -0,0 +1,51 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git ls-tree *)",
5
+ "Bash(npx --no-install tsc --noEmit)",
6
+ "Bash(git fsck *)",
7
+ "Bash(npx tsc *)",
8
+ "Bash(curl -s http://localhost:5174/ -o /dev/null -w \"HTTP %{http_code}\\\\n\")",
9
+ "Bash(curl -s \"http://localhost:5174/src/Components/Table/Components/TableBody.tsx\" -o /dev/null -w \"transform TableBody: HTTP %{http_code}\\\\n\")",
10
+ "Read(//private/tmp/**)",
11
+ "Bash(npx jest *)",
12
+ "Bash(pkill -f \"vite\")",
13
+ "Bash(grep -rln -E \"import\\\\s+\\\\w+\\\\s*\\(,\\\\s*\\\\{[^}]*\\\\}\\)?\\\\s*from\\\\s+['\\\\\"]pixelize-design-library['\\\\\"]\" src)",
14
+ "Bash(ps -p 44521 60411 -o pid,command)",
15
+ "Bash(node -e \"const p=require\\('./package.json'\\); console.log\\(JSON.stringify\\(p.scripts,null,2\\)\\)\")",
16
+ "Bash(echo \"=== total errors: $\\(npx tsc --noEmit -p tsconfig.json 2>&1)",
17
+ "Bash(echo \"=== total: $\\(npx tsc --noEmit -p tsconfig.json 2>&1)",
18
+ "Bash(echo \"exit=$?\")",
19
+ "Read(//tmp/**)",
20
+ "Bash(git mv *)",
21
+ "Bash(git rm *)",
22
+ "Bash(node -e \"console.log\\(require\\('@emotion/react/package.json'\\).version\\)\")",
23
+ "Bash(node -e \"console.log\\('jodit-react', require\\('jodit-react/package.json'\\).version\\); try{console.log\\('jodit', require\\('jodit/package.json'\\).version\\)}catch\\(e\\){}\")",
24
+ "Bash(node -e \"console.log\\('playwright', require\\('playwright/package.json'\\).version\\)\")",
25
+ "Bash(node -e \"console.log\\('puppeteer', require\\('puppeteer/package.json'\\).version\\)\")",
26
+ "Bash(node -e \"console.log\\('ws', require\\('ws/package.json'\\).version\\)\")",
27
+ "Bash(node -e \"console.log\\('node', process.version\\)\")",
28
+ "Bash(grep -E \"\\\\.tsx?$\")",
29
+ "Bash(node -e \"console.log\\(require.resolve\\('@chakra-ui/styled-system'\\)\\)\")",
30
+ "Bash(node -e \"const p=require.resolve\\('@chakra-ui/react'\\);console.log\\(p\\)\")",
31
+ "Bash(sed -n '31,45p' src/Pages/table.tsx)",
32
+ "Bash(perl -0pi -e 's/\\\\n\\\\s*content: \\\\\\(\\\\\\) => <>Hello<\\\\/>,?//' src/Pages/table.tsx)",
33
+ "Bash(cd /Users/mahesh/Applications/Pixelize/CRM/Micro-Components *)",
34
+ "Bash(node -e \"console.log\\(require\\('./node_modules/pixelize-design-library/package.json'\\).version\\)\")",
35
+ "Bash(node -e \"console.log\\(JSON.stringify\\(require\\('./node_modules/pixelize-authenticator/package.json'\\).dependencies\\)\\)\")",
36
+ "Bash(node -e \"console.log\\(require\\('./node_modules/pixelize-authenticator/package.json'\\).version\\)\")",
37
+ "Bash(node -e \"console.log\\(require\\('./node_modules/pixelize-authenticator/node_modules/pixelize-design-library/package.json'\\).version\\)\")",
38
+ "Bash(echo \"tsc exit code: $?\")",
39
+ "Bash(./node_modules/.bin/tsc --noEmit --skipLibCheck)",
40
+ "Bash(./node_modules/.bin/tsc --noEmit)",
41
+ "Bash(echo \"tsc exit: $?\")",
42
+ "Bash(echo \"local tsc exit: $?\")",
43
+ "Bash(ls -la src/pages/Tasks/TaskComponent/)",
44
+ "Bash(wc -l src/pages/Tasks/TaskComponent/*.tsx)"
45
+ ],
46
+ "additionalDirectories": [
47
+ "/private/tmp",
48
+ "/tmp"
49
+ ]
50
+ }
51
+ }
@@ -1,15 +1,12 @@
1
- # Improve Jest coverage to 80%+
1
+ # Fix Kanban collapsed column reset on drag
2
2
 
3
3
  ## Problem
4
- Global coverage ~56% statements / 47% branches threshold is 80%.
4
+ `collapsedColumns` is re-hydrated from stale `kanbanPreferencesJson` whenever `mergedColumns` changes (e.g. after drag when parent updates `data`).
5
5
 
6
- ## Strategy
7
- 1. Expand `Utils/table.test.ts` (largest uncovered file after KanbanBoard)
8
- 2. Expand `tableNormalizeCellValue.test.ts` for object/array/React branches
9
- 3. Add unit tests for small untested components (Select, ErrorMessage, HelperText, Divider, TableActions, TableLoading, TableGroupRow, MeasuredItem, HeaderActions, SelectTruncatedLabel)
10
- 4. Add `usePreferences.test.ts` hook tests
11
- 5. Expand `chartColorsFromTheme.test.ts`
12
- 6. Re-run coverage and add targeted tests if still below 80%
6
+ ## Solution
7
+ 1. Hydrate `collapsedColumns` from preferences **once** (when prefs load and columns exist).
8
+ 2. On `mergedColumns` change, only **prune** keys for removed columns — never re-apply saved prefs.
13
9
 
14
- ## Verification
15
- `npm test` — all metrics ≥ 80%
10
+ ## Files
11
+ - `src/Components/KanbanBoard/KanbanBoard.tsx`
12
+ - `src/Components/KanbanBoard/KanbanBoard.test.tsx`
@@ -0,0 +1,405 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <coverage generated="1781346355410" clover="3.2.0">
3
+ <project timestamp="1781346355410" name="All files">
4
+ <metrics statements="324" coveredstatements="262" conditionals="336" coveredconditionals="233" methods="93" coveredmethods="73" elements="753" coveredelements="568" complexity="0" loc="324" ncloc="324" packages="10" files="15" classes="15"/>
5
+ <package name="Components.Button">
6
+ <metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
7
+ <file name="Button.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Button/Button.tsx">
8
+ <metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
9
+ <line num="27" count="2" type="stmt"/>
10
+ </file>
11
+ </package>
12
+ <package name="Components.Common">
13
+ <metrics statements="10" coveredstatements="3" conditionals="25" coveredconditionals="0" methods="3" coveredmethods="0"/>
14
+ <file name="ErrorMessage.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/ErrorMessage.tsx">
15
+ <metrics statements="3" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
16
+ <line num="5" count="1" type="stmt"/>
17
+ <line num="7" count="0" type="stmt"/>
18
+ <line num="8" count="0" type="stmt"/>
19
+ </file>
20
+ <file name="FormLabel.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/FormLabel.tsx">
21
+ <metrics statements="4" coveredstatements="1" conditionals="23" coveredconditionals="0" methods="1" coveredmethods="0"/>
22
+ <line num="6" count="1" type="stmt"/>
23
+ <line num="31" count="0" type="stmt"/>
24
+ <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
25
+ <line num="41" count="0" type="stmt"/>
26
+ </file>
27
+ <file name="HelperText.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/HelperText.tsx">
28
+ <metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
29
+ <line num="4" count="1" type="stmt"/>
30
+ <line num="5" count="0" type="stmt"/>
31
+ <line num="6" count="0" type="stmt"/>
32
+ </file>
33
+ </package>
34
+ <package name="Components.Divider">
35
+ <metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
36
+ <file name="Divider.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Divider/Divider.tsx">
37
+ <metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
38
+ <line num="4" count="1" type="stmt"/>
39
+ <line num="5" count="0" type="stmt"/>
40
+ <line num="6" count="0" type="stmt"/>
41
+ </file>
42
+ </package>
43
+ <package name="Components.Header">
44
+ <metrics statements="14" coveredstatements="11" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="2"/>
45
+ <file name="HeaderActions.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Header/HeaderActions.tsx">
46
+ <metrics statements="14" coveredstatements="11" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="2"/>
47
+ <line num="9" count="1" type="stmt"/>
48
+ <line num="33" count="77" type="stmt"/>
49
+ <line num="35" count="77" type="stmt"/>
50
+ <line num="37" count="77" type="cond" truecount="2" falsecount="0"/>
51
+ <line num="38" count="2" type="stmt"/>
52
+ <line num="44" count="0" type="stmt"/>
53
+ <line num="51" count="77" type="cond" truecount="2" falsecount="0"/>
54
+ <line num="52" count="2" type="stmt"/>
55
+ <line num="60" count="0" type="stmt"/>
56
+ <line num="68" count="77" type="cond" truecount="2" falsecount="0"/>
57
+ <line num="69" count="2" type="stmt"/>
58
+ <line num="77" count="0" type="stmt"/>
59
+ <line num="85" count="77" type="stmt"/>
60
+ <line num="88" count="6" type="stmt"/>
61
+ </file>
62
+ </package>
63
+ <package name="Components.Input">
64
+ <metrics statements="5" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
65
+ <file name="textInputIconSize.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Input/textInputIconSize.ts">
66
+ <metrics statements="5" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
67
+ <line num="4" count="1" type="stmt"/>
68
+ <line num="16" count="2" type="cond" truecount="1" falsecount="1"/>
69
+ <line num="17" count="2" type="cond" truecount="1" falsecount="1"/>
70
+ <line num="27" count="0" type="stmt"/>
71
+ <line num="28" count="0" type="stmt"/>
72
+ </file>
73
+ </package>
74
+ <package name="Components.KanbanBoard">
75
+ <metrics statements="256" coveredstatements="213" conditionals="236" coveredconditionals="185" methods="69" coveredmethods="59"/>
76
+ <file name="AccountCard.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/AccountCard.tsx">
77
+ <metrics statements="14" coveredstatements="14" conditionals="22" coveredconditionals="21" methods="8" coveredmethods="8"/>
78
+ <line num="17" count="1" type="stmt"/>
79
+ <line num="19" count="1" type="stmt"/>
80
+ <line num="35" count="109" type="stmt"/>
81
+ <line num="37" count="109" type="stmt"/>
82
+ <line num="38" count="54" type="stmt"/>
83
+ <line num="39" count="165" type="cond" truecount="2" falsecount="0"/>
84
+ <line num="43" count="109" type="cond" truecount="2" falsecount="0"/>
85
+ <line num="45" count="109" type="stmt"/>
86
+ <line num="46" count="2" type="stmt"/>
87
+ <line num="49" count="109" type="stmt"/>
88
+ <line num="74" count="225" type="stmt"/>
89
+ <line num="76" count="225" type="stmt"/>
90
+ <line num="124" count="1" type="stmt"/>
91
+ <line num="141" count="1" type="stmt"/>
92
+ </file>
93
+ <file name="AccountRow.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/AccountRow.tsx">
94
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
95
+ <line num="9" count="1" type="stmt"/>
96
+ <line num="10" count="225" type="stmt"/>
97
+ <line num="11" count="225" type="stmt"/>
98
+ </file>
99
+ <file name="KanbanBoard.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/KanbanBoard.tsx">
100
+ <metrics statements="209" coveredstatements="171" conditionals="196" coveredconditionals="153" methods="54" coveredmethods="45"/>
101
+ <line num="52" count="1" type="stmt"/>
102
+ <line num="66" count="1" type="stmt"/>
103
+ <line num="69" count="1" type="stmt"/>
104
+ <line num="71" count="1" type="stmt"/>
105
+ <line num="72" count="4" type="stmt"/>
106
+ <line num="73" count="4" type="stmt"/>
107
+ <line num="75" count="4" type="cond" truecount="1" falsecount="1"/>
108
+ <line num="76" count="0" type="stmt"/>
109
+ <line num="79" count="4" type="stmt"/>
110
+ <line num="82" count="0" type="stmt"/>
111
+ <line num="90" count="4" type="stmt"/>
112
+ <line num="105" count="0" type="stmt"/>
113
+ <line num="119" count="1" type="stmt"/>
114
+ <line num="124" count="4" type="stmt"/>
115
+ <line num="140" count="1" type="stmt"/>
116
+ <line num="153" count="1" type="stmt"/>
117
+ <line num="154" count="1" type="stmt"/>
118
+ <line num="155" count="1" type="stmt"/>
119
+ <line num="156" count="1" type="stmt"/>
120
+ <line num="159" count="1" type="stmt"/>
121
+ <line num="188" count="81" type="stmt"/>
122
+ <line num="190" count="81" type="stmt"/>
123
+ <line num="191" count="81" type="stmt"/>
124
+ <line num="192" count="81" type="stmt"/>
125
+ <line num="193" count="81" type="stmt"/>
126
+ <line num="195" count="81" type="stmt"/>
127
+ <line num="196" count="35" type="cond" truecount="2" falsecount="0"/>
128
+ <line num="201" count="81" type="stmt"/>
129
+ <line num="210" count="81" type="stmt"/>
130
+ <line num="219" count="81" type="stmt"/>
131
+ <line num="220" count="51" type="cond" truecount="2" falsecount="0"/>
132
+ <line num="221" count="3" type="stmt"/>
133
+ <line num="223" count="48" type="stmt"/>
134
+ <line num="226" count="81" type="stmt"/>
135
+ <line num="227" count="81" type="stmt"/>
136
+ <line num="230" count="81" type="cond" truecount="3" falsecount="0"/>
137
+ <line num="233" count="81" type="stmt"/>
138
+ <line num="234" count="81" type="stmt"/>
139
+ <line num="235" count="81" type="stmt"/>
140
+ <line num="237" count="81" type="stmt"/>
141
+ <line num="238" count="35" type="stmt"/>
142
+ <line num="242" count="81" type="stmt"/>
143
+ <line num="249" count="81" type="stmt"/>
144
+ <line num="251" count="81" type="stmt"/>
145
+ <line num="253" count="34" type="stmt"/>
146
+ <line num="254" count="81" type="stmt"/>
147
+ <line num="256" count="81" type="stmt"/>
148
+ <line num="257" count="34" type="stmt"/>
149
+ <line num="265" count="81" type="stmt"/>
150
+ <line num="266" count="52" type="cond" truecount="5" falsecount="0"/>
151
+ <line num="267" count="48" type="stmt"/>
152
+ <line num="269" count="4" type="cond" truecount="2" falsecount="0"/>
153
+ <line num="270" count="1" type="stmt"/>
154
+ <line num="272" count="3" type="stmt"/>
155
+ <line num="273" count="3" type="cond" truecount="1" falsecount="1"/>
156
+ <line num="274" count="0" type="stmt"/>
157
+ <line num="276" count="3" type="cond" truecount="1" falsecount="1"/>
158
+ <line num="277" count="0" type="stmt"/>
159
+ <line num="278" count="0" type="stmt"/>
160
+ <line num="280" count="3" type="stmt"/>
161
+ <line num="281" count="3" type="cond" truecount="1" falsecount="1"/>
162
+ <line num="286" count="0" type="stmt"/>
163
+ <line num="287" count="0" type="stmt"/>
164
+ <line num="289" count="3" type="stmt"/>
165
+ <line num="290" count="3" type="stmt"/>
166
+ <line num="291" count="2" type="cond" truecount="3" falsecount="1"/>
167
+ <line num="292" count="2" type="stmt"/>
168
+ <line num="295" count="3" type="stmt"/>
169
+ <line num="299" count="3" type="stmt"/>
170
+ <line num="309" count="81" type="stmt"/>
171
+ <line num="310" count="35" type="cond" truecount="2" falsecount="0"/>
172
+ <line num="311" count="26" type="stmt"/>
173
+ <line num="313" count="9" type="stmt"/>
174
+ <line num="314" count="9" type="stmt"/>
175
+ <line num="315" count="9" type="stmt"/>
176
+ <line num="316" count="9" type="cond" truecount="1" falsecount="1"/>
177
+ <line num="317" count="9" type="stmt"/>
178
+ <line num="319" count="0" type="stmt"/>
179
+ <line num="320" count="0" type="stmt"/>
180
+ <line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
181
+ <line num="322" count="0" type="stmt"/>
182
+ <line num="325" count="0" type="stmt"/>
183
+ <line num="329" count="81" type="stmt"/>
184
+ <line num="331" count="6" type="stmt"/>
185
+ <line num="332" count="6" type="stmt"/>
186
+ <line num="333" count="6" type="stmt"/>
187
+ <line num="334" count="6" type="stmt"/>
188
+ <line num="339" count="6" type="cond" truecount="4" falsecount="0"/>
189
+ <line num="340" count="2" type="stmt"/>
190
+ <line num="345" count="6" type="stmt"/>
191
+ <line num="357" count="81" type="stmt"/>
192
+ <line num="360" count="81" type="stmt"/>
193
+ <line num="361" count="81" type="stmt"/>
194
+ <line num="364" count="81" type="stmt"/>
195
+ <line num="365" count="81" type="stmt"/>
196
+ <line num="368" count="81" type="stmt"/>
197
+ <line num="369" count="35" type="cond" truecount="2" falsecount="0"/>
198
+ <line num="370" count="34" type="stmt"/>
199
+ <line num="371" count="34" type="stmt"/>
200
+ <line num="373" count="1" type="stmt"/>
201
+ <line num="374" count="1" type="cond" truecount="1" falsecount="1"/>
202
+ <line num="375" count="0" type="stmt"/>
203
+ <line num="376" count="0" type="stmt"/>
204
+ <line num="377" count="0" type="stmt"/>
205
+ <line num="378" count="0" type="stmt"/>
206
+ <line num="381" count="0" type="stmt"/>
207
+ <line num="382" count="0" type="stmt"/>
208
+ <line num="383" count="0" type="stmt"/>
209
+ <line num="384" count="0" type="cond" truecount="0" falsecount="2"/>
210
+ <line num="385" count="0" type="stmt"/>
211
+ <line num="387" count="0" type="stmt"/>
212
+ <line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
213
+ <line num="395" count="81" type="stmt"/>
214
+ <line num="398" count="81" type="stmt"/>
215
+ <line num="399" count="0" type="stmt"/>
216
+ <line num="400" count="0" type="stmt"/>
217
+ <line num="401" count="0" type="cond" truecount="0" falsecount="2"/>
218
+ <line num="402" count="0" type="stmt"/>
219
+ <line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
220
+ <line num="406" count="0" type="stmt"/>
221
+ <line num="410" count="81" type="stmt"/>
222
+ <line num="411" count="0" type="stmt"/>
223
+ <line num="412" count="0" type="cond" truecount="0" falsecount="4"/>
224
+ <line num="416" count="81" type="stmt"/>
225
+ <line num="417" count="34" type="stmt"/>
226
+ <line num="418" count="34" type="cond" truecount="2" falsecount="0"/>
227
+ <line num="419" count="33" type="stmt"/>
228
+ <line num="420" count="33" type="stmt"/>
229
+ <line num="424" count="34" type="stmt"/>
230
+ <line num="425" count="34" type="stmt"/>
231
+ <line num="427" count="34" type="stmt"/>
232
+ <line num="428" count="34" type="stmt"/>
233
+ <line num="434" count="81" type="stmt"/>
234
+ <line num="435" count="2" type="stmt"/>
235
+ <line num="436" count="2" type="stmt"/>
236
+ <line num="437" count="2" type="cond" truecount="1" falsecount="1"/>
237
+ <line num="438" count="0" type="stmt"/>
238
+ <line num="440" count="2" type="stmt"/>
239
+ <line num="445" count="81" type="stmt"/>
240
+ <line num="446" count="4" type="stmt"/>
241
+ <line num="447" count="4" type="cond" truecount="2" falsecount="0"/>
242
+ <line num="449" count="3" type="cond" truecount="2" falsecount="0"/>
243
+ <line num="450" count="1" type="cond" truecount="1" falsecount="1"/>
244
+ <line num="451" count="1" type="stmt"/>
245
+ <line num="452" count="1" type="stmt"/>
246
+ <line num="457" count="1" type="stmt"/>
247
+ <line num="461" count="1" type="stmt"/>
248
+ <line num="462" count="1" type="stmt"/>
249
+ <line num="463" count="1" type="stmt"/>
250
+ <line num="466" count="2" type="stmt"/>
251
+ <line num="467" count="2" type="stmt"/>
252
+ <line num="468" count="2" type="stmt"/>
253
+ <line num="469" count="2" type="cond" truecount="4" falsecount="1"/>
254
+ <line num="471" count="2" type="cond" truecount="2" falsecount="0"/>
255
+ <line num="472" count="1" type="stmt"/>
256
+ <line num="473" count="1" type="stmt"/>
257
+ <line num="474" count="1" type="stmt"/>
258
+ <line num="476" count="1" type="stmt"/>
259
+ <line num="481" count="1" type="stmt"/>
260
+ <line num="482" count="1" type="stmt"/>
261
+ <line num="491" count="1" type="stmt"/>
262
+ <line num="492" count="1" type="stmt"/>
263
+ <line num="493" count="1" type="stmt"/>
264
+ <line num="494" count="1" type="stmt"/>
265
+ <line num="496" count="1" type="stmt"/>
266
+ <line num="502" count="1" type="stmt"/>
267
+ <line num="503" count="1" type="stmt"/>
268
+ <line num="514" count="81" type="stmt"/>
269
+ <line num="515" count="2" type="cond" truecount="1" falsecount="1"/>
270
+ <line num="516" count="1" type="stmt"/>
271
+ <line num="519" count="81" type="stmt"/>
272
+ <line num="531" count="81" type="stmt"/>
273
+ <line num="532" count="37" type="stmt"/>
274
+ <line num="533" count="37" type="stmt"/>
275
+ <line num="534" count="40" type="stmt"/>
276
+ <line num="536" count="37" type="stmt"/>
277
+ <line num="539" count="81" type="stmt"/>
278
+ <line num="545" count="87" type="stmt"/>
279
+ <line num="550" count="0" type="stmt"/>
280
+ <line num="551" count="0" type="stmt"/>
281
+ <line num="571" count="0" type="stmt"/>
282
+ <line num="581" count="80" type="stmt"/>
283
+ <line num="602" count="6" type="stmt"/>
284
+ <line num="603" count="0" type="stmt"/>
285
+ <line num="664" count="2" type="stmt"/>
286
+ <line num="839" count="4" type="stmt"/>
287
+ <line num="851" count="1" type="stmt"/>
288
+ <line num="908" count="4" type="cond" truecount="2" falsecount="0"/>
289
+ <line num="916" count="0" type="stmt"/>
290
+ <line num="926" count="107" type="cond" truecount="2" falsecount="0"/>
291
+ <line num="934" count="107" type="stmt"/>
292
+ <line num="948" count="2" type="stmt"/>
293
+ <line num="969" count="81" type="cond" truecount="2" falsecount="0"/>
294
+ <line num="971" count="79" type="stmt"/>
295
+ <line num="972" count="79" type="stmt"/>
296
+ <line num="974" count="79" type="stmt"/>
297
+ <line num="995" count="79" type="cond" truecount="4" falsecount="0"/>
298
+ <line num="1008" count="1" type="stmt"/>
299
+ <line num="1019" count="79" type="stmt"/>
300
+ <line num="1022" count="87" type="cond" truecount="2" falsecount="0"/>
301
+ <line num="1023" count="87" type="cond" truecount="2" falsecount="0"/>
302
+ <line num="1024" count="4" type="stmt"/>
303
+ <line num="1027" count="4" type="stmt"/>
304
+ <line num="1049" count="83" type="stmt"/>
305
+ <line num="1053" count="79" type="stmt"/>
306
+ <line num="1054" count="395" type="stmt"/>
307
+ <line num="1068" count="79" type="stmt"/>
308
+ <line num="1106" count="1" type="stmt"/>
309
+ <line num="1134" count="2" type="stmt"/>
310
+ </file>
311
+ <file name="MeasuredItem.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/MeasuredItem.tsx">
312
+ <metrics statements="30" coveredstatements="25" conditionals="18" coveredconditionals="11" methods="6" coveredmethods="5"/>
313
+ <line num="9" count="1" type="stmt"/>
314
+ <line num="14" count="4" type="stmt"/>
315
+ <line num="15" count="4" type="stmt"/>
316
+ <line num="17" count="4" type="stmt"/>
317
+ <line num="18" count="4" type="stmt"/>
318
+ <line num="19" count="4" type="stmt"/>
319
+ <line num="20" count="4" type="stmt"/>
320
+ <line num="22" count="4" type="stmt"/>
321
+ <line num="23" count="2" type="cond" truecount="1" falsecount="1"/>
322
+ <line num="25" count="2" type="stmt"/>
323
+ <line num="26" count="2" type="cond" truecount="2" falsecount="2"/>
324
+ <line num="27" count="0" type="stmt"/>
325
+ <line num="28" count="0" type="stmt"/>
326
+ <line num="33" count="4" type="stmt"/>
327
+ <line num="34" count="2" type="stmt"/>
328
+ <line num="35" count="2" type="stmt"/>
329
+ <line num="37" count="2" type="stmt"/>
330
+ <line num="40" count="2" type="cond" truecount="3" falsecount="1"/>
331
+ <line num="41" count="2" type="stmt"/>
332
+ <line num="42" count="0" type="stmt"/>
333
+ <line num="44" count="2" type="stmt"/>
334
+ <line num="46" count="0" type="stmt"/>
335
+ <line num="49" count="2" type="stmt"/>
336
+ <line num="50" count="2" type="stmt"/>
337
+ <line num="51" count="2" type="cond" truecount="3" falsecount="1"/>
338
+ <line num="52" count="2" type="cond" truecount="1" falsecount="1"/>
339
+ <line num="57" count="4" type="stmt"/>
340
+ <line num="58" count="2" type="cond" truecount="1" falsecount="1"/>
341
+ <line num="59" count="0" type="stmt"/>
342
+ <line num="63" count="4" type="stmt"/>
343
+ </file>
344
+ </package>
345
+ <package name="Components.Select">
346
+ <metrics statements="13" coveredstatements="8" conditionals="26" coveredconditionals="12" methods="5" coveredmethods="3"/>
347
+ <file name="Select.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Select/Select.tsx">
348
+ <metrics statements="13" coveredstatements="8" conditionals="26" coveredconditionals="12" methods="5" coveredmethods="3"/>
349
+ <line num="34" count="2" type="cond" truecount="1" falsecount="1"/>
350
+ <line num="35" count="2" type="stmt"/>
351
+ <line num="37" count="2" type="stmt"/>
352
+ <line num="38" count="2" type="cond" truecount="1" falsecount="1"/>
353
+ <line num="39" count="2" type="stmt"/>
354
+ <line num="40" count="2" type="stmt"/>
355
+ <line num="46" count="2" type="stmt"/>
356
+ <line num="47" count="0" type="stmt"/>
357
+ <line num="48" count="0" type="stmt"/>
358
+ <line num="49" count="0" type="stmt"/>
359
+ <line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
360
+ <line num="52" count="0" type="stmt"/>
361
+ <line num="56" count="2" type="stmt"/>
362
+ </file>
363
+ </package>
364
+ <package name="Components.SideBar.components">
365
+ <metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="7" methods="4" coveredmethods="4"/>
366
+ <file name="OverflowTooltipText.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SideBar/components/OverflowTooltipText.tsx">
367
+ <metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="7" methods="4" coveredmethods="4"/>
368
+ <line num="12" count="1" type="stmt"/>
369
+ <line num="19" count="72" type="stmt"/>
370
+ <line num="20" count="72" type="stmt"/>
371
+ <line num="21" count="72" type="stmt"/>
372
+ <line num="23" count="72" type="stmt"/>
373
+ <line num="24" count="34" type="stmt"/>
374
+ <line num="25" count="34" type="stmt"/>
375
+ <line num="26" count="34" type="stmt"/>
376
+ <line num="28" count="34" type="cond" truecount="3" falsecount="1"/>
377
+ <line num="29" count="34" type="stmt"/>
378
+ <line num="30" count="34" type="stmt"/>
379
+ <line num="32" count="34" type="stmt"/>
380
+ <line num="36" count="34" type="stmt"/>
381
+ <line num="38" count="34" type="stmt"/>
382
+ <line num="39" count="34" type="cond" truecount="1" falsecount="1"/>
383
+ <line num="40" count="34" type="stmt"/>
384
+ <line num="43" count="34" type="stmt"/>
385
+ <line num="46" count="72" type="cond" truecount="1" falsecount="1"/>
386
+ <line num="48" count="72" type="stmt"/>
387
+ </file>
388
+ </package>
389
+ <package name="Components.ToolTip">
390
+ <metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
391
+ <file name="ToolTip.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/ToolTip/ToolTip.tsx">
392
+ <metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
393
+ <line num="31" count="72" type="stmt"/>
394
+ </file>
395
+ </package>
396
+ <package name="Utils">
397
+ <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
398
+ <file name="functions.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Utils/functions.ts">
399
+ <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
400
+ <line num="2" count="225" type="stmt"/>
401
+ <line num="5" count="225" type="stmt"/>
402
+ </file>
403
+ </package>
404
+ </project>
405
+ </coverage>