@kosdev-code/kos-ui-sdk 0.1.0-dev.5807 → 0.1.0-dev.5836
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/kos-models.json +1 -1
- package/models/models/config-bean-prop/config-bean-prop-model.d.ts.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -10452,7 +10452,10 @@ let xs = class {
|
|
|
10452
10452
|
}
|
|
10453
10453
|
getConverter() {
|
|
10454
10454
|
var r, n, o, i, a, c, u, d, h, f, p, m, y;
|
|
10455
|
-
const { unit: t, measure: e } = this.getConverterFromFormat()
|
|
10455
|
+
const { unit: t, measure: e } = this.getConverterFromFormat();
|
|
10456
|
+
if (this.schemaFormat === "drt")
|
|
10457
|
+
return;
|
|
10458
|
+
const s = t === "drt" ? "second" : t;
|
|
10456
10459
|
if (this.converter) {
|
|
10457
10460
|
const v = (r = this.converter) == null ? void 0 : r.measure, _ = (o = (n = this.converter) == null ? void 0 : n.to) == null ? void 0 : o.measure, U = (a = (i = this.converter) == null ? void 0 : i.from) == null ? void 0 : a.measure, C = (u = (c = this.converter) == null ? void 0 : c.to) != null && u.unit ? this.regionInfo.getUnitMeasure(this.converter.to.unit) : void 0, $ = v || _ || U || C || e, R = ((h = (d = this.converter) == null ? void 0 : d.to) == null ? void 0 : h.unit) || this.regionInfo.getDefaultUnitForMeasure(
|
|
10458
10461
|
$,
|