@qikdev/vue-ui 0.2.290 → 0.2.291
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/lib.es.js +7 -9
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +7 -9
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +11 -11
- package/package.json +1 -1
package/dist/lib.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
t((V["@qikdev/vue-ui"] = {}), V.Vue, V.sdk));
|
|
8
8
|
})(this, function (V, t, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const sc = "0.2.
|
|
10
|
+
const sc = "0.2.291";
|
|
11
11
|
class ct extends Error {}
|
|
12
12
|
class cc extends ct {
|
|
13
13
|
constructor(n) {
|
|
@@ -18910,16 +18910,13 @@
|
|
|
18910
18910
|
var l;
|
|
18911
18911
|
const e = this,
|
|
18912
18912
|
n = e.extraCriteria;
|
|
18913
|
-
console.log("GOT THE EXTRA", n);
|
|
18914
18913
|
let o = [];
|
|
18915
18914
|
if (n) {
|
|
18916
18915
|
e.glossary = await e.$sdk.content.glossary({ hash: !0 });
|
|
18917
18916
|
const i = e.glossary,
|
|
18918
|
-
r = (l = e.field) == null ? void 0 : l.referenceType
|
|
18919
|
-
|
|
18920
|
-
const a = i[r];
|
|
18917
|
+
r = (l = e.field) == null ? void 0 : l.referenceType,
|
|
18918
|
+
a = i[r];
|
|
18921
18919
|
if (a) {
|
|
18922
|
-
console.log("MATCHED REFERENCE", a);
|
|
18923
18920
|
let s = a.fields || [],
|
|
18924
18921
|
c = [];
|
|
18925
18922
|
switch (r) {
|
|
@@ -19267,7 +19264,7 @@
|
|
|
19267
19264
|
},
|
|
19268
19265
|
},
|
|
19269
19266
|
qw = (e) => (
|
|
19270
|
-
t.pushScopeId("data-v-
|
|
19267
|
+
t.pushScopeId("data-v-8b387cdb"), (e = e()), t.popScopeId(), e
|
|
19271
19268
|
),
|
|
19272
19269
|
Hw = { key: 0, class: "filter-condition" },
|
|
19273
19270
|
Ww = { key: 0 },
|
|
@@ -19979,7 +19976,7 @@
|
|
|
19979
19976
|
}
|
|
19980
19977
|
const rC = g(zw, [
|
|
19981
19978
|
["render", oC],
|
|
19982
|
-
["__scopeId", "data-v-
|
|
19979
|
+
["__scopeId", "data-v-8b387cdb"],
|
|
19983
19980
|
]),
|
|
19984
19981
|
DM = "",
|
|
19985
19982
|
lC = {
|
|
@@ -20749,6 +20746,7 @@
|
|
|
20749
20746
|
n = e.definition,
|
|
20750
20747
|
o = (u = e.field) == null ? void 0 : u.contextDefinition;
|
|
20751
20748
|
if (!n) return [];
|
|
20749
|
+
if (e.$sdk.utils.getAllFields) return e.$sdk.utils.getAllFields(n);
|
|
20752
20750
|
const l = n.definesType === "submission";
|
|
20753
20751
|
var i = [...n.fields],
|
|
20754
20752
|
r = o ? o.fields : n.definedFields || [];
|
|
@@ -20968,7 +20966,7 @@
|
|
|
20968
20966
|
}
|
|
20969
20967
|
const ds = g(EC, [
|
|
20970
20968
|
["render", IC],
|
|
20971
|
-
["__scopeId", "data-v-
|
|
20969
|
+
["__scopeId", "data-v-2ba39d6e"],
|
|
20972
20970
|
]),
|
|
20973
20971
|
IM = "";
|
|
20974
20972
|
function $C(e, n, o) {
|