@erpsquad/common 1.10.78 → 1.10.79

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 (42) hide show
  1. package/dist/chunks/{android-12-switch-1bs0RMnV.js → android-12-switch-BgFAxJ9x.js} +2 -2
  2. package/dist/chunks/{android-12-switch-1bs0RMnV.js.map → android-12-switch-BgFAxJ9x.js.map} +1 -1
  3. package/dist/chunks/{android-12-switch-BQHaGZz6.esm.js → android-12-switch-DoExcS1P.esm.js} +2 -2
  4. package/dist/chunks/{android-12-switch-BQHaGZz6.esm.js.map → android-12-switch-DoExcS1P.esm.js.map} +1 -1
  5. package/dist/chunks/{appbar-DELlMlbx.esm.js → appbar-D1L6GTYk.esm.js} +30 -25
  6. package/dist/chunks/appbar-D1L6GTYk.esm.js.map +1 -0
  7. package/dist/chunks/{appbar-xuAwm7L1.js → appbar-D424Z-Ai.js} +30 -25
  8. package/dist/chunks/appbar-D424Z-Ai.js.map +1 -0
  9. package/dist/chunks/{default-data-DzOhtrxC.esm.js → default-data-CdhwU3H3.esm.js} +3 -3
  10. package/dist/chunks/{default-data-DzOhtrxC.esm.js.map → default-data-CdhwU3H3.esm.js.map} +1 -1
  11. package/dist/chunks/{default-data-BLwWZjhM.js → default-data-Cgb7xKe1.js} +3 -3
  12. package/dist/chunks/{default-data-BLwWZjhM.js.map → default-data-Cgb7xKe1.js.map} +1 -1
  13. package/dist/chunks/{fullScreen-B0QUzNj3.js → fullScreen-BUbaMxdQ.js} +2 -2
  14. package/dist/chunks/{fullScreen-B0QUzNj3.js.map → fullScreen-BUbaMxdQ.js.map} +1 -1
  15. package/dist/chunks/{fullScreen-C8dcx8pG.esm.js → fullScreen-COa9H9T5.esm.js} +2 -2
  16. package/dist/chunks/{fullScreen-C8dcx8pG.esm.js.map → fullScreen-COa9H9T5.esm.js.map} +1 -1
  17. package/dist/chunks/{sidebar-fZ9vocVX.esm.js → sidebar-D5jsYGs8.esm.js} +2 -2
  18. package/dist/chunks/{sidebar-fZ9vocVX.esm.js.map → sidebar-D5jsYGs8.esm.js.map} +1 -1
  19. package/dist/chunks/{sidebar-BC824FOR.js → sidebar-DvPIFrpF.js} +2 -2
  20. package/dist/chunks/{sidebar-BC824FOR.js.map → sidebar-DvPIFrpF.js.map} +1 -1
  21. package/dist/chunks/{sidebarScreen--NIbnhIf.esm.js → sidebarScreen-B4RSyJAT.esm.js} +3 -3
  22. package/dist/chunks/{sidebarScreen--NIbnhIf.esm.js.map → sidebarScreen-B4RSyJAT.esm.js.map} +1 -1
  23. package/dist/chunks/{sidebarScreen-B08K08t5.js → sidebarScreen-CFDnYrtL.js} +3 -3
  24. package/dist/chunks/{sidebarScreen-B08K08t5.js.map → sidebarScreen-CFDnYrtL.js.map} +1 -1
  25. package/dist/chunks/{uom-field-wrapper-Bdou6Bjq.js → uom-field-wrapper-DGt-0_BI.js} +359 -221
  26. package/dist/chunks/{uom-field-wrapper-Bdou6Bjq.js.map → uom-field-wrapper-DGt-0_BI.js.map} +1 -1
  27. package/dist/chunks/{uom-field-wrapper-swTpN914.esm.js → uom-field-wrapper-_O6BmPp4.esm.js} +360 -222
  28. package/dist/chunks/{uom-field-wrapper-swTpN914.esm.js.map → uom-field-wrapper-_O6BmPp4.esm.js.map} +1 -1
  29. package/dist/components/chat-bot/doc-intro.d.ts +4 -2
  30. package/dist/components/index.esm.js +4 -4
  31. package/dist/components/index.js +4 -4
  32. package/dist/index.esm.js +7 -7
  33. package/dist/index.js +7 -7
  34. package/dist/layout/index.esm.js +2 -2
  35. package/dist/layout/index.js +2 -2
  36. package/dist/src/components/chat-bot/doc-intro.d.ts +4 -2
  37. package/dist/style.css +10 -1
  38. package/dist/views/index.esm.js +5 -5
  39. package/dist/views/index.js +4 -4
  40. package/package.json +1 -1
  41. package/dist/chunks/appbar-DELlMlbx.esm.js.map +0 -1
  42. package/dist/chunks/appbar-xuAwm7L1.js.map +0 -1
@@ -4,14 +4,14 @@ const React = require("react");
4
4
  const reactRouterDom = require("react-router-dom");
5
5
  const pathname_rental = require("./pathname.rental-C0Yjyyx7.js");
6
6
  const useAuth = require("./useAuth-DnCoTAh7.js");
7
- const android12Switch = require("./android-12-switch-1bs0RMnV.js");
7
+ const android12Switch = require("./android-12-switch-BgFAxJ9x.js");
8
8
  const hooks = require("./hooks-DsdahmnZ.js");
9
9
  const toolkit = require("@reduxjs/toolkit");
10
10
  const formBuilderDeconversion = require("./form-builder-deconversion-5gDqfT7n.js");
11
11
  const material = require("@mui/material");
12
12
  const button = require("./button-GxDcw3FY.js");
13
13
  const images = require("./images-CY-_BlWh.js");
14
- const appbar = require("./appbar-xuAwm7L1.js");
14
+ const appbar = require("./appbar-D424Z-Ai.js");
15
15
  const reactHookForm = require("react-hook-form");
16
16
  const tick = require("./tick-COMAwRR1.js");
17
17
  const eye = require("./eye-CPMoo4Zm.js");
@@ -12939,4 +12939,4 @@ exports.useCKEditorStyleExtractor = useCKEditorStyleExtractor;
12939
12939
  exports.useFormDataEffect = useFormDataEffect;
12940
12940
  exports.useFormDataProcessor = useFormDataProcessor;
12941
12941
  exports.userData = userData;
12942
- //# sourceMappingURL=default-data-BLwWZjhM.js.map
12942
+ //# sourceMappingURL=default-data-Cgb7xKe1.js.map