beca-ui 2.0.10-beta.8 → 2.0.10
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.
- package/dist/assets/locales/en.json.d.ts +4 -2
- package/dist/assets/locales/vi.json.d.ts +4 -2
- package/dist/beca-ui.js +17904 -17661
- package/dist/components/MainLayout/Header/Header.types.d.ts +9 -2
- package/dist/components/MainLayout/Header/Notification.d.ts +2 -12
- package/dist/components/SelectField/SelectField.d.ts +3 -0
- package/dist/components/SelectField/SelectField.types.d.ts +10 -0
- package/dist/components/SelectField/index.d.ts +3 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/hooks/DeviceHook.d.ts +1 -0
- package/dist/main.css +1 -1
- package/package.json +12 -11
|
@@ -6,8 +6,10 @@ declare const _default: {
|
|
|
6
6
|
"Unread": "Unread",
|
|
7
7
|
"All": "All",
|
|
8
8
|
"Discuss": "Discuss",
|
|
9
|
-
"
|
|
10
|
-
"AllNotifications": "All notifications"
|
|
9
|
+
"Mark all as read": "Mark all as read",
|
|
10
|
+
"AllNotifications": "All notifications",
|
|
11
|
+
"Mark as unread": "Mark as unread",
|
|
12
|
+
"Mark as read": "Mark as read"
|
|
11
13
|
}
|
|
12
14
|
;
|
|
13
15
|
|
|
@@ -6,8 +6,10 @@ declare const _default: {
|
|
|
6
6
|
"Unread": "Chưa đọc",
|
|
7
7
|
"All": "Tất cả",
|
|
8
8
|
"Discuss": "Thảo luận",
|
|
9
|
-
"
|
|
10
|
-
"AllNotifications": "Tất cả thông báo"
|
|
9
|
+
"Mark all as read": "Đánh dấu tất cả là đã đọc",
|
|
10
|
+
"AllNotifications": "Tất cả thông báo",
|
|
11
|
+
"Mark as unread": "Đánh dấu là chưa đọc",
|
|
12
|
+
"Mark as read": "Đánh dấu là đã đọc"
|
|
11
13
|
}
|
|
12
14
|
;
|
|
13
15
|
|