react-luminus-components 1.4.28 → 1.4.30

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 (45) hide show
  1. package/dist/.vite/manifest.json +28 -38
  2. package/dist/{FormDisabledProvider-DPKrSoOT.js → FormDisabledProvider-opFuK5O0.js} +1 -1
  3. package/dist/{FormDisabledProvider-BxOwA9ho.cjs → FormDisabledProvider-qWyeiGHw.cjs} +1 -1
  4. package/dist/{ShortcutLinksContext-B9xDvgpv.js → ShortcutLinksContext-BPTX6RWo.js} +1249 -1262
  5. package/dist/{ShortcutLinksContext-BEQ8oRf-.cjs → ShortcutLinksContext-CUU3mGb2.cjs} +41 -41
  6. package/dist/components/NotifCenter/Actions/NotificationActions.d.ts +14 -0
  7. package/dist/components/NotifCenter/Actions/components/ActionTemplates/ActionTemplates.d.ts +14 -0
  8. package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/Recipients/NotificationRecipients.d.ts +8 -0
  9. package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/index.d.ts +2 -0
  10. package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/modals/NotificationTargetModal.d.ts +12 -0
  11. package/dist/components/NotifCenter/Actions/components/HistoryTable/NotificationHistoryTable.d.ts +9 -0
  12. package/dist/components/NotifCenter/Actions/components/index.d.ts +2 -0
  13. package/dist/components/NotifCenter/Users/NotificationUsers.d.ts +9 -0
  14. package/dist/components/NotifCenter/Users/components/EmployeeNotifTable/EmployeeNotifHistoryTable.d.ts +9 -0
  15. package/dist/components/NotifCenter/Users/components/index.d.ts +1 -0
  16. package/dist/components/NotifCenter/index.d.ts +2 -0
  17. package/dist/contexts.cjs.js +1 -1
  18. package/dist/contexts.es.js +22 -23
  19. package/dist/hooks.cjs.js +1 -1
  20. package/dist/hooks.es.js +9 -10
  21. package/dist/layout.cjs.js +1 -1
  22. package/dist/layout.es.js +2 -2
  23. package/dist/main.cjs.js +42 -42
  24. package/dist/main.d.ts +2 -0
  25. package/dist/main.es.js +4593 -4368
  26. package/dist/models/index.d.ts +8 -0
  27. package/dist/models/texts/ComponentsContextTexts.d.ts +2 -0
  28. package/dist/models/texts/NotifCentrumTexts.d.ts +14 -0
  29. package/dist/models/types/notifCenter/NotifTargetModel.d.ts +7 -0
  30. package/dist/models/types/notifCenter/NotificationHistoryModel.d.ts +11 -0
  31. package/dist/models/types/notifCenter/NotificationHistoryPersonModel.d.ts +6 -0
  32. package/dist/models/types/notifCenter/NotificationHistoryUserDto.d.ts +13 -0
  33. package/dist/models/types/notifCenter/NotificationModel.d.ts +9 -0
  34. package/dist/models/types/notifCenter/NotificationTarget.d.ts +9 -0
  35. package/dist/models/types/notifCenter/NotificationTemplate.d.ts +14 -0
  36. package/dist/useLocalStorageState-CYFiQgNJ.js +74 -0
  37. package/dist/useLocalStorageState-CzcV0VAi.cjs +1 -0
  38. package/dist/utils/constants/CommonLuminusIconsArray.d.ts +1 -1
  39. package/dist/utils.cjs.js +1 -1
  40. package/dist/utils.es.js +46 -42
  41. package/package.json +1 -1
  42. package/dist/useGetApiData-BqL_vkpa.js +0 -61
  43. package/dist/useGetApiData-DDu4unv_.cjs +0 -1
  44. package/dist/useLocalStorageState-BFc8Gc8H.cjs +0 -1
  45. package/dist/useLocalStorageState-Bt99kkCr.js +0 -17
package/dist/main.d.ts CHANGED
@@ -64,3 +64,5 @@ export { ShortcutLinks } from './components/ShortcutLinks';
64
64
  export { ShortcutLinksProvider } from './components/ShortcutLinks';
65
65
  export { useShortcutLinksContext } from './components/ShortcutLinks';
66
66
  export { PermissionSubstituteTable, PermissionSubstituteDetail } from './components/common';
67
+ export { NotificationActions } from './components/NotifCenter';
68
+ export { NotificationUsers } from './components/NotifCenter';