@inceptionbg/iui 2.0.71 → 2.0.73
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 +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/iui.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1439,6 +1439,7 @@ declare const i18nIUICyrilic: {
|
|
|
1439
1439
|
Print: string;
|
|
1440
1440
|
PrintDate: string;
|
|
1441
1441
|
PrintExport: string;
|
|
1442
|
+
Open: string;
|
|
1442
1443
|
OpenInNewWindow: string;
|
|
1443
1444
|
ResetFilter: string;
|
|
1444
1445
|
rowsPerPage: string;
|
|
@@ -1536,6 +1537,7 @@ declare const i18nIUILatin: {
|
|
|
1536
1537
|
Print: string;
|
|
1537
1538
|
PrintDate: string;
|
|
1538
1539
|
PrintExport: string;
|
|
1540
|
+
Open: string;
|
|
1539
1541
|
OpenInNewWindow: string;
|
|
1540
1542
|
ResetFilter: string;
|
|
1541
1543
|
rowsPerPage: string;
|
|
@@ -1633,6 +1635,7 @@ declare const i18nIUIMe: {
|
|
|
1633
1635
|
Print: string;
|
|
1634
1636
|
PrintDate: string;
|
|
1635
1637
|
PrintExport: string;
|
|
1638
|
+
Open: string;
|
|
1636
1639
|
OpenInNewWindow: string;
|
|
1637
1640
|
ResetFilter: string;
|
|
1638
1641
|
rowsPerPage: string;
|