awing-library 2.1.54-beta → 2.1.55-beta

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.
@@ -28,7 +28,7 @@ var ButtonTabs = function (props) {
28
28
  : 'inherit',
29
29
  },
30
30
  },
31
- ], "data-tabs": Constant_1.Constants.ALL, children: t('Common.All') }), (0, jsx_runtime_1.jsx)(material_1.Button, { onClick: handleUpdateTabs, "data-tabs": Constant_1.Constants.UNREAD, sx: [
31
+ ], "data-tabs": Constant_1.Constants.ALL, children: t('Notification.All') }), (0, jsx_runtime_1.jsx)(material_1.Button, { onClick: handleUpdateTabs, "data-tabs": Constant_1.Constants.UNREAD, sx: [
32
32
  {
33
33
  fontSize: '14px',
34
34
  marginLeft: '8px',
@@ -47,6 +47,6 @@ var ButtonTabs = function (props) {
47
47
  : 'inherit',
48
48
  },
49
49
  },
50
- ], children: t('Common.Unread') })] }));
50
+ ], children: t('Notification.Unread') })] }));
51
51
  };
52
52
  exports.default = ButtonTabs;
@@ -657,6 +657,8 @@
657
657
  "CampaignDefault": "Campaign Default"
658
658
  },
659
659
  "Notification": {
660
+ "All": "All",
661
+ "Unread": "Unread",
660
662
  "TitleManagement": "Notification Management",
661
663
  "TitleDetail": "Reciever detail",
662
664
  "TitleAddReceiver": "Add User/Group User",
@@ -659,6 +659,8 @@
659
659
  "CampaignDefault": "Chiến dịch mặc định"
660
660
  },
661
661
  "Notification": {
662
+ "All": "Tất cả",
663
+ "Unread": "Chưa đọc",
662
664
  "TitleManagement": "Quản trị thông báo",
663
665
  "TitleDetail": "Chi tiết người nhận thông báo",
664
666
  "TitleAddReceiver": "Thêm người dùng/nhóm người dùng",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.54-beta",
3
+ "version": "2.1.55-beta",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",