@oliasoft-open-source/react-ui-library 5.21.3-beta-1 → 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 +2 -10
- 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
|
|
package/dist/index.js
CHANGED
|
@@ -6997,10 +6997,10 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
6997
6997
|
type: ii.OPTION,
|
|
6998
6998
|
inline: !0,
|
|
6999
6999
|
onClick: () => {
|
|
7000
|
-
fe !== Nu.CUSTOM && !n &&
|
|
7000
|
+
fe !== Nu.CUSTOM && !n && h({ target: {
|
|
7001
7001
|
value: Ln(I.value, I.unit),
|
|
7002
7002
|
name: typeof e == "string" ? e : (e == null ? void 0 : e.fieldName) || ""
|
|
7003
|
-
} })
|
|
7003
|
+
} });
|
|
7004
7004
|
},
|
|
7005
7005
|
label: "Custom",
|
|
7006
7006
|
selected: fe === Nu.CUSTOM
|
|
@@ -7125,17 +7125,9 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
7125
7125
|
changes: "Changes",
|
|
7126
7126
|
change: "Change",
|
|
7127
7127
|
modifiedBy: "Modified by",
|
|
7128
|
-
updatedBy: "Updated by {{userName}} ({{changes}})",
|
|
7129
|
-
createdBy: "Created by {{userName}}",
|
|
7130
|
-
clonedBy: "Created by {{username}} from {{operationMetaData}}",
|
|
7131
|
-
revertedBy: "Reverted by {{userName}}",
|
|
7132
|
-
importedBy: "Imported by {{userName}}",
|
|
7133
7128
|
singularChange: "change",
|
|
7134
7129
|
pluralChanges: "changes",
|
|
7135
|
-
createdThroughApiBy: "Created through API by {{userName}}",
|
|
7136
|
-
changedThroughApiBy: "Changed through API by {{userName}}",
|
|
7137
7130
|
showAll: "Show all",
|
|
7138
|
-
rowsPerPage: "{{rows}} / page",
|
|
7139
7131
|
unknown: "Unknown"
|
|
7140
7132
|
}, Zu = (e) => Object.keys(Xu).reduce((t, n) => ({
|
|
7141
7133
|
...t,
|
package/package.json
CHANGED