@voplus/morpho-workspace 9.0.16 → 9.0.17

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 (78) hide show
  1. package/es/modules/notification/components/NewNotificationForm/index.d.ts +1 -1
  2. package/es/modules/notification/components/NewNotificationForm/index.js +3 -3
  3. package/es/modules/notification/components/NewNotificationForm/index.js.map +1 -1
  4. package/es/modules/notification/components/NotificationItem/index.js.map +1 -0
  5. package/es/modules/notification/components/NotificationList/index.d.ts +24 -10
  6. package/es/modules/notification/components/NotificationList/index.js +60 -84
  7. package/es/modules/notification/components/NotificationList/index.js.map +1 -1
  8. package/es/modules/notification/components/NotificationListHeader/index.d.ts +15 -6
  9. package/es/modules/notification/components/NotificationListHeader/index.js +14 -68
  10. package/es/modules/notification/components/NotificationListHeader/index.js.map +1 -1
  11. package/es/modules/notification/components/NotificationPropertiesView/index.js +5 -5
  12. package/es/modules/notification/components/NotificationPropertiesView/index.js.map +1 -1
  13. package/es/modules/notification/components/NotificationRecipients/index.js +8 -8
  14. package/es/modules/notification/components/NotificationRecipients/index.js.map +1 -1
  15. package/es/modules/notification/components/{AllNewNotificationTableItem → NotificationTableItem}/index.d.ts +2 -2
  16. package/es/modules/notification/components/{AllNewNotificationTableItem → NotificationTableItem}/index.js +2 -2
  17. package/es/modules/notification/components/NotificationTableItem/index.js.map +1 -0
  18. package/es/modules/notification/components/{AllNewNotificationList → NotificationTableList}/index.d.ts +7 -6
  19. package/es/modules/notification/components/{AllNewNotificationTableList → NotificationTableList}/index.js +7 -8
  20. package/es/modules/notification/components/NotificationTableList/index.js.map +1 -0
  21. package/es/modules/notification/pages/NotificationListPage/index.d.ts +2 -2
  22. package/es/modules/notification/pages/NotificationListPage/index.js +2 -2
  23. package/es/modules/notification/pages/NotificationListPage/index.js.map +1 -1
  24. package/es/modules/notification-workspace/components/DocumentNotificationCard/NotificationMobileCard.js.map +1 -0
  25. package/es/modules/notification-workspace/components/DocumentNotificationCard/index.js.map +1 -0
  26. package/es/modules/notification-workspace/components/DocumentNotificationCard/obsolete.js.map +1 -0
  27. package/es/modules/notification-workspace/components/NotificationList/index.d.ts +14 -0
  28. package/es/modules/notification-workspace/components/NotificationList/index.js +102 -0
  29. package/es/modules/notification-workspace/components/NotificationList/index.js.map +1 -0
  30. package/es/modules/notification-workspace/components/NotificationList/state.js.map +1 -0
  31. package/es/modules/notification-workspace/components/NotificationListHeader/index.d.ts +7 -0
  32. package/es/modules/notification-workspace/components/NotificationListHeader/index.js +76 -0
  33. package/es/modules/notification-workspace/components/NotificationListHeader/index.js.map +1 -0
  34. package/es/modules/notification-workspace/components/NotificationTag/index.js.map +1 -0
  35. package/es/modules/notification-workspace/pages/NotificationListPage/NotificationMobileListPage.js.map +1 -0
  36. package/es/modules/notification-workspace/pages/NotificationListPage/index.js.map +1 -0
  37. package/es/obsolete/space/components/Notifications/index.js +1 -1
  38. package/es/obsolete/space/components/Notifications/index.js.map +1 -1
  39. package/package.json +1 -1
  40. package/es/modules/notification/components/AllNewNotificationItem/index.js.map +0 -1
  41. package/es/modules/notification/components/AllNewNotificationList/index.js +0 -78
  42. package/es/modules/notification/components/AllNewNotificationList/index.js.map +0 -1
  43. package/es/modules/notification/components/AllNewNotificationListHeader/index.d.ts +0 -16
  44. package/es/modules/notification/components/AllNewNotificationListHeader/index.js +0 -23
  45. package/es/modules/notification/components/AllNewNotificationListHeader/index.js.map +0 -1
  46. package/es/modules/notification/components/AllNewNotificationTableItem/index.js.map +0 -1
  47. package/es/modules/notification/components/AllNewNotificationTableList/index.d.ts +0 -29
  48. package/es/modules/notification/components/AllNewNotificationTableList/index.js.map +0 -1
  49. package/es/modules/notification/components/DocumentNotificationCard/NotificationMobileCard.js.map +0 -1
  50. package/es/modules/notification/components/DocumentNotificationCard/index.js.map +0 -1
  51. package/es/modules/notification/components/DocumentNotificationCard/obsolete.js.map +0 -1
  52. package/es/modules/notification/components/NotificationList/state.js.map +0 -1
  53. package/es/modules/notification/components/NotificationTag/index.js.map +0 -1
  54. package/es/modules/notification/pages/NotificationListPage2/NotificationMobileListPage.js.map +0 -1
  55. package/es/modules/notification/pages/NotificationListPage2/index.js.map +0 -1
  56. /package/es/modules/notification/components/{AllNewNotificationItem → NotificationItem}/index.css +0 -0
  57. /package/es/modules/notification/components/{AllNewNotificationItem → NotificationItem}/index.d.ts +0 -0
  58. /package/es/modules/notification/components/{AllNewNotificationItem → NotificationItem}/index.js +0 -0
  59. /package/es/modules/notification/components/{AllNewNotificationTableItem → NotificationTableItem}/index.css +0 -0
  60. /package/es/modules/notification/components/{AllNewNotificationTableList → NotificationTableList}/index.css +0 -0
  61. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/NotificationMobileCard.d.ts +0 -0
  62. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/NotificationMobileCard.js +0 -0
  63. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/index.css +0 -0
  64. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/index.d.ts +0 -0
  65. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/index.js +0 -0
  66. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/obsolete.d.ts +0 -0
  67. /package/es/modules/{notification → notification-workspace}/components/DocumentNotificationCard/obsolete.js +0 -0
  68. /package/es/modules/{notification → notification-workspace}/components/NotificationList/index.css +0 -0
  69. /package/es/modules/{notification → notification-workspace}/components/NotificationList/state.d.ts +0 -0
  70. /package/es/modules/{notification → notification-workspace}/components/NotificationList/state.js +0 -0
  71. /package/es/modules/{notification → notification-workspace}/components/NotificationTag/index.d.ts +0 -0
  72. /package/es/modules/{notification → notification-workspace}/components/NotificationTag/index.js +0 -0
  73. /package/es/modules/{notification → notification-workspace}/components/NotificationTag/index.less +0 -0
  74. /package/es/modules/{notification/pages/NotificationListPage2 → notification-workspace/pages/NotificationListPage}/NotificationMobileListPage.d.ts +0 -0
  75. /package/es/modules/{notification/pages/NotificationListPage2 → notification-workspace/pages/NotificationListPage}/NotificationMobileListPage.js +0 -0
  76. /package/es/modules/{notification/pages/NotificationListPage2 → notification-workspace/pages/NotificationListPage}/index.d.ts +0 -0
  77. /package/es/modules/{notification/pages/NotificationListPage2 → notification-workspace/pages/NotificationListPage}/index.js +0 -0
  78. /package/es/modules/{notification/pages/NotificationListPage2 → notification-workspace/pages/NotificationListPage}/index.less +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationList/state.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationTag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,MAAM,eAAe,GAAG,CAAC,KAAsB,EAAE,EAAE;IAClD,MAAM,EAAE,GAAG,EAAE,GAAG,KAAK,CAAC;IAEtB,OAAO,CACN,8BAAM,SAAS,EAAE,UAAU,CAAC,4CAA4C,EAAE,gBAAgB,EAAE,CAAC,IAC3F,GAAG,CACE,CACP,CAAC;IAEF,SAAS,gBAAgB;QACxB,QAAQ,GAAG,EAAE,CAAC;YACb,KAAK,mBAAmB;gBACvB,OAAO,iCAAiC,CAAC;YAC1C,KAAK,mBAAmB;gBACvB,OAAO,+BAA+B,CAAC;YACxC,KAAK,wBAAwB;gBAC5B,OAAO,+BAA+B,CAAC;YACxC,KAAK,2BAA2B;gBAC/B,OAAO,+BAA+B,CAAC;YACxC,KAAK,yBAAyB;gBAC7B,OAAO,6BAA6B,CAAC;YACtC,KAAK,mBAAmB;gBACvB,OAAO,2BAA2B,CAAC;YACpC;gBACC,OAAO,2BAA2B,CAAC;QACrC,CAAC;IACF,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationMobileListPage.js","sourceRoot":"","sources":["../../../../../src/modules/notification/pages/NotificationListPage2/NotificationMobileListPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,gBAA2C,MAAM,mCAAmC,CAAC;AAC5F,OAAO,uBAAuB,MAAM,gEAAgE,CAAC;AAErG,MAAM,0BAA0B,GAAG,CAAC,KAA4B,EAAE,EAAE;IACnE,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,uBAAuB,IACvB,SAAS,EAAC,+BAA+B,EACzC,KAAK,EAAC,2BAA2B;QAEjC,oBAAC,gBAAgB,OAAK,KAAK,GAAI,CACN,CAC1B,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/pages/NotificationListPage2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,gBAA2C,MAAM,mCAAmC,CAAC;AAC5F,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAEtE,MAAM,oBAAoB,GAAG,CAAC,KAA4B,EAAE,EAAE;IAC7D,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAE3B,OAAO,OAAO,CAAC,GAAG,EAAE,CACnB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,oBAAC,0BAA0B,OAAK,KAAK,GAAI,CAAC,CAAC,CAAC,oBAAC,gBAAgB,OAAK,KAAK,GAAI,CAC9F,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}