@erpsquad/common 1.8.42 → 1.8.44

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 (686) hide show
  1. package/dist/@types/alltypes.d.ts +3 -0
  2. package/dist/@types/common.d.ts +1 -0
  3. package/dist/@types/createPalette.d.ts +47 -0
  4. package/dist/@types/index.d.ts +5 -0
  5. package/dist/@types/page.d.ts +4 -0
  6. package/dist/@types/pagination-model.d.ts +4 -0
  7. package/dist/api-client/api.accounting/api-types.d.ts +15883 -0
  8. package/dist/api-client/api.drive/api-types.d.ts +696 -0
  9. package/dist/api-client/api.inventory/api-types.d.ts +6110 -0
  10. package/dist/api-client/api.inventory/api.d.ts +2 -5
  11. package/dist/api-client/api.manufacturing/api-types.d.ts +10066 -0
  12. package/dist/api-client/api.manufacturing/api.d.ts +102 -15
  13. package/dist/api-client/api.purchase/api-types.d.ts +6715 -0
  14. package/dist/api-client/api.purchase/api.d.ts +2 -3
  15. package/dist/api-client/api.rbac/api-types.d.ts +1753 -0
  16. package/dist/api-client/api.rental/api-types.d.ts +15666 -0
  17. package/dist/api-client/api.sales/api-types.d.ts +8258 -0
  18. package/dist/api-client/api.system-feature/api-types.d.ts +2875 -0
  19. package/dist/api-client/api.system-feature/api.d.ts +2 -0
  20. package/dist/api-client/api.user/api-types.d.ts +95 -0
  21. package/dist/assets/common-component/index.d.ts +1 -0
  22. package/dist/assets/dynamic-svg-icon/dynamic-svg-icon.d.ts +8 -0
  23. package/dist/assets/dynamic-svg-icon/index.d.ts +2 -0
  24. package/dist/assets/images.d.ts +208 -0
  25. package/dist/assets/index.d.ts +5 -0
  26. package/dist/assets/view-modal/calendar-icon.d.ts +2 -0
  27. package/dist/assets/view-modal/chart-icon.d.ts +2 -0
  28. package/dist/assets/view-modal/gantt-icon.d.ts +2 -0
  29. package/dist/assets/view-modal/grid-icon.d.ts +2 -0
  30. package/dist/assets/view-modal/index.d.ts +12 -0
  31. package/dist/assets/view-modal/kanban-icon.d.ts +2 -0
  32. package/dist/assets/view-modal/table-icon.d.ts +2 -0
  33. package/dist/components/Dashboard/dashboard-card.d.ts +7 -0
  34. package/dist/components/Dashboard/dashboard-header.d.ts +7 -0
  35. package/dist/components/Dashboard/index.d.ts +4 -0
  36. package/dist/components/accordion/accordion.d.ts +9 -0
  37. package/dist/components/accordion/index.d.ts +2 -0
  38. package/dist/components/action-bar/action-bar.d.ts +48 -0
  39. package/dist/components/action-bar/index.d.ts +2 -0
  40. package/dist/components/activity-tag/activity-tag.d.ts +3 -0
  41. package/dist/components/activity-tag/index.d.ts +2 -0
  42. package/dist/components/activityArea/activityArea.d.ts +3 -0
  43. package/dist/components/activityArea/index.d.ts +2 -0
  44. package/dist/components/activityLog/activity-log.d.ts +3 -0
  45. package/dist/components/activityLog/index.d.ts +2 -0
  46. package/dist/components/alert/alert.d.ts +4 -0
  47. package/dist/components/alert/index.d.ts +2 -0
  48. package/dist/components/appbar/appbar.d.ts +3 -0
  49. package/dist/components/appbar/index.d.ts +2 -0
  50. package/dist/components/approval-wrapper/approval-wrapper.d.ts +2 -0
  51. package/dist/components/approval-wrapper/index.d.ts +2 -0
  52. package/dist/components/avatar/avatar.d.ts +3 -0
  53. package/dist/components/avatar/index.d.ts +2 -0
  54. package/dist/components/board/board.d.ts +19 -0
  55. package/dist/components/board/columnHeader.d.ts +2 -0
  56. package/dist/components/board/index.d.ts +4 -0
  57. package/dist/components/bread-crumb/bread-crumb.d.ts +13 -0
  58. package/dist/components/bread-crumb/index.d.ts +2 -0
  59. package/dist/components/button/button.d.ts +4 -0
  60. package/dist/components/button/index.d.ts +2 -0
  61. package/dist/components/calculation-summary/calculation-summary.d.ts +11 -0
  62. package/dist/components/calculation-summary/components/discount-summary.d.ts +13 -0
  63. package/dist/components/calculation-summary/components/index.d.ts +10 -0
  64. package/dist/components/calculation-summary/components/items-summary.d.ts +10 -0
  65. package/dist/components/calculation-summary/components/subtotal-summary.d.ts +10 -0
  66. package/dist/components/calculation-summary/components/taxes-and-charges-summary.d.ts +14 -0
  67. package/dist/components/calculation-summary/components/total-summary.d.ts +10 -0
  68. package/dist/components/calculation-summary/index.d.ts +3 -0
  69. package/dist/components/calendar/calendar.d.ts +3 -0
  70. package/dist/components/calendar/index.d.ts +2 -0
  71. package/dist/components/card-wrapper/card-wrapper.d.ts +7 -0
  72. package/dist/components/card-wrapper/index.d.ts +2 -0
  73. package/dist/components/change-user-password-modal/change-user-password-modal.d.ts +6 -0
  74. package/dist/components/change-user-password-modal/index.d.ts +2 -0
  75. package/dist/components/charts/ChartLegends.d.ts +7 -0
  76. package/dist/components/charts/areaLinerChart.d.ts +18 -0
  77. package/dist/components/charts/bar-chart/bar-chart.d.ts +15 -0
  78. package/dist/components/charts/bar-chart/index.d.ts +2 -0
  79. package/dist/components/charts/barChart/barChart.d.ts +19 -0
  80. package/dist/components/charts/barChart/index.d.ts +2 -0
  81. package/dist/components/charts/barLineChart/barLinechart.d.ts +29 -0
  82. package/dist/components/charts/barLineChart/index.d.ts +2 -0
  83. package/dist/components/charts/donut-chart/donut-chart.d.ts +21 -0
  84. package/dist/components/charts/donut-chart/index.d.ts +2 -0
  85. package/dist/components/charts/donutChart/DonutChart.d.ts +21 -0
  86. package/dist/components/charts/donutChart/index.d.ts +2 -0
  87. package/dist/components/charts/groupBarChart/GroupBarChart.d.ts +9 -0
  88. package/dist/components/charts/groupBarChart/index.d.ts +2 -0
  89. package/dist/components/charts/index.d.ts +12 -0
  90. package/dist/components/charts/line-chart/area-line-chart.d.ts +15 -0
  91. package/dist/components/charts/line-chart/area-lineChart.d.ts +15 -0
  92. package/dist/components/charts/line-chart/index.d.ts +6 -0
  93. package/dist/components/charts/line-chart/line-chart.d.ts +14 -0
  94. package/dist/components/charts/multiLineChart/index.d.ts +2 -0
  95. package/dist/components/charts/multiLineChart/multi-line-chart.d.ts +20 -0
  96. package/dist/components/checkbox/checkbox.d.ts +4 -0
  97. package/dist/components/checkbox/index.d.ts +2 -0
  98. package/dist/components/chip/chip.d.ts +10 -0
  99. package/dist/components/chip/index.d.ts +2 -0
  100. package/dist/components/chip-generator/chip-generator.d.ts +27 -0
  101. package/dist/components/chip-generator/index.d.ts +2 -0
  102. package/dist/components/color-picker-input/color-picker-input.d.ts +7 -0
  103. package/dist/components/color-picker-input/index.d.ts +2 -0
  104. package/dist/components/confirm-modal/confirm-modal.d.ts +21 -0
  105. package/dist/components/confirm-modal/index.d.ts +3 -0
  106. package/dist/components/country-select/country-select.d.ts +6 -0
  107. package/dist/components/country-select/index.d.ts +2 -0
  108. package/dist/components/custom-snackbar/custom-snackbar.d.ts +10 -0
  109. package/dist/components/custom-snackbar/index.d.ts +2 -0
  110. package/dist/components/custom-toggle-switch/custom-toggle-switch.d.ts +10 -0
  111. package/dist/components/custom-toggle-switch/index.d.ts +2 -0
  112. package/dist/components/date-picker/date-picker.d.ts +20 -0
  113. package/dist/components/date-picker/index.d.ts +2 -0
  114. package/dist/components/date-range-picker/date-range-picker.d.ts +3 -0
  115. package/dist/components/date-range-picker/index.d.ts +2 -0
  116. package/dist/components/date-time-picker/date-time-picker.d.ts +20 -0
  117. package/dist/components/date-time-picker/index.d.ts +2 -0
  118. package/dist/components/dropdown-button/dropdown-button.d.ts +24 -0
  119. package/dist/components/dropdown-button/index.d.ts +2 -0
  120. package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +67 -0
  121. package/dist/components/dynamic-layout-wrapper/index.d.ts +2 -0
  122. package/dist/components/dynamic-modal.d.ts +9 -0
  123. package/dist/components/editor/custom-editor.d.ts +9 -0
  124. package/dist/components/editor/index.d.ts +2 -0
  125. package/dist/components/entity-view-wrapper/entity-view-wrapper.d.ts +26 -0
  126. package/dist/components/entity-view-wrapper/index.d.ts +2 -0
  127. package/dist/components/examples/FlexibleReduxExample.d.ts +8 -0
  128. package/dist/components/examples/index.d.ts +2 -0
  129. package/dist/components/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +18 -0
  130. package/dist/components/expandable-summary-wrapper/index.d.ts +2 -0
  131. package/dist/components/fallback/fallback.d.ts +9 -0
  132. package/dist/components/fallback/index.d.ts +2 -0
  133. package/dist/components/filter/components/add-filter.d.ts +4 -0
  134. package/dist/components/filter/components/add-group.d.ts +4 -0
  135. package/dist/components/filter/components/combinator-select.d.ts +2 -0
  136. package/dist/components/filter/components/delete-group.d.ts +4 -0
  137. package/dist/components/filter/components/field-select.d.ts +4 -0
  138. package/dist/components/filter/components/index.d.ts +16 -0
  139. package/dist/components/filter/components/operator-select.d.ts +4 -0
  140. package/dist/components/filter/components/remove-action.d.ts +4 -0
  141. package/dist/components/filter/components/value-editor.d.ts +4 -0
  142. package/dist/components/filter/fields.d.ts +5 -0
  143. package/dist/components/filter/filter.d.ts +21 -0
  144. package/dist/components/filter/index.d.ts +4 -0
  145. package/dist/components/footer/footer.d.ts +21 -0
  146. package/dist/components/footer/index.d.ts +2 -0
  147. package/dist/components/footer.d.ts +4 -0
  148. package/dist/components/form-control/form-builder/element-controller.d.ts +14 -0
  149. package/dist/components/form-control/form-builder/form-builder-element/button.d.ts +16 -0
  150. package/dist/components/form-control/form-builder/form-builder-element/checkbox.d.ts +20 -0
  151. package/dist/components/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +13 -0
  152. package/dist/components/form-control/form-builder/form-builder-element/date-range-picker.d.ts +24 -0
  153. package/dist/components/form-control/form-builder/form-builder-element/date-time.d.ts +26 -0
  154. package/dist/components/form-control/form-builder/form-builder-element/date.d.ts +21 -0
  155. package/dist/components/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +30 -0
  156. package/dist/components/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +19 -0
  157. package/dist/components/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +29 -0
  158. package/dist/components/form-control/form-builder/form-builder-element/dynamic-select.d.ts +50 -0
  159. package/dist/components/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +24 -0
  160. package/dist/components/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +11 -0
  161. package/dist/components/form-control/form-builder/form-builder-element/index.d.ts +46 -0
  162. package/dist/components/form-control/form-builder/form-builder-element/info.d.ts +20 -0
  163. package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
  164. package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +11 -0
  165. package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
  166. package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
  167. package/dist/components/form-control/form-builder/form-builder-element/radio-button.d.ts +23 -0
  168. package/dist/components/form-control/form-builder/form-builder-element/section.d.ts +21 -0
  169. package/dist/components/form-control/form-builder/form-builder-element/select-configuration.d.ts +14 -0
  170. package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
  171. package/dist/components/form-control/form-builder/form-builder-element/table.d.ts +30 -0
  172. package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
  173. package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
  174. package/dist/components/form-control/form-builder/form-builder-element/toggle-button.d.ts +17 -0
  175. package/dist/components/form-control/form-builder/index.d.ts +3 -0
  176. package/dist/components/form-control/form-parser/data.d.ts +44 -0
  177. package/dist/components/form-control/form-parser/form-parser.d.ts +3 -0
  178. package/dist/components/form-control/form-parser/form-section.d.ts +65 -0
  179. package/dist/components/form-control/form-parser/form-switcher.d.ts +2 -0
  180. package/dist/components/form-control/form-parser/index.d.ts +8 -0
  181. package/dist/components/form-control/index.d.ts +2 -0
  182. package/dist/components/form-header/form-header.d.ts +14 -0
  183. package/dist/components/form-header/index.d.ts +2 -0
  184. package/dist/components/gantt/gantt.d.ts +10 -0
  185. package/dist/components/gantt/index.d.ts +2 -0
  186. package/dist/components/grid/custom-grid-card/custom-grid-card.d.ts +14 -0
  187. package/dist/components/grid/custom-grid-card/index.d.ts +2 -0
  188. package/dist/components/grid/grid-card/grid-card.d.ts +1 -0
  189. package/dist/components/grid/grid-card/index.d.ts +2 -0
  190. package/dist/components/grid/grid-wrapper/grid-wrapper.d.ts +8 -0
  191. package/dist/components/grid/grid-wrapper/index.d.ts +2 -0
  192. package/dist/components/grid/index.d.ts +3 -0
  193. package/dist/components/grid-fallback/grid-fallback.d.ts +9 -0
  194. package/dist/components/grid-fallback/index.d.ts +2 -0
  195. package/dist/components/header/components/index.d.ts +1 -0
  196. package/dist/components/header/components/notification-menu/index.d.ts +2 -0
  197. package/dist/components/header/components/notification-menu/notification-menu.d.ts +2 -0
  198. package/dist/components/header/header-enhanced.d.ts +19 -0
  199. package/dist/components/header/header.d.ts +4 -0
  200. package/dist/components/header/index.d.ts +6 -0
  201. package/dist/components/header/redux/actionCreator.d.ts +3 -0
  202. package/dist/components/header/redux/index.d.ts +5 -0
  203. package/dist/components/header/redux/reducer.d.ts +73 -0
  204. package/dist/components/header/redux/state.d.ts +14 -0
  205. package/dist/components/header copy.d.ts +4 -0
  206. package/dist/components/header-card/header-card.d.ts +9 -0
  207. package/dist/components/header-card/index.d.ts +2 -0
  208. package/dist/components/hr-line/hr-line.d.ts +3 -0
  209. package/dist/components/hr-line/index.d.ts +2 -0
  210. package/dist/components/icons/action-arrow.d.ts +4 -0
  211. package/dist/components/icons/action.d.ts +4 -0
  212. package/dist/components/icons/add-circle.d.ts +4 -0
  213. package/dist/components/icons/arrow-bidirectional.d.ts +4 -0
  214. package/dist/components/icons/arrow-circle-down.d.ts +4 -0
  215. package/dist/components/icons/arrow-down-three.d.ts +4 -0
  216. package/dist/components/icons/arrow-down-two.d.ts +4 -0
  217. package/dist/components/icons/arrow-down.d.ts +4 -0
  218. package/dist/components/icons/arrow-up-down.d.ts +4 -0
  219. package/dist/components/icons/arrow-up-two.d.ts +4 -0
  220. package/dist/components/icons/assignments.d.ts +4 -0
  221. package/dist/components/icons/blank-circle.d.ts +4 -0
  222. package/dist/components/icons/block-filled.d.ts +6 -0
  223. package/dist/components/icons/calendar-add.d.ts +4 -0
  224. package/dist/components/icons/calendar.d.ts +4 -0
  225. package/dist/components/icons/check-box.d.ts +3 -0
  226. package/dist/components/icons/checkbox-square.d.ts +4 -0
  227. package/dist/components/icons/circular-arrow-setting.d.ts +6 -0
  228. package/dist/components/icons/clock.d.ts +4 -0
  229. package/dist/components/icons/close.d.ts +6 -0
  230. package/dist/components/icons/coin-outline.d.ts +4 -0
  231. package/dist/components/icons/copy.d.ts +4 -0
  232. package/dist/components/icons/coupon.d.ts +4 -0
  233. package/dist/components/icons/criteria.d.ts +4 -0
  234. package/dist/components/icons/cross-hire.d.ts +6 -0
  235. package/dist/components/icons/cross.d.ts +4 -0
  236. package/dist/components/icons/custom-styled-icon.d.ts +6 -0
  237. package/dist/components/icons/dashboard.d.ts +4 -0
  238. package/dist/components/icons/document-download.d.ts +4 -0
  239. package/dist/components/icons/document.d.ts +4 -0
  240. package/dist/components/icons/dollar-circle-filled.d.ts +6 -0
  241. package/dist/components/icons/dollar-circle.d.ts +4 -0
  242. package/dist/components/icons/edit.d.ts +4 -0
  243. package/dist/components/icons/email.d.ts +4 -0
  244. package/dist/components/icons/export.d.ts +6 -0
  245. package/dist/components/icons/eye-off.d.ts +4 -0
  246. package/dist/components/icons/eye-plus-circle.d.ts +6 -0
  247. package/dist/components/icons/eye.d.ts +4 -0
  248. package/dist/components/icons/filled-circle.d.ts +4 -0
  249. package/dist/components/icons/filter-remove.d.ts +4 -0
  250. package/dist/components/icons/filter.d.ts +4 -0
  251. package/dist/components/icons/folder-save.d.ts +4 -0
  252. package/dist/components/icons/grid.d.ts +4 -0
  253. package/dist/components/icons/hashtag.d.ts +4 -0
  254. package/dist/components/icons/image.d.ts +4 -0
  255. package/dist/components/icons/import.d.ts +4 -0
  256. package/dist/components/icons/index.d.ts +177 -0
  257. package/dist/components/icons/info-circle.d.ts +4 -0
  258. package/dist/components/icons/info.d.ts +6 -0
  259. package/dist/components/icons/link-horizontal.d.ts +4 -0
  260. package/dist/components/icons/link.d.ts +4 -0
  261. package/dist/components/icons/location.d.ts +4 -0
  262. package/dist/components/icons/lowest-lead-time.d.ts +4 -0
  263. package/dist/components/icons/lowest-min-qty.d.ts +4 -0
  264. package/dist/components/icons/lowest-price.d.ts +4 -0
  265. package/dist/components/icons/more.d.ts +4 -0
  266. package/dist/components/icons/notification.d.ts +4 -0
  267. package/dist/components/icons/paper-clip.d.ts +4 -0
  268. package/dist/components/icons/paragraph.d.ts +4 -0
  269. package/dist/components/icons/payment-request.d.ts +6 -0
  270. package/dist/components/icons/phone.d.ts +4 -0
  271. package/dist/components/icons/printer.d.ts +4 -0
  272. package/dist/components/icons/process-calendar.d.ts +4 -0
  273. package/dist/components/icons/promotion.d.ts +6 -0
  274. package/dist/components/icons/radio-button.d.ts +4 -0
  275. package/dist/components/icons/receipt-filled.d.ts +6 -0
  276. package/dist/components/icons/receipt-outline.d.ts +4 -0
  277. package/dist/components/icons/receipt.d.ts +6 -0
  278. package/dist/components/icons/rectangle-filled.d.ts +4 -0
  279. package/dist/components/icons/rectangle.d.ts +4 -0
  280. package/dist/components/icons/refresh-icon.d.ts +4 -0
  281. package/dist/components/icons/replace.d.ts +4 -0
  282. package/dist/components/icons/save.d.ts +6 -0
  283. package/dist/components/icons/search-status.d.ts +4 -0
  284. package/dist/components/icons/search.d.ts +4 -0
  285. package/dist/components/icons/settings-fallback.d.ts +7 -0
  286. package/dist/components/icons/share.d.ts +4 -0
  287. package/dist/components/icons/sort-arrow-icon.d.ts +4 -0
  288. package/dist/components/icons/stacked-layer.d.ts +6 -0
  289. package/dist/components/icons/start-filled.d.ts +6 -0
  290. package/dist/components/icons/three-dot-icon.d.ts +4 -0
  291. package/dist/components/icons/tick-circle-filled.d.ts +6 -0
  292. package/dist/components/icons/tick-circle.d.ts +4 -0
  293. package/dist/components/icons/tick-octagon.d.ts +4 -0
  294. package/dist/components/icons/tick.d.ts +4 -0
  295. package/dist/components/icons/toggle-switch.d.ts +4 -0
  296. package/dist/components/icons/trash.d.ts +4 -0
  297. package/dist/components/icons/wave.d.ts +6 -0
  298. package/dist/components/icons/with-out-tick-octagon.d.ts +4 -0
  299. package/dist/components/icons/work-centre.d.ts +6 -0
  300. package/dist/components/info-card/index.d.ts +2 -0
  301. package/dist/components/info-card/info-card.d.ts +9 -0
  302. package/dist/components/inventory-reports-title-bar/component/index.d.ts +2 -0
  303. package/dist/components/inventory-reports-title-bar/component/reportFilter.d.ts +10 -0
  304. package/dist/components/inventory-reports-title-bar/index.d.ts +5 -0
  305. package/dist/components/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +43 -0
  306. package/dist/components/inventory-reports-title-bar/redux/actionCreator.d.ts +11 -0
  307. package/dist/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
  308. package/dist/components/inventory-reports-title-bar/redux/reducer.d.ts +3 -0
  309. package/dist/components/inventory-reports-title-bar/redux/state.d.ts +12 -0
  310. package/dist/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
  311. package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +27 -0
  312. package/dist/components/label-value/index.d.ts +2 -0
  313. package/dist/components/label-value/label-value.d.ts +6 -0
  314. package/dist/components/list/index.d.ts +2 -0
  315. package/dist/components/list/list.d.ts +2 -0
  316. package/dist/components/listing/index.d.ts +3 -0
  317. package/dist/components/listing/listing.d.ts +5 -0
  318. package/dist/components/listing/types.d.ts +57 -0
  319. package/dist/components/loader.d.ts +2 -0
  320. package/dist/components/loaders/erp-loader.d.ts +4 -0
  321. package/dist/components/loaders/form-loader.d.ts +4 -0
  322. package/dist/components/loaders/index.d.ts +8 -0
  323. package/dist/components/loaders/modal-loader.d.ts +4 -0
  324. package/dist/components/loaders/page-loader.d.ts +4 -0
  325. package/dist/components/location-select.d.ts +19 -0
  326. package/dist/components/material-editable-table/aggregation-fns/index.d.ts +13 -0
  327. package/dist/components/material-editable-table/components/default-aggregation.d.ts +9 -0
  328. package/dist/components/material-editable-table/components/header-cell.d.ts +5 -0
  329. package/dist/components/material-editable-table/components/index.d.ts +8 -0
  330. package/dist/components/material-editable-table/components/inline-edit-fields.d.ts +17 -0
  331. package/dist/components/material-editable-table/components/number-aggregation.d.ts +9 -0
  332. package/dist/components/material-editable-table/index.d.ts +4 -0
  333. package/dist/components/material-editable-table/material-editable-table.d.ts +40 -0
  334. package/dist/components/material-table/aggregation-fns/index.d.ts +13 -0
  335. package/dist/components/material-table/components/default-aggregation.d.ts +9 -0
  336. package/dist/components/material-table/components/header-cell.d.ts +5 -0
  337. package/dist/components/material-table/components/index.d.ts +8 -0
  338. package/dist/components/material-table/components/inline-edit-fields.d.ts +17 -0
  339. package/dist/components/material-table/components/number-aggregation.d.ts +9 -0
  340. package/dist/components/material-table/index.d.ts +4 -0
  341. package/dist/components/material-table/material-table.d.ts +81 -0
  342. package/dist/components/menu/index.d.ts +2 -0
  343. package/dist/components/menu/menu.d.ts +4 -0
  344. package/dist/components/modal/index.d.ts +2 -0
  345. package/dist/components/modal/modal.d.ts +4 -0
  346. package/dist/components/module-button/index.d.ts +2 -0
  347. package/dist/components/module-button/module-button.d.ts +2 -0
  348. package/dist/components/mulitline/index.d.ts +2 -0
  349. package/dist/components/mulitline/multiline.d.ts +11 -0
  350. package/dist/components/multi-select/index.d.ts +2 -0
  351. package/dist/components/multi-select/multi-select.d.ts +30 -0
  352. package/dist/components/page-navigator/components/add-page-modal.d.ts +11 -0
  353. package/dist/components/page-navigator/components/add-page.d.ts +9 -0
  354. package/dist/components/page-navigator/components/index.d.ts +10 -0
  355. package/dist/components/page-navigator/components/page-action.d.ts +14 -0
  356. package/dist/components/page-navigator/components/shared-page-modal.d.ts +9 -0
  357. package/dist/components/page-navigator/components/shared-page-view.d.ts +2 -0
  358. package/dist/components/page-navigator/index.d.ts +3 -0
  359. package/dist/components/page-navigator/page-navigator.d.ts +15 -0
  360. package/dist/components/pagination/index.d.ts +2 -0
  361. package/dist/components/pagination/pagination.d.ts +9 -0
  362. package/dist/components/parties-modal/index.d.ts +4 -0
  363. package/dist/components/parties-modal/parties-modal.d.ts +10 -0
  364. package/dist/components/parties-modal/utils/constant.d.ts +42 -0
  365. package/dist/components/parties-modal/utils/index.d.ts +1 -0
  366. package/dist/components/parties-modal/validator.d.ts +6 -0
  367. package/dist/components/phone-input/index.d.ts +2 -0
  368. package/dist/components/phone-input/phone-input.d.ts +19 -0
  369. package/dist/components/protected-route.d.ts +56 -0
  370. package/dist/components/providers/ERPUIProvider.d.ts +41 -0
  371. package/dist/components/providers/index.d.ts +2 -0
  372. package/dist/components/quick-approval-modal/index.d.ts +2 -0
  373. package/dist/components/quick-approval-modal/quick-approval-modal.d.ts +13 -0
  374. package/dist/components/radio/index.d.ts +2 -0
  375. package/dist/components/radio/radio.d.ts +4 -0
  376. package/dist/components/reports/dynamic-report/dynamic-report.d.ts +21 -0
  377. package/dist/components/reports/dynamic-report/dynamic-rows.d.ts +20 -0
  378. package/dist/components/reports/dynamic-report/index.d.ts +3 -0
  379. package/dist/components/reports/index.d.ts +1 -0
  380. package/dist/components/reports-title-bar/index.d.ts +4 -0
  381. package/dist/components/reports-title-bar/redux/actionCreator.d.ts +1 -0
  382. package/dist/components/reports-title-bar/redux/index.d.ts +5 -0
  383. package/dist/components/reports-title-bar/redux/reducer.d.ts +3 -0
  384. package/dist/components/reports-title-bar/redux/state.d.ts +8 -0
  385. package/dist/components/reports-title-bar/report-buttons/index.d.ts +2 -0
  386. package/dist/components/reports-title-bar/report-buttons/report-buttons.d.ts +26 -0
  387. package/dist/components/reports-title-bar/reports-title-bar.d.ts +30 -0
  388. package/dist/components/reset-password-modal/index.d.ts +2 -0
  389. package/dist/components/reset-password-modal/reset-password-modal.d.ts +5 -0
  390. package/dist/components/rfq-response/index.d.ts +2 -0
  391. package/dist/components/rfq-response/item-response-details.d.ts +1 -0
  392. package/dist/components/save-filter-modal/index.d.ts +2 -0
  393. package/dist/components/save-filter-modal/save-filter-modal.d.ts +8 -0
  394. package/dist/components/schedule-report/index.d.ts +6 -0
  395. package/dist/components/schedule-report/schedule-report-modal.d.ts +17 -0
  396. package/dist/components/schedule-report/schedule-report.d.ts +6 -0
  397. package/dist/components/schedule-report/utils/common.d.ts +9 -0
  398. package/dist/components/schedule-report/utils/constant.d.ts +29 -0
  399. package/dist/components/schedule-report/utils/index.d.ts +3 -0
  400. package/dist/components/schedule-report/utils/type.d.ts +31 -0
  401. package/dist/components/schedule-report/validator.d.ts +13 -0
  402. package/dist/components/search-bar/index.d.ts +2 -0
  403. package/dist/components/search-bar/search-bar.d.ts +14 -0
  404. package/dist/components/searchable-select.d.ts +49 -0
  405. package/dist/components/select/controller/chip-or-placeholder.d.ts +10 -0
  406. package/dist/components/select/controller/controller-select.d.ts +33 -0
  407. package/dist/components/select/controller/index.d.ts +4 -0
  408. package/dist/components/select/index.d.ts +5 -0
  409. package/dist/components/select/select-search.d.ts +4 -0
  410. package/dist/components/select/select.d.ts +3 -0
  411. package/dist/components/share-modal/index.d.ts +5 -0
  412. package/dist/components/share-modal/redux/actionCreator.d.ts +2 -0
  413. package/dist/components/share-modal/redux/index.d.ts +5 -0
  414. package/dist/components/share-modal/redux/reducer.d.ts +21 -0
  415. package/dist/components/share-modal/redux/state.d.ts +8 -0
  416. package/dist/components/share-modal/share-modal-enhanced.d.ts +19 -0
  417. package/dist/components/share-modal/share-modal.d.ts +13 -0
  418. package/dist/components/sidebar/index.d.ts +2 -0
  419. package/dist/components/sidebar/sidebar.d.ts +23 -0
  420. package/dist/components/snackbar/index.d.ts +2 -0
  421. package/dist/components/snackbar/snackbar.d.ts +4 -0
  422. package/dist/components/sub-header-doc/index.d.ts +2 -0
  423. package/dist/components/sub-header-doc/sub-header-doc.d.ts +3 -0
  424. package/dist/components/switches/android-12-switch.d.ts +2 -0
  425. package/dist/components/switches/index.d.ts +2 -0
  426. package/dist/components/tab-bar-ui/index.d.ts +2 -0
  427. package/dist/components/tab-bar-ui/tab-bar-ui.d.ts +20 -0
  428. package/dist/components/tabs/index.d.ts +2 -0
  429. package/dist/components/tabs/tabs.d.ts +24 -0
  430. package/dist/components/text-area/index.d.ts +2 -0
  431. package/dist/components/text-area/text-area.d.ts +9 -0
  432. package/dist/components/text-field/index.d.ts +2 -0
  433. package/dist/components/text-field/text-field.d.ts +3 -0
  434. package/dist/components/time-picker/index.d.ts +2 -0
  435. package/dist/components/time-picker/time-picker.d.ts +16 -0
  436. package/dist/components/time-range-picker/index.d.ts +2 -0
  437. package/dist/components/time-range-picker/time-range-picker.d.ts +10 -0
  438. package/dist/components/title-dropdown-button/index.d.ts +2 -0
  439. package/dist/components/title-dropdown-button/title-dropdown-button.d.ts +15 -0
  440. package/dist/components/toast/index.d.ts +2 -0
  441. package/dist/components/toast/toast.d.ts +9 -0
  442. package/dist/components/toggle/index.d.ts +2 -0
  443. package/dist/components/toggle/toggle.d.ts +7 -0
  444. package/dist/components/toggle-switch/index.d.ts +2 -0
  445. package/dist/components/toggle-switch/toggle-switch.d.ts +10 -0
  446. package/dist/components/tooltip/Tooltip.d.ts +4 -0
  447. package/dist/components/tooltip/index.d.ts +2 -0
  448. package/dist/components/typography/index.d.ts +2 -0
  449. package/dist/components/typography/typography.d.ts +8 -0
  450. package/dist/components/upload/file-confirmation.d.ts +12 -0
  451. package/dist/components/upload/index.d.ts +4 -0
  452. package/dist/components/upload/upload.d.ts +15 -0
  453. package/dist/components/upload-excel/file-confirmation.d.ts +11 -0
  454. package/dist/components/upload-excel/index.d.ts +4 -0
  455. package/dist/components/upload-excel/upload-excel.d.ts +16 -0
  456. package/dist/components/upload-media/index.d.ts +2 -0
  457. package/dist/components/upload-media/upload-media.d.ts +16 -0
  458. package/dist/components/user-dropdown/index.d.ts +2 -0
  459. package/dist/components/user-dropdown/user-dropdown.d.ts +12 -0
  460. package/dist/components/value-field/index.d.ts +2 -0
  461. package/dist/components/value-field/value-field.d.ts +8 -0
  462. package/dist/components/view-modal/index.d.ts +2 -0
  463. package/dist/components/view-modal/view-modal.d.ts +13 -0
  464. package/dist/config/index.d.ts +43 -0
  465. package/dist/constants/action-bar.d.ts +9 -0
  466. package/dist/constants/all-language.d.ts +6 -0
  467. package/dist/constants/auth.d.ts +5 -0
  468. package/dist/constants/common.d.ts +1 -0
  469. package/dist/constants/defaultColumns.d.ts +109 -0
  470. package/dist/constants/lang/ar.d.ts +1448 -0
  471. package/dist/constants/lang/en.d.ts +10645 -0
  472. package/dist/constants/lang/es.d.ts +142 -0
  473. package/dist/constants/lang/index.d.ts +6 -0
  474. package/dist/constants/modules.d.ts +2 -0
  475. package/dist/constants/mui.constants.d.ts +2 -0
  476. package/dist/constants/pathnames/index.d.ts +13 -0
  477. package/dist/constants/pathnames/pathname.accounting.d.ts +165 -0
  478. package/dist/constants/pathnames/pathname.crm.d.ts +203 -0
  479. package/dist/constants/pathnames/pathname.d.ts +25 -0
  480. package/dist/constants/pathnames/pathname.document.d.ts +10 -0
  481. package/dist/constants/pathnames/pathname.hrms.d.ts +5 -0
  482. package/dist/constants/pathnames/pathname.inventory.d.ts +154 -0
  483. package/dist/constants/pathnames/pathname.manufacturing.d.ts +387 -0
  484. package/dist/constants/pathnames/pathname.office.d.ts +5 -0
  485. package/dist/constants/pathnames/pathname.procurement.d.ts +150 -0
  486. package/dist/constants/pathnames/pathname.project.d.ts +5 -0
  487. package/dist/constants/pathnames/pathname.quotes.d.ts +5 -0
  488. package/dist/constants/pathnames/pathname.rental.d.ts +43 -0
  489. package/dist/constants/pathnames/pathname.user.d.ts +20 -0
  490. package/dist/constants/resource-lang.d.ts +12240 -0
  491. package/dist/constants/route-page-map.d.ts +10 -0
  492. package/dist/constants/status.d.ts +4 -0
  493. package/dist/contexts/AuthContext.d.ts +69 -0
  494. package/dist/contexts/languageContext.d.ts +24 -0
  495. package/dist/contexts/page-context.d.ts +72 -0
  496. package/dist/contexts/permission-context.d.ts +14 -0
  497. package/dist/hooks/apiHelper.d.ts +12 -0
  498. package/dist/hooks/common.d.ts +41 -0
  499. package/dist/hooks/use-deep-memo.d.ts +2 -0
  500. package/dist/hooks/use-material-calculations.d.ts +81 -0
  501. package/dist/hooks/use-translations.d.ts +3 -0
  502. package/dist/hooks/useCheckSkuAndName.d.ts +7 -0
  503. package/dist/hooks/useDataFetcher.d.ts +25 -0
  504. package/dist/hooks/useLanguageFallback.d.ts +67 -0
  505. package/dist/hooks/useLocationFilter.d.ts +43 -0
  506. package/dist/hooks/useReduxIntegration.d.ts +9 -0
  507. package/dist/index.d.ts +190 -1
  508. package/dist/index.esm.js +3 -0
  509. package/dist/index.esm.js.map +1 -1
  510. package/dist/index.js +1 -1
  511. package/dist/layout/fullScreen/fullScreen.d.ts +1 -0
  512. package/dist/layout/fullScreen/index.d.ts +2 -0
  513. package/dist/layout/sidebarScreen/index.d.ts +2 -0
  514. package/dist/layout/sidebarScreen/sidebarScreen.d.ts +7 -0
  515. package/dist/node_modules/notistack/notistack.esm/index.esm.js +3 -0
  516. package/dist/node_modules/notistack/notistack.esm/index.esm.js.map +1 -1
  517. package/dist/node_modules/notistack/notistack.esm/index.js +1 -1
  518. package/dist/node_modules/notistack/notistack.esm/index.js.map +1 -1
  519. package/dist/redux/actionCreator.d.ts +7 -0
  520. package/dist/redux/apiConfig.d.ts +18 -0
  521. package/dist/redux/hooks.d.ts +7 -0
  522. package/dist/redux/module-reducer.d.ts +9 -0
  523. package/dist/redux/slices/headerSlice.d.ts +24 -0
  524. package/dist/redux/slices/index.d.ts +8 -0
  525. package/dist/redux/slices/inventoryReportsTitleBarSlice.d.ts +45 -0
  526. package/dist/redux/slices/reportsTitleBarSlice.d.ts +21 -0
  527. package/dist/redux/slices/shareSlice.d.ts +26 -0
  528. package/dist/redux/toolkit.d.ts +1 -0
  529. package/dist/redux/types.d.ts +66 -0
  530. package/dist/server.d.ts +8 -0
  531. package/dist/src/index.d.ts +5 -0
  532. package/dist/style.css +69 -69
  533. package/dist/styles/index.d.ts +1 -1
  534. package/dist/styles/themes/index.d.ts +21 -0
  535. package/dist/theme/color.d.ts +38 -0
  536. package/dist/theme/theme-impl.d.ts +24 -0
  537. package/dist/theme/themeSelector.d.ts +15 -0
  538. package/dist/theme/themeWrapper.d.ts +10 -0
  539. package/dist/theme/types/extendMUIPalette.d.ts +47 -0
  540. package/dist/theme/types/index.d.ts +1 -0
  541. package/dist/theme/typography.d.ts +88 -0
  542. package/dist/types/index.d.ts +1 -21
  543. package/dist/utils/api.d.ts +662 -0
  544. package/dist/utils/calculation.d.ts +13 -0
  545. package/dist/utils/color.d.ts +21 -0
  546. package/dist/utils/common-utility.d.ts +224 -0
  547. package/dist/utils/common.d.ts +237 -0
  548. package/dist/utils/constant.d.ts +18 -0
  549. package/dist/utils/country.d.ts +1 -0
  550. package/dist/utils/date-range.d.ts +31 -0
  551. package/dist/utils/dateFormat.d.ts +11 -0
  552. package/dist/utils/dateValidation.d.ts +84 -0
  553. package/dist/utils/deformat-text.d.ts +2 -0
  554. package/dist/utils/export-filters.d.ts +2 -0
  555. package/dist/utils/fileSize.d.ts +2 -0
  556. package/dist/utils/form-builder-conversion.d.ts +2 -0
  557. package/dist/utils/form-builder-deconversion.d.ts +45 -0
  558. package/dist/utils/format-text.d.ts +4 -0
  559. package/dist/utils/i18n.d.ts +3 -0
  560. package/dist/utils/language.d.ts +1 -0
  561. package/dist/utils/menu-filter.d.ts +70 -0
  562. package/dist/utils/metaComponent.d.ts +14 -0
  563. package/dist/utils/migration-utils.d.ts +7 -0
  564. package/dist/utils/navigation-utils.d.ts +24 -0
  565. package/dist/utils/route-utils.d.ts +4 -0
  566. package/dist/utils/server.d.ts +5 -0
  567. package/dist/utils/setup.d.ts +1 -0
  568. package/dist/utils/translations.d.ts +1 -0
  569. package/dist/views/404.d.ts +7 -0
  570. package/dist/views/afterAuth/dashboard/dashboard.d.ts +2 -0
  571. package/dist/views/afterAuth/dashboard/index.d.ts +3 -0
  572. package/dist/views/afterAuth/dashboard/redux/actionCreator.d.ts +6 -0
  573. package/dist/views/afterAuth/dashboard/redux/index.d.ts +5 -0
  574. package/dist/views/afterAuth/dashboard/redux/reducer.d.ts +3508 -0
  575. package/dist/views/afterAuth/dashboard/redux/state.d.ts +499 -0
  576. package/dist/views/afterAuth/index.d.ts +2 -0
  577. package/dist/views/afterAuth/page-view/index.d.ts +4 -0
  578. package/dist/views/afterAuth/page-view/page-view.d.ts +2 -0
  579. package/dist/views/afterAuth/page-view/redux/actionCreator.d.ts +1 -0
  580. package/dist/views/afterAuth/page-view/redux/index.d.ts +5 -0
  581. package/dist/views/afterAuth/page-view/redux/reducer.d.ts +273 -0
  582. package/dist/views/afterAuth/page-view/redux/state.d.ts +33 -0
  583. package/dist/views/afterAuth/page-view/utils/default-data.d.ts +16 -0
  584. package/dist/views/afterAuth/page-view/utils/index.d.ts +2 -0
  585. package/dist/views/afterAuth/page-view/utils/local-data.d.ts +16 -0
  586. package/dist/views/beforeAuth/change-password/change-password.d.ts +1 -0
  587. package/dist/views/beforeAuth/change-password/index.d.ts +1 -0
  588. package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +11 -0
  589. package/dist/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
  590. package/dist/views/beforeAuth/components/calendar-data/calendar-data.d.ts +18 -0
  591. package/dist/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
  592. package/dist/views/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +147 -0
  593. package/dist/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
  594. package/dist/views/beforeAuth/components/gantt-data/gantt-data.d.ts +4 -0
  595. package/dist/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
  596. package/dist/views/beforeAuth/components/grid-data/grid-data.d.ts +8 -0
  597. package/dist/views/beforeAuth/components/grid-data/index.d.ts +2 -0
  598. package/dist/views/beforeAuth/components/index.d.ts +13 -0
  599. package/dist/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
  600. package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +11 -0
  601. package/dist/views/beforeAuth/components/list-content/column-raw.d.ts +38 -0
  602. package/dist/views/beforeAuth/components/list-content/index.d.ts +2 -0
  603. package/dist/views/beforeAuth/components/list-content/list-data.d.ts +11 -0
  604. package/dist/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
  605. package/dist/views/beforeAuth/components/multiline-data/multiline-data.d.ts +5 -0
  606. package/dist/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
  607. package/dist/views/beforeAuth/components/share-modal-data/share-modal-data.d.ts +6 -0
  608. package/dist/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
  609. package/dist/views/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +7 -0
  610. package/dist/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
  611. package/dist/views/beforeAuth/components/tabs-data/tabs-data.d.ts +5 -0
  612. package/dist/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
  613. package/dist/views/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +157 -0
  614. package/dist/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
  615. package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +6 -0
  616. package/dist/views/beforeAuth/forgot-password/forgot-password.d.ts +1 -0
  617. package/dist/views/beforeAuth/forgot-password/index.d.ts +1 -0
  618. package/dist/views/beforeAuth/index.d.ts +6 -0
  619. package/dist/views/beforeAuth/landing/index.d.ts +2 -0
  620. package/dist/views/beforeAuth/landing/landing.d.ts +3 -0
  621. package/dist/views/beforeAuth/login/index.d.ts +2 -0
  622. package/dist/views/beforeAuth/reset-password/index.d.ts +1 -0
  623. package/dist/views/beforeAuth/reset-password/reset-password.d.ts +1 -0
  624. package/dist/views/form-builder/custom-form.d.ts +7 -0
  625. package/dist/views/form-builder/element-edit-forms/checkbox.d.ts +3 -0
  626. package/dist/views/form-builder/element-edit-forms/column-width.d.ts +3 -0
  627. package/dist/views/form-builder/element-edit-forms/field-select.d.ts +4 -0
  628. package/dist/views/form-builder/element-edit-forms/index.d.ts +14 -0
  629. package/dist/views/form-builder/element-edit-forms/section.d.ts +3 -0
  630. package/dist/views/form-builder/element-edit-forms/select.d.ts +33 -0
  631. package/dist/views/form-builder/element-edit-forms/table-form.d.ts +13 -0
  632. package/dist/views/form-builder/element-edit-forms/text.d.ts +12 -0
  633. package/dist/views/form-builder/field_properties.d.ts +99 -0
  634. package/dist/views/form-builder/form-fields.d.ts +46 -0
  635. package/dist/views/form-builder/index.d.ts +9 -0
  636. package/dist/views/form-builder/redux/actionCreator.d.ts +5 -0
  637. package/dist/views/form-builder/redux/index.d.ts +5 -0
  638. package/dist/views/form-builder/redux/state.d.ts +27 -0
  639. package/dist/views/form-builder/types.d.ts +2 -0
  640. package/dist/views/form-builder/utils/common.d.ts +66 -0
  641. package/dist/views/form-builder/utils/index.d.ts +1 -0
  642. package/dist/views/index.d.ts +8 -1
  643. package/dist/views/privateRoute.d.ts +2 -0
  644. package/dist/views/template-editor/add-template/add-template.d.ts +4 -0
  645. package/dist/views/template-editor/add-template/index.d.ts +2 -0
  646. package/dist/views/template-editor/company-selection-modal/company-selection-modal.d.ts +14 -0
  647. package/dist/views/template-editor/company-selection-modal/index.d.ts +2 -0
  648. package/dist/views/template-editor/components/EditorCanvas.d.ts +22 -0
  649. package/dist/views/template-editor/components/EditorHeader.d.ts +18 -0
  650. package/dist/views/template-editor/components/EditorSection.d.ts +20 -0
  651. package/dist/views/template-editor/components/EditorSidebar.d.ts +2 -0
  652. package/dist/views/template-editor/components/SectionFlowEditor.d.ts +9 -0
  653. package/dist/views/template-editor/components/SectionFormatPanel.d.ts +46 -0
  654. package/dist/views/template-editor/components/controllers/AlignmentControl.d.ts +7 -0
  655. package/dist/views/template-editor/components/controllers/ButtonControls.d.ts +8 -0
  656. package/dist/views/template-editor/components/controllers/CodeControls.d.ts +8 -0
  657. package/dist/views/template-editor/components/controllers/DividerControls.d.ts +8 -0
  658. package/dist/views/template-editor/components/controllers/ImageControls.d.ts +8 -0
  659. package/dist/views/template-editor/components/controllers/SignatureControls.d.ts +8 -0
  660. package/dist/views/template-editor/components/controllers/TableControls.d.ts +36 -0
  661. package/dist/views/template-editor/components/controllers/TextControls.d.ts +21 -0
  662. package/dist/views/template-editor/components/controllers/border-control.d.ts +13 -0
  663. package/dist/views/template-editor/components/controllers/index.d.ts +18 -0
  664. package/dist/views/template-editor/components/index.d.ts +13 -0
  665. package/dist/views/template-editor/edit-section-modal/edit-section-modal.d.ts +16 -0
  666. package/dist/views/template-editor/edit-section-modal/index.d.ts +2 -0
  667. package/dist/views/template-editor/index.d.ts +11 -0
  668. package/dist/views/template-editor/routes.d.ts +4 -0
  669. package/dist/views/template-editor/template-modal/html-thumbnail-preview.d.ts +17 -0
  670. package/dist/views/template-editor/template-modal/index.d.ts +4 -0
  671. package/dist/views/template-editor/template-modal/template-modal.d.ts +8 -0
  672. package/dist/views/template-editor/template-name-modal/index.d.ts +2 -0
  673. package/dist/views/template-editor/template-name-modal/template-name-modal.d.ts +15 -0
  674. package/dist/views/template-editor/templates.d.ts +4 -0
  675. package/dist/views/template-editor/types/editor.d.ts +32 -0
  676. package/dist/views/template-editor/types/index.d.ts +1 -0
  677. package/dist/views/template-editor/utils/common.d.ts +17 -0
  678. package/dist/views/template-editor/utils/constant.d.ts +136 -0
  679. package/dist/views/template-editor/utils/default-data.d.ts +7 -0
  680. package/dist/views/template-editor/utils/index.d.ts +5 -0
  681. package/dist/views/template-editor/utils/style-extractor.d.ts +11 -0
  682. package/dist/views/template-editor/utils/types.d.ts +33 -0
  683. package/dist/vite-env.d.ts +24 -0
  684. package/package.json +1 -1
  685. package/src/styles/index.d.ts +1 -0
  686. package/dist/src/components/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
