@qikdev/vue-ui 0.2.280 → 0.2.283
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 +178 -152
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +465 -446
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +38 -38
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
vModelDynamic as Zn,
|
|
48
48
|
} from "vue";
|
|
49
49
|
import { EventDispatcher as jl } from "@qikdev/sdk";
|
|
50
|
-
const fu = "0.2.
|
|
50
|
+
const fu = "0.2.283";
|
|
51
51
|
class qt extends Error {}
|
|
52
52
|
class mu extends qt {
|
|
53
53
|
constructor(t) {
|
|
@@ -9643,7 +9643,7 @@ const Qg = {
|
|
|
9643
9643
|
n = this.model;
|
|
9644
9644
|
return n || n === !1 || n === 0
|
|
9645
9645
|
? this.getLabel(this.optionLookup[this.model])
|
|
9646
|
-
: t || this.title || "Click to select";
|
|
9646
|
+
: t || this.placeholder || this.title || "Click to select";
|
|
9647
9647
|
},
|
|
9648
9648
|
grouped() {
|
|
9649
9649
|
const e = this,
|
|
@@ -9707,7 +9707,7 @@ const Qg = {
|
|
|
9707
9707
|
},
|
|
9708
9708
|
},
|
|
9709
9709
|
},
|
|
9710
|
-
e_ = (e) => (Ze("data-v-
|
|
9710
|
+
e_ = (e) => (Ze("data-v-818cbef3"), (e = e()), Je(), e),
|
|
9711
9711
|
t_ = {
|
|
9712
9712
|
key: 0,
|
|
9713
9713
|
class: "ux-field-title",
|
|
@@ -10102,7 +10102,7 @@ function v_(e, t, n, r, s, i) {
|
|
|
10102
10102
|
}
|
|
10103
10103
|
const gt = /* @__PURE__ */ V(Qg, [
|
|
10104
10104
|
["render", v_],
|
|
10105
|
-
["__scopeId", "data-v-
|
|
10105
|
+
["__scopeId", "data-v-818cbef3"],
|
|
10106
10106
|
]);
|
|
10107
10107
|
const b_ = {
|
|
10108
10108
|
props: {
|
|
@@ -10427,9 +10427,9 @@ function k_(e, t, n, r, s, i) {
|
|
|
10427
10427
|
)
|
|
10428
10428
|
);
|
|
10429
10429
|
}
|
|
10430
|
-
const
|
|
10430
|
+
const QM = /* @__PURE__ */ V(b_, [
|
|
10431
10431
|
["render", k_],
|
|
10432
|
-
["__scopeId", "data-v-
|
|
10432
|
+
["__scopeId", "data-v-6cb45aad"],
|
|
10433
10433
|
]);
|
|
10434
10434
|
function x_(e) {
|
|
10435
10435
|
return au() ? (uu(e), !0) : !1;
|
|
@@ -12104,6 +12104,7 @@ const pv = {
|
|
|
12104
12104
|
},
|
|
12105
12105
|
},
|
|
12106
12106
|
yv = [
|
|
12107
|
+
"poster",
|
|
12107
12108
|
"playsinline",
|
|
12108
12109
|
"muted",
|
|
12109
12110
|
"loop",
|
|
@@ -12136,6 +12137,7 @@ function vv(e, t, n, r, s, i) {
|
|
|
12136
12137
|
x(
|
|
12137
12138
|
"video",
|
|
12138
12139
|
{
|
|
12140
|
+
poster: i.thumbnailSrc,
|
|
12139
12141
|
playsinline: s.playsInline,
|
|
12140
12142
|
muted: s.isMuted,
|
|
12141
12143
|
loop: n.loop,
|
|
@@ -12201,7 +12203,7 @@ function vv(e, t, n, r, s, i) {
|
|
|
12201
12203
|
}
|
|
12202
12204
|
const bv = /* @__PURE__ */ V(pv, [
|
|
12203
12205
|
["render", vv],
|
|
12204
|
-
["__scopeId", "data-v-
|
|
12206
|
+
["__scopeId", "data-v-454cf7a1"],
|
|
12205
12207
|
]);
|
|
12206
12208
|
const kv = {
|
|
12207
12209
|
props: {
|
|
@@ -32535,7 +32537,7 @@ const UC = {
|
|
|
32535
32537
|
};
|
|
32536
32538
|
},
|
|
32537
32539
|
created() {
|
|
32538
|
-
this.checkDirtyState();
|
|
32540
|
+
this.checkDirtyState(!0);
|
|
32539
32541
|
},
|
|
32540
32542
|
mounted() {
|
|
32541
32543
|
const e = this;
|
|
@@ -32593,12 +32595,12 @@ const UC = {
|
|
|
32593
32595
|
(!r &&
|
|
32594
32596
|
this.widget === "timezone" &&
|
|
32595
32597
|
((r = this.$sdk.geo.getDefaultTimezone()),
|
|
32596
|
-
console.log("
|
|
32598
|
+
console.log("Set the default timezone:", r)),
|
|
32597
32599
|
!r && this.widget === "country")
|
|
32598
32600
|
) {
|
|
32599
32601
|
const l = this.$sdk.geo.getDefaultCountry();
|
|
32600
32602
|
(r = l == null ? void 0 : l.name),
|
|
32601
|
-
console.log("
|
|
32603
|
+
console.log("Set the default country:", l, r);
|
|
32602
32604
|
}
|
|
32603
32605
|
!r &&
|
|
32604
32606
|
((i = this.field) == null ? void 0 : i.type) === "date" &&
|
|
@@ -32606,19 +32608,25 @@ const UC = {
|
|
|
32606
32608
|
}
|
|
32607
32609
|
return r;
|
|
32608
32610
|
},
|
|
32609
|
-
checkDirtyState() {
|
|
32610
|
-
const
|
|
32611
|
-
var
|
|
32612
|
-
|
|
32613
|
-
|
|
32614
|
-
|
|
32615
|
-
|
|
32616
|
-
|
|
32617
|
-
|
|
32618
|
-
|
|
32619
|
-
|
|
32620
|
-
|
|
32621
|
-
|
|
32611
|
+
checkDirtyState(e) {
|
|
32612
|
+
const t = this;
|
|
32613
|
+
var n = t.fieldModel,
|
|
32614
|
+
r = t.ignoreDefaults || n || n === !1 || n === 0,
|
|
32615
|
+
s = t.fieldDefaultValue(),
|
|
32616
|
+
i = JSON.stringify(t.cleanOutput(n)),
|
|
32617
|
+
l = JSON.stringify(t.cleanOutput(s));
|
|
32618
|
+
let o;
|
|
32619
|
+
e ? (o = r) : (o = r && i != l),
|
|
32620
|
+
o
|
|
32621
|
+
? ((t.isDirty = !0),
|
|
32622
|
+
(t.isDirtyBeforeInput = !0),
|
|
32623
|
+
(t.fieldModel = n))
|
|
32624
|
+
: ((t.isDirty = !1),
|
|
32625
|
+
(t.isDirtyBeforeInput = !1),
|
|
32626
|
+
(t.fieldModel = s)),
|
|
32627
|
+
(t.validateResults = t.$sdk.content.validateField(
|
|
32628
|
+
t.fieldModel,
|
|
32629
|
+
t.actualField,
|
|
32622
32630
|
));
|
|
32623
32631
|
},
|
|
32624
32632
|
groupStateAltered(e) {
|
|
@@ -33866,7 +33874,7 @@ function jC(e, t, n, r, s, i) {
|
|
|
33866
33874
|
}
|
|
33867
33875
|
const ss = /* @__PURE__ */ V(UC, [
|
|
33868
33876
|
["render", jC],
|
|
33869
|
-
["__scopeId", "data-v-
|
|
33877
|
+
["__scopeId", "data-v-5facedd5"],
|
|
33870
33878
|
]);
|
|
33871
33879
|
function RC(e, t, n, r) {
|
|
33872
33880
|
var s = -1,
|
|
@@ -37348,7 +37356,7 @@ function eF(e, t, n, r, s, i) {
|
|
|
37348
37356
|
}
|
|
37349
37357
|
const tF = /* @__PURE__ */ V(QD, [
|
|
37350
37358
|
["render", eF],
|
|
37351
|
-
["__scopeId", "data-v-
|
|
37359
|
+
["__scopeId", "data-v-ea61bb91"],
|
|
37352
37360
|
]);
|
|
37353
37361
|
var nF = "__lodash_hash_undefined__";
|
|
37354
37362
|
function iF(e) {
|
|
@@ -37792,6 +37800,11 @@ const zF = {
|
|
|
37792
37800
|
},
|
|
37793
37801
|
},
|
|
37794
37802
|
computed: {
|
|
37803
|
+
emptyTextString() {
|
|
37804
|
+
return this.dateFilterEnabled
|
|
37805
|
+
? `No ${this.plural} match your filters.`
|
|
37806
|
+
: `No ${this.plural} found.`;
|
|
37807
|
+
},
|
|
37795
37808
|
definition() {
|
|
37796
37809
|
const e = this;
|
|
37797
37810
|
return e.glossary ? e.glossary[e.type] : null;
|
|
@@ -38366,15 +38379,19 @@ const zF = {
|
|
|
38366
38379
|
};
|
|
38367
38380
|
},
|
|
38368
38381
|
},
|
|
38369
|
-
ls = (e) => (Ze("data-v-
|
|
38382
|
+
ls = (e) => (Ze("data-v-918225cf"), (e = e()), Je(), e),
|
|
38370
38383
|
qF = /* @__PURE__ */ ls(() =>
|
|
38371
38384
|
/* @__PURE__ */ x("strong", null, "Select Columns", -1),
|
|
38372
38385
|
),
|
|
38373
|
-
HF = {
|
|
38374
|
-
|
|
38375
|
-
|
|
38376
|
-
|
|
38377
|
-
|
|
38386
|
+
HF = {
|
|
38387
|
+
key: 0,
|
|
38388
|
+
class: "font-sm",
|
|
38389
|
+
},
|
|
38390
|
+
WF = { class: "footer" },
|
|
38391
|
+
GF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
|
|
38392
|
+
YF = { key: 0 },
|
|
38393
|
+
KF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
|
|
38394
|
+
function ZF(e, t, n, r, s, i) {
|
|
38378
38395
|
const l = y("ux-icon"),
|
|
38379
38396
|
o = y("ux-panel-body"),
|
|
38380
38397
|
u = y("ux-panel"),
|
|
@@ -38816,13 +38833,22 @@ function KF(e, t, n, r, s, i) {
|
|
|
38816
38833
|
x(
|
|
38817
38834
|
"div",
|
|
38818
38835
|
null,
|
|
38819
|
-
|
|
38820
|
-
|
|
38821
|
-
|
|
38822
|
-
) +
|
|
38823
|
-
" found.",
|
|
38836
|
+
b(
|
|
38837
|
+
i.emptyTextString,
|
|
38838
|
+
),
|
|
38824
38839
|
1,
|
|
38825
38840
|
),
|
|
38841
|
+
n.dateFilterEnabled
|
|
38842
|
+
? (a(),
|
|
38843
|
+
d(
|
|
38844
|
+
"div",
|
|
38845
|
+
HF,
|
|
38846
|
+
" Try changing your date range or updating your filter. ",
|
|
38847
|
+
))
|
|
38848
|
+
: g(
|
|
38849
|
+
"",
|
|
38850
|
+
!0,
|
|
38851
|
+
),
|
|
38826
38852
|
],
|
|
38827
38853
|
),
|
|
38828
38854
|
_: 1,
|
|
@@ -38856,7 +38882,7 @@ function KF(e, t, n, r, s, i) {
|
|
|
38856
38882
|
void 0,
|
|
38857
38883
|
!0,
|
|
38858
38884
|
),
|
|
38859
|
-
x("div",
|
|
38885
|
+
x("div", WF, [
|
|
38860
38886
|
c(
|
|
38861
38887
|
P,
|
|
38862
38888
|
{
|
|
@@ -38920,10 +38946,10 @@ function KF(e, t, n, r, s, i) {
|
|
|
38920
38946
|
8,
|
|
38921
38947
|
["modelValue", "loading"],
|
|
38922
38948
|
),
|
|
38923
|
-
|
|
38949
|
+
GF,
|
|
38924
38950
|
n.dateFilterEnabled
|
|
38925
38951
|
? (a(),
|
|
38926
|
-
d("div",
|
|
38952
|
+
d("div", YF, [
|
|
38927
38953
|
c(
|
|
38928
38954
|
le,
|
|
38929
38955
|
{
|
|
@@ -38940,7 +38966,7 @@ function KF(e, t, n, r, s, i) {
|
|
|
38940
38966
|
),
|
|
38941
38967
|
]))
|
|
38942
38968
|
: g("", !0),
|
|
38943
|
-
|
|
38969
|
+
KF,
|
|
38944
38970
|
c(
|
|
38945
38971
|
W,
|
|
38946
38972
|
{
|
|
@@ -38983,11 +39009,11 @@ function KF(e, t, n, r, s, i) {
|
|
|
38983
39009
|
))
|
|
38984
39010
|
: g("", !0);
|
|
38985
39011
|
}
|
|
38986
|
-
const
|
|
38987
|
-
["render",
|
|
38988
|
-
["__scopeId", "data-v-
|
|
39012
|
+
const JF = /* @__PURE__ */ V(zF, [
|
|
39013
|
+
["render", ZF],
|
|
39014
|
+
["__scopeId", "data-v-918225cf"],
|
|
38989
39015
|
]);
|
|
38990
|
-
const
|
|
39016
|
+
const XF = {
|
|
38991
39017
|
props: {
|
|
38992
39018
|
modal: {
|
|
38993
39019
|
type: Object,
|
|
@@ -39018,11 +39044,11 @@ const JF = {
|
|
|
39018
39044
|
},
|
|
39019
39045
|
},
|
|
39020
39046
|
},
|
|
39021
|
-
|
|
39022
|
-
function
|
|
39047
|
+
QF = { class: "modal-wrapper" };
|
|
39048
|
+
function eM(e, t, n, r, s, i) {
|
|
39023
39049
|
return (
|
|
39024
39050
|
a(),
|
|
39025
|
-
d("div",
|
|
39051
|
+
d("div", QF, [
|
|
39026
39052
|
x("div", {
|
|
39027
39053
|
class: "modal-blanket",
|
|
39028
39054
|
onClick:
|
|
@@ -39058,11 +39084,11 @@ function QF(e, t, n, r, s, i) {
|
|
|
39058
39084
|
])
|
|
39059
39085
|
);
|
|
39060
39086
|
}
|
|
39061
|
-
const
|
|
39062
|
-
["render",
|
|
39087
|
+
const tM = /* @__PURE__ */ V(XF, [
|
|
39088
|
+
["render", eM],
|
|
39063
39089
|
["__scopeId", "data-v-90c28992"],
|
|
39064
39090
|
]);
|
|
39065
|
-
const
|
|
39091
|
+
const nM = {
|
|
39066
39092
|
mixins: [_n],
|
|
39067
39093
|
computed: {
|
|
39068
39094
|
confirmText() {
|
|
@@ -39073,10 +39099,10 @@ const tM = {
|
|
|
39073
39099
|
},
|
|
39074
39100
|
},
|
|
39075
39101
|
},
|
|
39076
|
-
|
|
39077
|
-
|
|
39078
|
-
|
|
39079
|
-
function
|
|
39102
|
+
iM = { class: "padder" },
|
|
39103
|
+
rM = ["innerHTML"],
|
|
39104
|
+
sM = { class: "padder" };
|
|
39105
|
+
function lM(e, t, n, r, s, i) {
|
|
39080
39106
|
const l = y("flex-body"),
|
|
39081
39107
|
o = y("ux-button"),
|
|
39082
39108
|
u = y("flex-cell"),
|
|
@@ -39092,7 +39118,7 @@ function sM(e, t, n, r, s, i) {
|
|
|
39092
39118
|
default: h(() => [
|
|
39093
39119
|
c(l, null, {
|
|
39094
39120
|
default: h(() => [
|
|
39095
|
-
x("div",
|
|
39121
|
+
x("div", iM, [
|
|
39096
39122
|
x("h5", null, b(e.options.title), 1),
|
|
39097
39123
|
x(
|
|
39098
39124
|
"div",
|
|
@@ -39101,7 +39127,7 @@ function sM(e, t, n, r, s, i) {
|
|
|
39101
39127
|
},
|
|
39102
39128
|
null,
|
|
39103
39129
|
8,
|
|
39104
|
-
|
|
39130
|
+
rM,
|
|
39105
39131
|
),
|
|
39106
39132
|
]),
|
|
39107
39133
|
]),
|
|
@@ -39109,7 +39135,7 @@ function sM(e, t, n, r, s, i) {
|
|
|
39109
39135
|
}),
|
|
39110
39136
|
c(f, null, {
|
|
39111
39137
|
default: h(() => [
|
|
39112
|
-
x("div",
|
|
39138
|
+
x("div", sM, [
|
|
39113
39139
|
c(m, null, {
|
|
39114
39140
|
default: h(() => [
|
|
39115
39141
|
c(u, null, {
|
|
@@ -39161,11 +39187,11 @@ function sM(e, t, n, r, s, i) {
|
|
|
39161
39187
|
)
|
|
39162
39188
|
);
|
|
39163
39189
|
}
|
|
39164
|
-
const
|
|
39165
|
-
["render",
|
|
39190
|
+
const oM = /* @__PURE__ */ V(nM, [
|
|
39191
|
+
["render", lM],
|
|
39166
39192
|
["__scopeId", "data-v-be545ba8"],
|
|
39167
39193
|
]);
|
|
39168
|
-
const
|
|
39194
|
+
const aM = {
|
|
39169
39195
|
data() {
|
|
39170
39196
|
return {
|
|
39171
39197
|
selected: null,
|
|
@@ -39212,21 +39238,21 @@ const oM = {
|
|
|
39212
39238
|
},
|
|
39213
39239
|
},
|
|
39214
39240
|
},
|
|
39215
|
-
|
|
39216
|
-
|
|
39217
|
-
|
|
39218
|
-
|
|
39219
|
-
|
|
39220
|
-
|
|
39241
|
+
uM = { class: "options-modal-header" },
|
|
39242
|
+
dM = { class: "padder" },
|
|
39243
|
+
cM = { class: "options-modal-header" },
|
|
39244
|
+
fM = { class: "padder" },
|
|
39245
|
+
mM = ["onClick"],
|
|
39246
|
+
hM = {
|
|
39221
39247
|
key: 0,
|
|
39222
39248
|
class: "title",
|
|
39223
39249
|
},
|
|
39224
|
-
|
|
39250
|
+
pM = {
|
|
39225
39251
|
key: 1,
|
|
39226
39252
|
class: "description",
|
|
39227
39253
|
},
|
|
39228
|
-
|
|
39229
|
-
function
|
|
39254
|
+
yM = { class: "padder" };
|
|
39255
|
+
function gM(e, t, n, r, s, i) {
|
|
39230
39256
|
const l = y("flex-header"),
|
|
39231
39257
|
o = y("search"),
|
|
39232
39258
|
u = y("flex-cell"),
|
|
@@ -39250,8 +39276,8 @@ function yM(e, t, n, r, s, i) {
|
|
|
39250
39276
|
{ key: 0 },
|
|
39251
39277
|
{
|
|
39252
39278
|
default: h(() => [
|
|
39253
|
-
x("div",
|
|
39254
|
-
x("div",
|
|
39279
|
+
x("div", uM, [
|
|
39280
|
+
x("div", dM, [
|
|
39255
39281
|
x("h5", null, b(e.options.title), 1),
|
|
39256
39282
|
x("div", null, b(e.options.description), 1),
|
|
39257
39283
|
]),
|
|
@@ -39268,8 +39294,8 @@ function yM(e, t, n, r, s, i) {
|
|
|
39268
39294
|
{ key: 1 },
|
|
39269
39295
|
{
|
|
39270
39296
|
default: h(() => [
|
|
39271
|
-
x("div",
|
|
39272
|
-
x("div",
|
|
39297
|
+
x("div", cM, [
|
|
39298
|
+
x("div", fM, [
|
|
39273
39299
|
c(
|
|
39274
39300
|
o,
|
|
39275
39301
|
{
|
|
@@ -39331,11 +39357,11 @@ function yM(e, t, n, r, s, i) {
|
|
|
39331
39357
|
{
|
|
39332
39358
|
default: h(() => [
|
|
39333
39359
|
O.title
|
|
39334
|
-
? (a(), d("div",
|
|
39360
|
+
? (a(), d("div", hM, b(O.title), 1))
|
|
39335
39361
|
: g("", !0),
|
|
39336
39362
|
O.description
|
|
39337
39363
|
? (a(),
|
|
39338
|
-
d("div",
|
|
39364
|
+
d("div", pM, b(O.description), 1))
|
|
39339
39365
|
: g("", !0),
|
|
39340
39366
|
]),
|
|
39341
39367
|
_: 2,
|
|
@@ -39362,7 +39388,7 @@ function yM(e, t, n, r, s, i) {
|
|
|
39362
39388
|
),
|
|
39363
39389
|
],
|
|
39364
39390
|
8,
|
|
39365
|
-
|
|
39391
|
+
mM,
|
|
39366
39392
|
)
|
|
39367
39393
|
),
|
|
39368
39394
|
),
|
|
@@ -39380,7 +39406,7 @@ function yM(e, t, n, r, s, i) {
|
|
|
39380
39406
|
{ class: "options-modal-footer" },
|
|
39381
39407
|
{
|
|
39382
39408
|
default: h(() => [
|
|
39383
|
-
x("div",
|
|
39409
|
+
x("div", yM, [
|
|
39384
39410
|
c(
|
|
39385
39411
|
_,
|
|
39386
39412
|
{
|
|
@@ -39405,11 +39431,11 @@ function yM(e, t, n, r, s, i) {
|
|
|
39405
39431
|
)
|
|
39406
39432
|
);
|
|
39407
39433
|
}
|
|
39408
|
-
const
|
|
39409
|
-
["render",
|
|
39434
|
+
const _M = /* @__PURE__ */ V(aM, [
|
|
39435
|
+
["render", gM],
|
|
39410
39436
|
["__scopeId", "data-v-60de0d31"],
|
|
39411
39437
|
]);
|
|
39412
|
-
const
|
|
39438
|
+
const vM = {
|
|
39413
39439
|
mixins: [_n],
|
|
39414
39440
|
data() {
|
|
39415
39441
|
return {
|
|
@@ -39436,10 +39462,10 @@ const _M = {
|
|
|
39436
39462
|
this.options.model && (this.model = this.options.model);
|
|
39437
39463
|
},
|
|
39438
39464
|
},
|
|
39439
|
-
|
|
39440
|
-
|
|
39441
|
-
|
|
39442
|
-
function
|
|
39465
|
+
bM = { class: "padder" },
|
|
39466
|
+
kM = { key: 0 },
|
|
39467
|
+
xM = { class: "padder" };
|
|
39468
|
+
function wM(e, t, n, r, s, i) {
|
|
39443
39469
|
const l = y("ux-form"),
|
|
39444
39470
|
o = y("flex-body"),
|
|
39445
39471
|
u = y("ux-button"),
|
|
@@ -39463,10 +39489,10 @@ function xM(e, t, n, r, s, i) {
|
|
|
39463
39489
|
default: h(() => [
|
|
39464
39490
|
c(o, null, {
|
|
39465
39491
|
default: h(() => [
|
|
39466
|
-
x("div",
|
|
39492
|
+
x("div", bM, [
|
|
39467
39493
|
x("h5", null, b(e.options.title), 1),
|
|
39468
39494
|
e.options.description
|
|
39469
|
-
? (a(), d("p",
|
|
39495
|
+
? (a(), d("p", kM, b(e.options.description), 1))
|
|
39470
39496
|
: g("", !0),
|
|
39471
39497
|
c(
|
|
39472
39498
|
l,
|
|
@@ -39491,7 +39517,7 @@ function xM(e, t, n, r, s, i) {
|
|
|
39491
39517
|
{ class: "border-top" },
|
|
39492
39518
|
{
|
|
39493
39519
|
default: h(() => [
|
|
39494
|
-
x("div",
|
|
39520
|
+
x("div", xM, [
|
|
39495
39521
|
c(p, null, {
|
|
39496
39522
|
default: h(() => [
|
|
39497
39523
|
c(
|
|
@@ -39558,13 +39584,13 @@ function xM(e, t, n, r, s, i) {
|
|
|
39558
39584
|
)
|
|
39559
39585
|
);
|
|
39560
39586
|
}
|
|
39561
|
-
const
|
|
39562
|
-
["render",
|
|
39587
|
+
const SM = /* @__PURE__ */ V(vM, [
|
|
39588
|
+
["render", wM],
|
|
39563
39589
|
["__scopeId", "data-v-99b9c871"],
|
|
39564
39590
|
]);
|
|
39565
|
-
const
|
|
39591
|
+
const TM = {
|
|
39566
39592
|
components: {
|
|
39567
|
-
ContentBrowser:
|
|
39593
|
+
ContentBrowser: JF,
|
|
39568
39594
|
Search: Bi,
|
|
39569
39595
|
},
|
|
39570
39596
|
mixins: [_n],
|
|
@@ -39659,10 +39685,10 @@ const SM = {
|
|
|
39659
39685
|
},
|
|
39660
39686
|
},
|
|
39661
39687
|
},
|
|
39662
|
-
|
|
39663
|
-
|
|
39664
|
-
|
|
39665
|
-
function
|
|
39688
|
+
OM = { class: "header" },
|
|
39689
|
+
VM = { class: "font-muted font-sm" },
|
|
39690
|
+
CM = { class: "rolodex" };
|
|
39691
|
+
function EM(e, t, n, r, s, i) {
|
|
39666
39692
|
const l = y("flex-column"),
|
|
39667
39693
|
o = y("flex-cell"),
|
|
39668
39694
|
u = y("search"),
|
|
@@ -39701,7 +39727,7 @@ function CM(e, t, n, r, s, i) {
|
|
|
39701
39727
|
[
|
|
39702
39728
|
c(_, null, {
|
|
39703
39729
|
default: h(() => [
|
|
39704
|
-
x("div",
|
|
39730
|
+
x("div", OM, [
|
|
39705
39731
|
c(
|
|
39706
39732
|
p,
|
|
39707
39733
|
{
|
|
@@ -39739,7 +39765,7 @@ function CM(e, t, n, r, s, i) {
|
|
|
39739
39765
|
default: h(() => [
|
|
39740
39766
|
x(
|
|
39741
39767
|
"span",
|
|
39742
|
-
|
|
39768
|
+
VM,
|
|
39743
39769
|
"(" +
|
|
39744
39770
|
b(s.model.length) +
|
|
39745
39771
|
" of " +
|
|
@@ -39884,7 +39910,7 @@ function CM(e, t, n, r, s, i) {
|
|
|
39884
39910
|
{ key: 0 },
|
|
39885
39911
|
{
|
|
39886
39912
|
default: h(() => [
|
|
39887
|
-
x("div",
|
|
39913
|
+
x("div", CM, [
|
|
39888
39914
|
c(
|
|
39889
39915
|
f,
|
|
39890
39916
|
{
|
|
@@ -39972,11 +39998,11 @@ function CM(e, t, n, r, s, i) {
|
|
|
39972
39998
|
)
|
|
39973
39999
|
);
|
|
39974
40000
|
}
|
|
39975
|
-
const
|
|
39976
|
-
["render",
|
|
40001
|
+
const DM = /* @__PURE__ */ V(TM, [
|
|
40002
|
+
["render", EM],
|
|
39977
40003
|
["__scopeId", "data-v-651362cd"],
|
|
39978
40004
|
]);
|
|
39979
|
-
const
|
|
40005
|
+
const FM = {
|
|
39980
40006
|
components: {
|
|
39981
40007
|
ScopeSelect: J1,
|
|
39982
40008
|
// Search,
|
|
@@ -40036,13 +40062,13 @@ const DM = {
|
|
|
40036
40062
|
},
|
|
40037
40063
|
},
|
|
40038
40064
|
},
|
|
40039
|
-
|
|
40040
|
-
|
|
40041
|
-
|
|
40065
|
+
MM = (e) => (Ze("data-v-0952db70"), (e = e()), Je(), e),
|
|
40066
|
+
IM = { class: "header" },
|
|
40067
|
+
$M = /* @__PURE__ */ MM(() =>
|
|
40042
40068
|
/* @__PURE__ */ x("h3", null, "Select Scopes", -1),
|
|
40043
40069
|
),
|
|
40044
|
-
|
|
40045
|
-
function
|
|
40070
|
+
AM = { class: "padder" };
|
|
40071
|
+
function LM(e, t, n, r, s, i) {
|
|
40046
40072
|
const l = y("flex-cell"),
|
|
40047
40073
|
o = y("ux-button"),
|
|
40048
40074
|
u = y("flex-row"),
|
|
@@ -40059,7 +40085,7 @@ function AM(e, t, n, r, s, i) {
|
|
|
40059
40085
|
default: h(() => [
|
|
40060
40086
|
c(m, null, {
|
|
40061
40087
|
default: h(() => [
|
|
40062
|
-
x("div",
|
|
40088
|
+
x("div", IM, [
|
|
40063
40089
|
c(
|
|
40064
40090
|
u,
|
|
40065
40091
|
{
|
|
@@ -40069,7 +40095,7 @@ function AM(e, t, n, r, s, i) {
|
|
|
40069
40095
|
{
|
|
40070
40096
|
default: h(() => [
|
|
40071
40097
|
c(l, null, {
|
|
40072
|
-
default: h(() => [
|
|
40098
|
+
default: h(() => [$M]),
|
|
40073
40099
|
_: 1,
|
|
40074
40100
|
}),
|
|
40075
40101
|
c(
|
|
@@ -40107,7 +40133,7 @@ function AM(e, t, n, r, s, i) {
|
|
|
40107
40133
|
{ class: "scroll-body" },
|
|
40108
40134
|
{
|
|
40109
40135
|
default: h(() => [
|
|
40110
|
-
x("div",
|
|
40136
|
+
x("div", AM, [
|
|
40111
40137
|
c(
|
|
40112
40138
|
f,
|
|
40113
40139
|
{
|
|
@@ -40133,20 +40159,20 @@ function AM(e, t, n, r, s, i) {
|
|
|
40133
40159
|
)
|
|
40134
40160
|
);
|
|
40135
40161
|
}
|
|
40136
|
-
const
|
|
40137
|
-
["render",
|
|
40162
|
+
const NM = /* @__PURE__ */ V(FM, [
|
|
40163
|
+
["render", LM],
|
|
40138
40164
|
["__scopeId", "data-v-0952db70"],
|
|
40139
40165
|
]),
|
|
40140
40166
|
ot = "uploading",
|
|
40141
40167
|
ai = "complete",
|
|
40142
40168
|
Nt = "ready",
|
|
40143
|
-
|
|
40144
|
-
|
|
40145
|
-
|
|
40169
|
+
UM = "error",
|
|
40170
|
+
PM = "upload.cancel",
|
|
40171
|
+
jM = "upload.start",
|
|
40146
40172
|
Al = "upload.complete",
|
|
40147
|
-
|
|
40148
|
-
|
|
40149
|
-
|
|
40173
|
+
RM = "upload.progress",
|
|
40174
|
+
BM = "upload.error",
|
|
40175
|
+
zM = {
|
|
40150
40176
|
props: {
|
|
40151
40177
|
accept: {
|
|
40152
40178
|
type: String,
|
|
@@ -40294,7 +40320,7 @@ const LM = /* @__PURE__ */ V(DM, [
|
|
|
40294
40320
|
(e.bytesLoaded = 0),
|
|
40295
40321
|
(e.percent = 0),
|
|
40296
40322
|
(e.state = Nt),
|
|
40297
|
-
e.dispatch(
|
|
40323
|
+
e.dispatch(PM));
|
|
40298
40324
|
},
|
|
40299
40325
|
removeFile(e) {
|
|
40300
40326
|
var t = this.queue.indexOf(e);
|
|
@@ -40321,7 +40347,7 @@ const LM = /* @__PURE__ */ V(DM, [
|
|
|
40321
40347
|
case ot:
|
|
40322
40348
|
return;
|
|
40323
40349
|
}
|
|
40324
|
-
(e.state = ot), e.dispatch(
|
|
40350
|
+
(e.state = ot), e.dispatch(jM);
|
|
40325
40351
|
{
|
|
40326
40352
|
const f = e.size,
|
|
40327
40353
|
p = e.name,
|
|
@@ -40360,7 +40386,7 @@ const LM = /* @__PURE__ */ V(DM, [
|
|
|
40360
40386
|
(e.percent = p),
|
|
40361
40387
|
(e.bytesLoaded = f.loaded),
|
|
40362
40388
|
(e.bytesTotal = f.total),
|
|
40363
|
-
e.dispatch(
|
|
40389
|
+
e.dispatch(RM, f);
|
|
40364
40390
|
},
|
|
40365
40391
|
};
|
|
40366
40392
|
const o = t.$sdk.api.CancelToken.source();
|
|
@@ -40380,7 +40406,7 @@ const LM = /* @__PURE__ */ V(DM, [
|
|
|
40380
40406
|
var p = t.$sdk.api.wasCancelled(f);
|
|
40381
40407
|
p
|
|
40382
40408
|
? (e.state = Nt)
|
|
40383
|
-
: ((e.state =
|
|
40409
|
+
: ((e.state = UM), e.dispatch(BM, f), t.uploadNextFile());
|
|
40384
40410
|
});
|
|
40385
40411
|
},
|
|
40386
40412
|
toggle() {
|
|
@@ -40425,13 +40451,13 @@ const LM = /* @__PURE__ */ V(DM, [
|
|
|
40425
40451
|
},
|
|
40426
40452
|
},
|
|
40427
40453
|
},
|
|
40428
|
-
|
|
40429
|
-
|
|
40430
|
-
|
|
40431
|
-
function
|
|
40454
|
+
qM = { class: "uploader" },
|
|
40455
|
+
HM = ["accept"],
|
|
40456
|
+
WM = ["accept"];
|
|
40457
|
+
function GM(e, t, n, r, s, i) {
|
|
40432
40458
|
return (
|
|
40433
40459
|
a(),
|
|
40434
|
-
d("div",
|
|
40460
|
+
d("div", qM, [
|
|
40435
40461
|
x(
|
|
40436
40462
|
"input",
|
|
40437
40463
|
{
|
|
@@ -40444,7 +40470,7 @@ function WM(e, t, n, r, s, i) {
|
|
|
40444
40470
|
},
|
|
40445
40471
|
null,
|
|
40446
40472
|
40,
|
|
40447
|
-
|
|
40473
|
+
HM,
|
|
40448
40474
|
),
|
|
40449
40475
|
x(
|
|
40450
40476
|
"input",
|
|
@@ -40456,7 +40482,7 @@ function WM(e, t, n, r, s, i) {
|
|
|
40456
40482
|
},
|
|
40457
40483
|
null,
|
|
40458
40484
|
8,
|
|
40459
|
-
|
|
40485
|
+
WM,
|
|
40460
40486
|
),
|
|
40461
40487
|
H(e.$slots, "default", {
|
|
40462
40488
|
queue: s.queue,
|
|
@@ -40470,11 +40496,11 @@ function WM(e, t, n, r, s, i) {
|
|
|
40470
40496
|
])
|
|
40471
40497
|
);
|
|
40472
40498
|
}
|
|
40473
|
-
const
|
|
40474
|
-
function
|
|
40499
|
+
const eI = /* @__PURE__ */ V(zM, [["render", GM]]);
|
|
40500
|
+
function YM(e, t) {
|
|
40475
40501
|
return t.reduce((n, r) => (Math.abs(r - e) < Math.abs(n - e) ? r : n));
|
|
40476
40502
|
}
|
|
40477
|
-
function
|
|
40503
|
+
function tI() {
|
|
40478
40504
|
var e = Rt({
|
|
40479
40505
|
mounted: !1,
|
|
40480
40506
|
screen: {
|
|
@@ -40594,7 +40620,7 @@ function eI() {
|
|
|
40594
40620
|
(i.lgAndUp = !0)),
|
|
40595
40621
|
(e.point = l),
|
|
40596
40622
|
(e.breakpoint = i);
|
|
40597
|
-
const u =
|
|
40623
|
+
const u = YM(r, [320, 768, 1200, 1800, 2e3]),
|
|
40598
40624
|
m = u * 1,
|
|
40599
40625
|
f = u * 1.5,
|
|
40600
40626
|
p = u * 2;
|
|
@@ -40623,7 +40649,7 @@ function eI() {
|
|
|
40623
40649
|
e
|
|
40624
40650
|
);
|
|
40625
40651
|
}
|
|
40626
|
-
const
|
|
40652
|
+
const KM = `qik vue ui ${fu}`,
|
|
40627
40653
|
Ll = {
|
|
40628
40654
|
FlexColumn: Oc,
|
|
40629
40655
|
FlexBody: Dc,
|
|
@@ -40665,13 +40691,13 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40665
40691
|
UxSpinner: un,
|
|
40666
40692
|
ProgressBar: el,
|
|
40667
40693
|
UxProgressBar: el,
|
|
40668
|
-
UxModal:
|
|
40694
|
+
UxModal: tM,
|
|
40669
40695
|
Compile: Ja,
|
|
40670
40696
|
},
|
|
40671
|
-
|
|
40697
|
+
nI = {
|
|
40672
40698
|
install(e, t) {
|
|
40673
40699
|
var n;
|
|
40674
|
-
console.log(
|
|
40700
|
+
console.log(KM),
|
|
40675
40701
|
(t.date = oe),
|
|
40676
40702
|
(t.global = t.global || Rt({})),
|
|
40677
40703
|
((n = t.global) != null && n.cacheKeys) ||
|
|
@@ -40691,7 +40717,7 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40691
40717
|
(s.model = s.model || {}),
|
|
40692
40718
|
(s.fields = r),
|
|
40693
40719
|
t.modal({
|
|
40694
|
-
component:
|
|
40720
|
+
component: SM,
|
|
40695
40721
|
options: s,
|
|
40696
40722
|
})
|
|
40697
40723
|
);
|
|
@@ -40702,7 +40728,7 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40702
40728
|
(s.type = r),
|
|
40703
40729
|
(s.model = s.model || []),
|
|
40704
40730
|
t.modal({
|
|
40705
|
-
component:
|
|
40731
|
+
component: DM,
|
|
40706
40732
|
options: s,
|
|
40707
40733
|
})
|
|
40708
40734
|
);
|
|
@@ -40722,7 +40748,7 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40722
40748
|
);
|
|
40723
40749
|
}
|
|
40724
40750
|
return t.modal({
|
|
40725
|
-
component:
|
|
40751
|
+
component: NM,
|
|
40726
40752
|
options: r,
|
|
40727
40753
|
});
|
|
40728
40754
|
}),
|
|
@@ -40731,7 +40757,7 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40731
40757
|
(s = s || {}),
|
|
40732
40758
|
(s.title = r),
|
|
40733
40759
|
t.modal({
|
|
40734
|
-
component:
|
|
40760
|
+
component: oM,
|
|
40735
40761
|
options: s,
|
|
40736
40762
|
})
|
|
40737
40763
|
);
|
|
@@ -40740,7 +40766,7 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40740
40766
|
return (
|
|
40741
40767
|
(l = l || {}),
|
|
40742
40768
|
t.modal({
|
|
40743
|
-
component:
|
|
40769
|
+
component: _M,
|
|
40744
40770
|
options: {
|
|
40745
40771
|
title: s,
|
|
40746
40772
|
description: i,
|
|
@@ -40766,9 +40792,9 @@ const YM = `qik vue ui ${fu}`,
|
|
|
40766
40792
|
export {
|
|
40767
40793
|
Qs as Avatar,
|
|
40768
40794
|
v2 as CodeEditor,
|
|
40769
|
-
|
|
40795
|
+
JF as ContentBrowser,
|
|
40770
40796
|
Pv as DateRange,
|
|
40771
|
-
|
|
40797
|
+
tI as Device,
|
|
40772
40798
|
tS as FileDrop,
|
|
40773
40799
|
Dc as FlexBody,
|
|
40774
40800
|
Rc as FlexCell,
|
|
@@ -40781,13 +40807,13 @@ export {
|
|
|
40781
40807
|
ia as Item,
|
|
40782
40808
|
_n as ModalMixin,
|
|
40783
40809
|
gt as NativeSelect,
|
|
40784
|
-
|
|
40810
|
+
QM as Pager,
|
|
40785
40811
|
Xc as Panel,
|
|
40786
40812
|
nf as PanelBody,
|
|
40787
40813
|
cf as PanelFooter,
|
|
40788
40814
|
of as PanelHeader,
|
|
40789
40815
|
el as ProgressBar,
|
|
40790
|
-
|
|
40816
|
+
nI as QikUI,
|
|
40791
40817
|
Pg as RememberScrollMixin,
|
|
40792
40818
|
J1 as ScopeSelect,
|
|
40793
40819
|
tk as ScopeSelectButton,
|
|
@@ -40820,12 +40846,12 @@ export {
|
|
|
40820
40846
|
Gg as UXTable,
|
|
40821
40847
|
am as UXTabset,
|
|
40822
40848
|
bv as UXVideo,
|
|
40823
|
-
|
|
40824
|
-
|
|
40825
|
-
|
|
40826
|
-
|
|
40827
|
-
|
|
40828
|
-
|
|
40829
|
-
|
|
40849
|
+
eI as UploadService,
|
|
40850
|
+
oM as UxConfirmModal,
|
|
40851
|
+
DM as UxContentModal,
|
|
40852
|
+
tM as UxModal,
|
|
40853
|
+
_M as UxOptionsModal,
|
|
40854
|
+
SM as UxPromptModal,
|
|
40855
|
+
NM as UxScopeModal,
|
|
40830
40856
|
};
|
|
40831
40857
|
//# sourceMappingURL=lib.es.js.map
|