@nettyapps/ntybase 21.0.31 → 21.0.33
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/fesm2022/{nettyapps-ntybase-en-USbase-BiAVQmCh.mjs → nettyapps-ntybase-en-USbase-D7pL5P5F.mjs} +5 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-BiAVQmCh.mjs.map → nettyapps-ntybase-en-USbase-D7pL5P5F.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-DsdNRueU.mjs → nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs} +5 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-DsdNRueU.mjs.map → nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +16 -16
- package/fesm2022/nettyapps-ntybase.mjs.map +1 -1
- package/package.json +2 -2
- package/translations/en-USbase.json +5 -2
- package/translations/tr-TRbase.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nettyapps/ntybase",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.33",
|
|
4
4
|
"description": "This library provides foundational services and components for NettyApps Angular applications.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"ag-grid-angular": ">= 35.0.0",
|
|
15
15
|
"ag-grid-enterprise": ">= 35.0.0",
|
|
16
16
|
"@nettyapps/ntycontract": ">= 21.0.3",
|
|
17
|
-
"@nettyapps/ntyui": ">= 21.0.
|
|
17
|
+
"@nettyapps/ntyui": ">= 21.0.13"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.3.0"
|
|
@@ -259,5 +259,8 @@
|
|
|
259
259
|
"@defaultFilterModeEnabled": "Default Filter Mode Enabled",
|
|
260
260
|
"@invalidFormat": "Invalid Format",
|
|
261
261
|
"@openInPopup": "Records open as pop-ups now",
|
|
262
|
-
"@openInSidenav": "Records will now open in the sidenav"
|
|
263
|
-
|
|
262
|
+
"@openInSidenav": "Records will now open in the sidenav",
|
|
263
|
+
"@resetButtonLabel": "Reset",
|
|
264
|
+
"@applyButtonLabel": "Apply",
|
|
265
|
+
"@exportButtonLabel": "Export"
|
|
266
|
+
}
|
|
@@ -259,5 +259,8 @@
|
|
|
259
259
|
"@defaultFilterModeEnabled": "Varsayılan Filtre Modu Aktif",
|
|
260
260
|
"@invalidFormat": "Geçersiz Format",
|
|
261
261
|
"@openInPopup": "Kayıtlar artık açılır pencerede görüntülenecek",
|
|
262
|
-
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek"
|
|
262
|
+
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek",
|
|
263
|
+
"@resetButtonLabel": "Sıfırla",
|
|
264
|
+
"@applyButtonLabel": "Filtrele",
|
|
265
|
+
"@exportButtonLabel": "Dışa Aktar"
|
|
263
266
|
}
|