@kosdev-code/kos-ui-sdk 2.0.42 → 2.0.43
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/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/models/models/config-bean-prop/config-bean-prop-model.d.ts.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -7311,7 +7311,10 @@ let Gt = class {
|
|
|
7311
7311
|
}
|
|
7312
7312
|
getConverter() {
|
|
7313
7313
|
var r, o, n, i, a, c, d, u, h, f, p;
|
|
7314
|
-
const { unit: t, measure: e } = this.getConverterFromFormat()
|
|
7314
|
+
const { unit: t, measure: e } = this.getConverterFromFormat();
|
|
7315
|
+
if (this.schemaFormat === "drt")
|
|
7316
|
+
return;
|
|
7317
|
+
const s = t === "drt" ? "second" : t;
|
|
7315
7318
|
if (this.converter) {
|
|
7316
7319
|
const m = (r = this.converter) == null ? void 0 : r.measure, b = (n = (o = this.converter) == null ? void 0 : o.to) == null ? void 0 : n.measure, w = (a = (i = this.converter) == null ? void 0 : i.from) == null ? void 0 : a.measure, M = m || b || w || e, F = ((d = (c = this.converter) == null ? void 0 : c.to) == null ? void 0 : d.unit) || this.regionInfo.getDefaultUnitForMeasure(
|
|
7317
7320
|
M,
|