@oliasoft-open-source/react-ui-library 5.21.3-beta-2 → 5.21.3-beta-3
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 +0 -8
- package/dist/index.js +676 -684
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2211,17 +2211,9 @@ declare const TRANSLATION_FALLBACK: {
|
|
|
2211
2211
|
changes: string;
|
|
2212
2212
|
change: string;
|
|
2213
2213
|
modifiedBy: string;
|
|
2214
|
-
updatedBy: string;
|
|
2215
|
-
createdBy: string;
|
|
2216
|
-
clonedBy: string;
|
|
2217
|
-
revertedBy: string;
|
|
2218
|
-
importedBy: string;
|
|
2219
2214
|
singularChange: string;
|
|
2220
2215
|
pluralChanges: string;
|
|
2221
|
-
createdThroughApiBy: string;
|
|
2222
|
-
changedThroughApiBy: string;
|
|
2223
2216
|
showAll: string;
|
|
2224
|
-
rowsPerPage: string;
|
|
2225
2217
|
unknown: string;
|
|
2226
2218
|
};
|
|
2227
2219
|
|