beca-ui 2.0.10 → 2.0.11-beta.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 +2 -1
- package/dist/assets/locales/vi.json.d.ts +2 -1
- package/dist/beca-ui.js +83937 -67033
- package/dist/components/MainLayout/Header/Header.d.ts +4 -4
- package/dist/components/MainLayout/Header/Header.types.d.ts +21 -11
- package/dist/components/MainLayout/Header/Notification.d.ts +9 -3
- package/dist/components/MainLayout/MainLayout.d.ts +2 -1
- package/dist/components/MainLayout/MainLayout.types.d.ts +29 -1
- package/dist/components/MainLayout/index.d.ts +2 -2
- package/dist/data/LocalesTexts/EnglishTexts.d.ts +3 -0
- package/dist/data/LocalesTexts/VietnameseTexts.d.ts +3 -0
- package/dist/hooks/LocaleHook.d.ts +3 -0
- package/dist/main.css +1 -1
- package/dist/services/Service.d.ts +1 -0
- package/dist/services/index.d.ts +1 -0
- package/package.json +38 -37
|
@@ -9,7 +9,8 @@ declare const _default: {
|
|
|
9
9
|
"Mark all as read": "Mark all as read",
|
|
10
10
|
"AllNotifications": "All notifications",
|
|
11
11
|
"Mark as unread": "Mark as unread",
|
|
12
|
-
"Mark as read": "Mark as read"
|
|
12
|
+
"Mark as read": "Mark as read",
|
|
13
|
+
"This is bottom": "This is bottom"
|
|
13
14
|
}
|
|
14
15
|
;
|
|
15
16
|
|
|
@@ -9,7 +9,8 @@ declare const _default: {
|
|
|
9
9
|
"Mark all as read": "Đánh dấu tất cả là đã đọc",
|
|
10
10
|
"AllNotifications": "Tất cả thông báo",
|
|
11
11
|
"Mark as unread": "Đánh dấu là chưa đọc",
|
|
12
|
-
"Mark as read": "Đánh dấu là đã đọc"
|
|
12
|
+
"Mark as read": "Đánh dấu là đã đọc",
|
|
13
|
+
"This is bottom": "Đây là cuối trang"
|
|
13
14
|
}
|
|
14
15
|
;
|
|
15
16
|
|