@@ -0,0 +1,24 @@
1
+ import { default as React, ReactNode } from 'react';
2
+
3
+ interface TabItem {
4
+ tab_order: number;
5
+ title: string;
6
+ content?: string | ReactNode;
7
+ data?: any;
8
+ remove_tab?: boolean;
9
+ }
10
+ export interface TabProps {
11
+ tabs: TabItem[];
12
+ activeValue?: number;
13
+ setActiveValue?: React.Dispatch<React.SetStateAction<number | undefined>>;
14
+ onEditTabTitle?: (tabId: number, newTitle: string) => void;
15
+ handleTabChange?: () => void;
16
+ handleRemoveTab?: (tabId: number) => void;
17
+ isFormTabValid?: boolean;
18
+ isTabViewOnly?: boolean;
19
+ activeTabs?: any[];
20
+ setActiveTabs?: React.Dispatch<React.SetStateAction<number | undefined>>;
21
+ containerProps?: any;
22
+ }
23
+ export default function TabBar(props: TabProps): import("react/jsx-runtime").JSX.Element;
24
+ export {};
@@ -0,0 +1,2 @@
1
+ export { default as TextArea } from './text-area';
2
+ export * from './text-area';
@@ -0,0 +1,9 @@
1
+ import { TextareaAutosizeProps } from '@mui/base';
2
+
3
+ interface TextAreaProps extends TextareaAutosizeProps {
4
+ label?: string;
5
+ error?: boolean;
6
+ helperText?: string;
7
+ }
8
+ declare const TextArea: (props: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
9
+ export default TextArea;
@@ -0,0 +1,2 @@
1
+ export { default as TextField } from './text-field';
2
+ export * from './text-field';
@@ -0,0 +1,3 @@
1
+
2
+ declare const TextField: import('react').MemoExoticComponent<(props: any) => import("react/jsx-runtime").JSX.Element>;
3
+ export default TextField;
@@ -0,0 +1,2 @@
1
+ export { default as TimePicker } from './time-picker';
2
+ export * from './time-picker';
@@ -0,0 +1,16 @@
1
+
2
+ export interface TimePickerProps {
3
+ label: string;
4
+ disabled?: boolean;
5
+ error?: boolean;
6
+ name?: string;
7
+ value?: string | number | Date;
8
+ helperText?: string;
9
+ dataPosition?: number;
10
+ dataName?: string;
11
+ is24hrFormat?: boolean;
12
+ placeholder?: string;
13
+ required?: boolean;
14
+ }
15
+ declare const TimePicker: import('react').MemoExoticComponent<(props: TimePickerProps) => import("react/jsx-runtime").JSX.Element>;
16
+ export default TimePicker;
@@ -0,0 +1,2 @@
1
+ export { default as TimeRangePicker } from './time-range-picker';
2
+ export * from './time-range-picker';
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface TimeRangePickerProps {
4
+ hour12?: boolean;
5
+ startTime?: string;
6
+ endTime?: string;
7
+ onTimeRangeChange: (timeRanges: any[]) => void;
8
+ }
9
+ declare const TimeRangePicker: React.FC<TimeRangePickerProps>;
10
+ export default TimeRangePicker;
@@ -0,0 +1,2 @@
1
+ export { default as TitleDropdownButton } from './title-dropdown-button';
2
+ export * from './title-dropdown-button';
@@ -0,0 +1,15 @@
1
+ import { ButtonProps } from '@mui/material';
2
+ import * as React from 'react';
3
+ export interface ITitleDropdownMenuOption {
4
+ label: string | JSX.Element;
5
+ callback: (event?: any, index?: number) => void;
6
+ color?: string;
7
+ }
8
+ interface TitleDropdownButtonProps extends ButtonProps {
9
+ children: React.ReactNode;
10
+ options: ITitleDropdownMenuOption[];
11
+ isMenuThirdItemDisabled: boolean;
12
+ currentTitle: string;
13
+ }
14
+ declare const TitleDropdownButton: React.FC<TitleDropdownButtonProps>;
15
+ export default TitleDropdownButton;
@@ -0,0 +1,2 @@
1
+ export { default as Toast } from './toast';
2
+ export * from './toast';
@@ -0,0 +1,9 @@
1
+ import { SnackbarProps } from '@mui/material';
2
+
3
+ interface IToast extends SnackbarProps {
4
+ handleClose: () => void;
5
+ type?: "normal" | "alert";
6
+ handleUndo?: () => void;
7
+ }
8
+ declare const Toast: (props: IToast) => import("react/jsx-runtime").JSX.Element;
9
+ export default Toast;
@@ -0,0 +1,2 @@
1
+ export { default as Toggle } from './toggle';
2
+ export * from './toggle';
@@ -0,0 +1,7 @@
1
+
2
+ interface IToggle {
3
+ checked: boolean;
4
+ onChange: () => void;
5
+ }
6
+ declare const Toggle: (props: IToggle) => import("react/jsx-runtime").JSX.Element;
7
+ export default Toggle;
@@ -0,0 +1,2 @@
1
+ export { default as ToggleSwitch } from './toggle-switch';
2
+ export * from './toggle-switch';
@@ -0,0 +1,10 @@
1
+ import { SwitchProps } from '@mui/material/Switch';
2
+ import { ITypography } from '../typography/typography';
3
+
4
+ export interface ISwitchProps extends SwitchProps {
5
+ label?: string;
6
+ labelPosition?: "start" | "end";
7
+ typographyProps?: ITypography;
8
+ }
9
+ declare const ToggleSwitch: React.FC<ISwitchProps>;
10
+ export default ToggleSwitch;
@@ -0,0 +1,4 @@
1
+ import { TooltipProps } from '@mui/material';
2
+
3
+ declare const Tooltip: ({ title, children, sx, ...rest }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Tooltip;
@@ -0,0 +1,2 @@
1
+ export { default as Tooltip } from './Tooltip';
2
+ export * from './Tooltip';
@@ -0,0 +1,2 @@
1
+ export { default as Typography } from './typography';
2
+ export * from './typography';
@@ -0,0 +1,8 @@
1
+ import { TypographyProps } from '@mui/material';
2
+
3
+ export interface ITypography extends TypographyProps {
4
+ type?: "h1" | "h2" | "h3" | "h4" | "h5" | "s1" | "s2" | "s3" | "s4" | "s5";
5
+ weight?: "normal" | "medium" | "bold";
6
+ }
7
+ export declare function Typography(props: ITypography): import("react/jsx-runtime").JSX.Element;
8
+ export default Typography;
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface FileConfirmationDialogProps {
4
+ open: boolean;
5
+ onClose: () => void;
6
+ onReplace: () => void;
7
+ onKeepBoth: () => void;
8
+ title?: string;
9
+ isFile: boolean;
10
+ }
11
+ declare const FileConfirmationDialog: React.FC<FileConfirmationDialogProps>;
12
+ export default FileConfirmationDialog;
@@ -0,0 +1,4 @@
1
+ export { default as FileConfirmationDialog } from './file-confirmation';
2
+ export * from './file-confirmation';
3
+ export { default as Upload } from './upload';
4
+ export * from './upload';
@@ -0,0 +1,15 @@
1
+
2
+ interface UploadProps {
3
+ open: boolean;
4
+ title: string;
5
+ multiple?: boolean;
6
+ accept?: string;
7
+ onClose: () => void;
8
+ onConfirm: () => void;
9
+ onSubmit: (files: any[]) => void;
10
+ existingDriveData?: any;
11
+ fileUploaded?: (value: boolean) => void | undefined;
12
+ type: any;
13
+ }
14
+ declare const Upload: (props: UploadProps) => import("react/jsx-runtime").JSX.Element;
15
+ export default Upload;
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface FileConfirmationDialogProps {
4
+ open: boolean;
5
+ onClose: () => void;
6
+ onReplace: () => void;
7
+ onKeepBoth: () => void;
8
+ title?: string;
9
+ }
10
+ declare const FileConfirmationDialog: React.FC<FileConfirmationDialogProps>;
11
+ export default FileConfirmationDialog;
@@ -0,0 +1,4 @@
1
+ export { default as FileConfirmationDialog } from './file-confirmation';
2
+ export * from './file-confirmation';
3
+ export { default as UploadExcel } from './upload-excel';
4
+ export * from './upload-excel';
@@ -0,0 +1,16 @@
1
+
2
+ interface UploadProps {
3
+ open: boolean;
4
+ title: string;
5
+ multiple?: boolean;
6
+ accept?: string;
7
+ showCameraButton?: boolean;
8
+ onClose: () => void;
9
+ onConfirm: () => void;
10
+ onSubmit?: (files: any[]) => void;
11
+ existingDriveData?: any;
12
+ importModuleName?: any;
13
+ pageName?: any;
14
+ }
15
+ declare const UploadExcel: (props: UploadProps) => import("react/jsx-runtime").JSX.Element;
16
+ export default UploadExcel;
@@ -0,0 +1,2 @@
1
+ export { default as UploadMedia } from './upload-media';
2
+ export * from './upload-media';
@@ -0,0 +1,16 @@
1
+ export interface UploadImageProps {
2
+ type?: string;
3
+ label: string;
4
+ disabled?: boolean;
5
+ error?: boolean;
6
+ dataPosition?: number;
7
+ dataName?: string;
8
+ required?: boolean;
9
+ max_size?: number;
10
+ name: string;
11
+ value: string;
12
+ onChange: (e: any) => any;
13
+ multiple: boolean;
14
+ }
15
+ declare const UploadMedia: import('react').MemoExoticComponent<(props: UploadImageProps) => import("react/jsx-runtime").JSX.Element>;
16
+ export default UploadMedia;
@@ -0,0 +1,2 @@
1
+ export { default as UserDropdown } from './user-dropdown';
2
+ export * from './user-dropdown';
@@ -0,0 +1,12 @@
1
+
2
+ interface UserDropdownProps {
3
+ value: {
4
+ isRoleVisible: boolean;
5
+ selectedUsers: number[];
6
+ };
7
+ data: any;
8
+ onToggleChange: () => void;
9
+ onCheckboxChange: (values: number[]) => void;
10
+ }
11
+ export declare const UserDropdown: (props: UserDropdownProps) => import("react/jsx-runtime").JSX.Element;
12
+ export default UserDropdown;
@@ -0,0 +1,2 @@
1
+ export { default as ValueField } from './value-field';
2
+ export * from './value-field';
@@ -0,0 +1,8 @@
1
+
2
+ interface ValueFieldProps {
3
+ label: string;
4
+ children: React.ReactNode;
5
+ childrenTypoProps?: any;
6
+ }
7
+ declare const ValueField: (props: ValueFieldProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ValueField;
@@ -0,0 +1,2 @@
1
+ export { default as ViewModal } from './view-modal';
2
+ export * from './view-modal';
@@ -0,0 +1,13 @@
1
+
2
+ interface ActionData {
3
+ label: string;
4
+ position: number;
5
+ }
6
+ interface ModalPropsType {
7
+ setData: React.Dispatch<React.SetStateAction<ActionData[]>>;
8
+ data: Array<object>;
9
+ setActive: React.Dispatch<React.SetStateAction<string>>;
10
+ disabledViews?: string[];
11
+ }
12
+ declare const ViewModal: (props: ModalPropsType) => import("react/jsx-runtime").JSX.Element;
13
+ export default ViewModal;
@@ -0,0 +1,43 @@
1
+ export interface LibraryConfig {
2
+ routes?: {
3
+ generatePathWithId?: (path: string, id: string | number) => string;
4
+ basePaths?: {
5
+ [module: string]: string;
6
+ };
7
+ };
8
+ dataTransforms?: {
9
+ transformApiResponse?: (response: any, context?: string) => any;
10
+ formatCurrency?: (amount: number, currency?: string) => string;
11
+ formatDate?: (date: any, format?: string) => string;
12
+ };
13
+ validation?: {
14
+ validateField?: (value: any, rules: any) => boolean | string;
15
+ validatePhone?: (phone: string, country?: string) => boolean;
16
+ validateEmail?: (email: string) => boolean;
17
+ };
18
+ permissions?: {
19
+ hasPermission?: (permission: string, context?: any) => boolean;
20
+ getUserPermissions?: () => string[];
21
+ };
22
+ localization?: {
23
+ getCurrentLanguage?: () => string;
24
+ translate?: (key: string, params?: any) => string;
25
+ getAvailableLanguages?: () => Array<{
26
+ code: string;
27
+ name: string;
28
+ }>;
29
+ };
30
+ fileHandling?: {
31
+ uploadFile?: (file: File, options?: any) => Promise<any>;
32
+ downloadFile?: (fileId: string, options?: any) => Promise<any>;
33
+ getFileUrl?: (fileId: string) => string;
34
+ };
35
+ notifications?: {
36
+ showSuccess?: (message: string, options?: any) => void;
37
+ showError?: (message: string, options?: any) => void;
38
+ showInfo?: (message: string, options?: any) => void;
39
+ };
40
+ }
41
+ export declare const configureLibrary: (config: LibraryConfig) => void;
42
+ export declare const getLibraryConfig: () => LibraryConfig;
43
+ export declare const getConfigFunction: <T extends keyof LibraryConfig>(category: T, functionName: keyof LibraryConfig[T]) => any;
@@ -0,0 +1,9 @@
1
+ declare const viewTypes: {
2
+ TABLE: string;
3
+ GRID: string;
4
+ KANBAN: string;
5
+ GANTT: string;
6
+ CALENDAR: string;
7
+ CHART: string;
8
+ };
9
+ export default viewTypes;
@@ -0,0 +1,6 @@
1
+ export declare const DEFAULT_LANG = "en";
2
+ export declare const LANGUAGES: {
3
+ label: string;
4
+ code: string;
5
+ dir: string;
6
+ }[];
@@ -0,0 +1,5 @@
1
+ export declare const auth: {
2
+ storageTokenKeyName: string;
3
+ storageUserKeyName: string;
4
+ storageAccessKeyName: string;
5
+ };
@@ -0,0 +1 @@
1
+ export declare const S3_BUCKET_URL = "https://erpforce-dev.s3.eu-west-1.amazonaws.com/";
@@ -0,0 +1,109 @@
1
+ import { MaterialTableColumnProps } from '../components/material-table/material-table';
2
+
3
+ export declare const journalEntryColumns: MaterialTableColumnProps[];
4
+ export declare const userColumns: {
5
+ header: string;
6
+ accessorKey: string;
7
+ visible: boolean;
8
+ type: string;
9
+ }[];
10
+ export declare const languageColumns: {
11
+ header: string;
12
+ accessorKey: string;
13
+ visible: boolean;
14
+ type: string;
15
+ }[];
16
+ export declare const paymentColumns: MaterialTableColumnProps[];
17
+ export declare const collectionColumns: MaterialTableColumnProps[];
18
+ export declare const paymentRequestColumns: MaterialTableColumnProps[];
19
+ export declare const customerManagementColumns: MaterialTableColumnProps[];
20
+ export declare const vendorManagementColumns: MaterialTableColumnProps[];
21
+ export declare const budgetColumns: MaterialTableColumnProps[];
22
+ export declare const assetTransferColumns: MaterialTableColumnProps[];
23
+ export declare const assetManagementColumns: MaterialTableColumnProps[];
24
+ export declare const commissionPlanColumns: MaterialTableColumnProps[];
25
+ export declare const commissionTargetColumns: MaterialTableColumnProps[];
26
+ export declare const commissionAssignmentColumns: MaterialTableColumnProps[];
27
+ export declare const commissionAuthorizationColumns: MaterialTableColumnProps[];
28
+ export declare const commissionColumns: MaterialTableColumnProps[];
29
+ export declare const purchaseInvoiceColumns: MaterialTableColumnProps[];
30
+ export declare const salesInvoiceColumns: MaterialTableColumnProps[];
31
+ export declare const cashExpensesColumns: MaterialTableColumnProps[];
32
+ export declare const creditNoteColumns: MaterialTableColumnProps[];
33
+ export declare const debitNoteColumns: MaterialTableColumnProps[];
34
+ export declare const expenseReimbursementColumns: MaterialTableColumnProps[];
35
+ export declare const expenseReportsColumns: MaterialTableColumnProps[];
36
+ export declare const chartOfAccountsColumns: MaterialTableColumnProps[];
37
+ export declare const currencyColumns: MaterialTableColumnProps[];
38
+ export declare const currencyExchangeColumns: MaterialTableColumnProps[];
39
+ export declare const taxCategoryColumns: MaterialTableColumnProps[];
40
+ export declare const taxCodeColumns: MaterialTableColumnProps[];
41
+ export declare const taxTemplateColumns: MaterialTableColumnProps[];
42
+ export declare const bankColumns: MaterialTableColumnProps[];
43
+ export declare const bankAccountColumns: MaterialTableColumnProps[];
44
+ export declare const fiscalYearColumns: MaterialTableColumnProps[];
45
+ export declare const paymentTermsColumns: MaterialTableColumnProps[];
46
+ export declare const inventoryItemColumns: MaterialTableColumnProps[];
47
+ export declare const itemCategoryColumns: MaterialTableColumnProps[];
48
+ export declare const discountedItemsColumns: MaterialTableColumnProps[];
49
+ export declare const attributesColumns: MaterialTableColumnProps[];
50
+ export declare const locationColumns: MaterialTableColumnProps[];
51
+ export declare const routeRulesColumns: MaterialTableColumnProps[];
52
+ export declare const binsColumns: MaterialTableColumnProps[];
53
+ export declare const uomColumns: MaterialTableColumnProps[];
54
+ export declare const stockTransferColumns: MaterialTableColumnProps[];
55
+ export declare const binTransferColumns: MaterialTableColumnProps[];
56
+ export declare const scrapColumns: MaterialTableColumnProps[];
57
+ export declare const inventoryAdjustmentColumns: MaterialTableColumnProps[];
58
+ export declare const billOfMaterialColumns: MaterialTableColumnProps[];
59
+ export declare const gateRegisterColumns: MaterialTableColumnProps[];
60
+ export declare const jobCardsColumns: MaterialTableColumnProps[];
61
+ export declare const workOrderColumns: MaterialTableColumnProps[];
62
+ export declare const buildOrderColumns: MaterialTableColumnProps[];
63
+ export declare const unBuildOrderColumns: MaterialTableColumnProps[];
64
+ export declare const workOrderOperationsColumns: MaterialTableColumnProps[];
65
+ export declare const operationBlocksColumns: MaterialTableColumnProps[];
66
+ export declare const equipmentFailureColumns: MaterialTableColumnProps[];
67
+ export declare const operationsColumns: MaterialTableColumnProps[];
68
+ export declare const workCenterColumns: MaterialTableColumnProps[];
69
+ export declare const equipmentColumns: MaterialTableColumnProps[];
70
+ export declare const workCenterCategoriesColumns: MaterialTableColumnProps[];
71
+ export declare const routingColumns: MaterialTableColumnProps[];
72
+ export declare const leadColumns: MaterialTableColumnProps[];
73
+ export declare const opportunityColumns: MaterialTableColumnProps[];
74
+ export declare const quotationColumns: MaterialTableColumnProps[];
75
+ export declare const salesOrderColumns: MaterialTableColumnProps[];
76
+ export declare const deliveryOrderColumns: MaterialTableColumnProps[];
77
+ export declare const customerReturnsColumns: MaterialTableColumnProps[];
78
+ export declare const shippingRuleColumns: MaterialTableColumnProps[];
79
+ export declare const promotionColumns: MaterialTableColumnProps[];
80
+ export declare const customerSegmentColumns: MaterialTableColumnProps[];
81
+ export declare const purchaseRequestColumns: MaterialTableColumnProps[];
82
+ export declare const purchaseAgreementColumns: MaterialTableColumnProps[];
83
+ export declare const purchaseRfqColumns: MaterialTableColumnProps[];
84
+ export declare const purchaseOrderColumns: MaterialTableColumnProps[];
85
+ export declare const purchaseVraColumns: MaterialTableColumnProps[];
86
+ export declare const purchaseDeliveryOrderColumns: MaterialTableColumnProps[];
87
+ export declare const purchaseLandedCostColumns: MaterialTableColumnProps[];
88
+ export declare const rentalTermsAndConditionsColumns: MaterialTableColumnProps[];
89
+ export declare const rentalConfigurationColumns: MaterialTableColumnProps[];
90
+ export declare const rentalBillingCycleColumns: MaterialTableColumnProps[];
91
+ export declare const rentalOpportunityColumns: MaterialTableColumnProps[];
92
+ export declare const rentalLeadColumns: MaterialTableColumnProps[];
93
+ export declare const rentalQuotationColumns: MaterialTableColumnProps[];
94
+ export declare const rentalAgreementsColumns: MaterialTableColumnProps[];
95
+ export declare const rentalCrossHireRequestColumns: MaterialTableColumnProps[];
96
+ export declare const rentalCrossHireRfqColumns: MaterialTableColumnProps[];
97
+ export declare const rentalOrderColumns: MaterialTableColumnProps[];
98
+ export declare const rentalCrossHireOrderColumns: MaterialTableColumnProps[];
99
+ export declare const emailColumns: MaterialTableColumnProps[];
100
+ export declare const rolesColumns: {
101
+ header: string;
102
+ type: string;
103
+ accessorKey: string;
104
+ visible: boolean;
105
+ }[];
106
+ export declare const approvalWorkFlowColumns: {
107
+ accessorKey: string;
108
+ header: string;
109
+ }[];