imatrix-ui 0.2.44-test → 0.2.45-test
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/lib/super-ui.js
CHANGED
|
@@ -7080,7 +7080,7 @@ const InlineDepartmentTree = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["rend
|
|
|
7080
7080
|
default: ","
|
|
7081
7081
|
},
|
|
7082
7082
|
this: {
|
|
7083
|
-
type:
|
|
7083
|
+
type: Object
|
|
7084
7084
|
}
|
|
7085
7085
|
},
|
|
7086
7086
|
data() {
|
|
@@ -8763,7 +8763,7 @@ var required$1 = function e(t, n, a, i, l, f) {
|
|
|
8763
8763
|
rules.required(t, n, i, f, l, "array"), n != null && (rules.type(t, n, i, f, l), rules.range(t, n, i, f, l));
|
|
8764
8764
|
}
|
|
8765
8765
|
a(f);
|
|
8766
|
-
}, object
|
|
8766
|
+
}, object = function e(t, n, a, i, l) {
|
|
8767
8767
|
var f = [], m = t.required || !t.required && i.hasOwnProperty(t.field);
|
|
8768
8768
|
if (m) {
|
|
8769
8769
|
if (isEmptyValue(n) && !t.required)
|
|
@@ -8826,7 +8826,7 @@ var required$1 = function e(t, n, a, i, l, f) {
|
|
|
8826
8826
|
integer,
|
|
8827
8827
|
float: floatFn,
|
|
8828
8828
|
array,
|
|
8829
|
-
object
|
|
8829
|
+
object,
|
|
8830
8830
|
enum: enumerable,
|
|
8831
8831
|
pattern,
|
|
8832
8832
|
date,
|