react-luminus-components 1.4.28 → 1.4.29

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 (49) hide show
  1. package/README.md +349 -349
  2. package/dist/.vite/manifest.json +32 -42
  3. package/dist/{FormDisabledProvider-DPKrSoOT.js → FormDisabledProvider-C4BJtnSl.js} +1 -1
  4. package/dist/FormDisabledProvider-D7ohrf6I.cjs +1 -0
  5. package/dist/components/NotifCenter/Actions/NotificationActions.d.ts +14 -0
  6. package/dist/components/NotifCenter/Actions/components/ActionTemplates/ActionTemplates.d.ts +14 -0
  7. package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/Recipients/NotificationRecipients.d.ts +8 -0
  8. package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/index.d.ts +2 -0
  9. package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/modals/NotificationTargetModal.d.ts +12 -0
  10. package/dist/components/NotifCenter/Actions/components/HistoryTable/NotificationHistoryTable.d.ts +9 -0
  11. package/dist/components/NotifCenter/Actions/components/index.d.ts +2 -0
  12. package/dist/components/NotifCenter/Users/NotificationUsers.d.ts +9 -0
  13. package/dist/components/NotifCenter/Users/components/EmployeeNotifTable/EmployeeNotifHistoryTable.d.ts +9 -0
  14. package/dist/components/NotifCenter/Users/components/index.d.ts +1 -0
  15. package/dist/components/NotifCenter/index.d.ts +2 -0
  16. package/dist/contexts.cjs.js +1 -1
  17. package/dist/contexts.es.js +31 -32
  18. package/dist/hooks.cjs.js +1 -1
  19. package/dist/hooks.es.js +49 -50
  20. package/dist/layout.cjs.js +1 -1
  21. package/dist/layout.es.js +33 -33
  22. package/dist/main.cjs.js +55 -55
  23. package/dist/main.d.ts +2 -0
  24. package/dist/main.es.js +10003 -9778
  25. package/dist/models/index.d.ts +8 -0
  26. package/dist/models/texts/ComponentsContextTexts.d.ts +2 -0
  27. package/dist/models/texts/NotifCentrumTexts.d.ts +14 -0
  28. package/dist/models/types/notifCenter/NotifTargetModel.d.ts +7 -0
  29. package/dist/models/types/notifCenter/NotificationHistoryModel.d.ts +11 -0
  30. package/dist/models/types/notifCenter/NotificationHistoryPersonModel.d.ts +6 -0
  31. package/dist/models/types/notifCenter/NotificationHistoryUserDto.d.ts +13 -0
  32. package/dist/models/types/notifCenter/NotificationModel.d.ts +9 -0
  33. package/dist/models/types/notifCenter/NotificationTarget.d.ts +9 -0
  34. package/dist/models/types/notifCenter/NotificationTemplate.d.ts +14 -0
  35. package/dist/{ShortcutLinksContext-BEQ8oRf-.cjs → nivo-bar.es-C2UfrfEW.cjs} +7 -7
  36. package/dist/{ShortcutLinksContext-B9xDvgpv.js → nivo-bar.es-CAK_sBtK.js} +12151 -12151
  37. package/dist/style.css +1 -1
  38. package/dist/useLocalStorageState-DgnSxAxT.cjs +1 -0
  39. package/dist/useLocalStorageState-zVazoLpV.js +74 -0
  40. package/dist/utils/constants/CommonLuminusIconsArray.d.ts +1 -1
  41. package/dist/utils.cjs.js +1 -1
  42. package/dist/utils.es.js +54 -50
  43. package/dist/variables.scss +165 -165
  44. package/package.json +122 -122
  45. package/dist/FormDisabledProvider-BxOwA9ho.cjs +0 -1
  46. package/dist/useGetApiData-BqL_vkpa.js +0 -61
  47. package/dist/useGetApiData-DDu4unv_.cjs +0 -1
  48. package/dist/useLocalStorageState-BFc8Gc8H.cjs +0 -1
  49. 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';