@inceptionbg/main 2.0.110 → 2.0.112
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/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +655 -655
- package/package.json +47 -47
package/dist/index.d.ts
CHANGED
|
@@ -1662,6 +1662,9 @@ declare const i18nMainLatin: {
|
|
|
1662
1662
|
Report: string;
|
|
1663
1663
|
ReportDate: string;
|
|
1664
1664
|
ReportFromTo: string;
|
|
1665
|
+
DeleteDialogTitle: string;
|
|
1666
|
+
DeleteItemDesc: string;
|
|
1667
|
+
DeleteItemBulkDesc: string;
|
|
1665
1668
|
InApp: string;
|
|
1666
1669
|
MarkAllAsRead: string;
|
|
1667
1670
|
NoNewNotifications: string;
|
|
@@ -1852,6 +1855,9 @@ declare const i18nMainCyrilic: {
|
|
|
1852
1855
|
Report: string;
|
|
1853
1856
|
ReportDate: string;
|
|
1854
1857
|
ReportFromTo: string;
|
|
1858
|
+
DeleteDialogTitle: string;
|
|
1859
|
+
DeleteItemDesc: string;
|
|
1860
|
+
DeleteItemBulkDesc: string;
|
|
1855
1861
|
InApp: string;
|
|
1856
1862
|
MarkAllAsRead: string;
|
|
1857
1863
|
NoNewNotifications: string;
|