@dynamicforms/vuetify-inputs 0.6.4 → 0.6.6
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/dynamicforms-vuetify-inputs.css +1 -1
- package/dist/dynamicforms-vuetify-inputs.js +742 -713
- package/dist/dynamicforms-vuetify-inputs.js.map +1 -1
- package/dist/dynamicforms-vuetify-inputs.umd.cjs +13 -13
- package/dist/dynamicforms-vuetify-inputs.umd.cjs.map +1 -1
- package/dist/index.d.ts +24 -0
- package/package.json +1 -1
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
var
|
|
1
|
+
var ot = Object.defineProperty, at = Object.defineProperties;
|
|
2
2
|
var lt = Object.getOwnPropertyDescriptors;
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
var $e = Object.getOwnPropertySymbols;
|
|
4
|
+
var rt = Object.prototype.hasOwnProperty, it = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Te = (e, t, n) => t in e ? ot(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, x = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
|
|
7
|
+
rt.call(t, n) && Te(e, n, t[n]);
|
|
8
|
+
if ($e)
|
|
9
|
+
for (var n of $e(t))
|
|
10
|
+
it.call(t, n) && Te(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
14
|
-
var ge = (e, t, n) => new Promise((
|
|
12
|
+
}, U = (e, t) => at(e, lt(t));
|
|
13
|
+
var Ae = (e, t, n) => Te(e, typeof t != "symbol" ? t + "" : t, n);
|
|
14
|
+
var ge = (e, t, n) => new Promise((a, l) => {
|
|
15
15
|
var r = (i) => {
|
|
16
16
|
try {
|
|
17
17
|
p(n.next(i));
|
|
18
18
|
} catch (d) {
|
|
19
|
-
|
|
19
|
+
l(d);
|
|
20
20
|
}
|
|
21
21
|
}, s = (i) => {
|
|
22
22
|
try {
|
|
23
23
|
p(n.throw(i));
|
|
24
24
|
} catch (d) {
|
|
25
|
-
|
|
25
|
+
l(d);
|
|
26
26
|
}
|
|
27
|
-
}, p = (i) => i.done ?
|
|
27
|
+
}, p = (i) => i.done ? a(i.value) : Promise.resolve(i.value).then(r, s);
|
|
28
28
|
p((n = n.apply(e, t)).next());
|
|
29
29
|
});
|
|
30
|
-
import * as
|
|
31
|
-
import { defineComponent as O, mergeModels as
|
|
32
|
-
import { debounce as
|
|
30
|
+
import * as Ne from "vue";
|
|
31
|
+
import { defineComponent as O, mergeModels as Me, useModel as st, ref as M, watch as ue, onMounted as Xe, markRaw as ut, onBeforeUnmount as Ge, createBlock as P, openBlock as V, resolveDynamicComponent as he, version as ct, isRef as oe, computed as w, resolveComponent as N, createElementBlock as W, normalizeClass as q, createCommentVNode as H, Fragment as De, unref as o, createTextVNode as dt, toDisplayString as Se, inject as _e, h as we, createSlots as Pe, withCtx as g, createVNode as I, renderSlot as se, normalizeProps as ee, guardReactiveProps as te, createElementVNode as ae, renderList as mt, withModifiers as pt, mergeDefaults as Y, mergeProps as R, normalizeStyle as qe, toRefs as je, withKeys as Le, useCssVars as ft, nextTick as Fe } from "vue";
|
|
32
|
+
import { debounce as vt, isString as ne, isEmpty as ve, isObjectLike as ht, isBoolean as Ue, clone as bt, toNumber as He, isNaN as Oe, isArray as Re, castArray as Ye, first as Qe, unionBy as gt } from "lodash-es";
|
|
33
33
|
import { CachedIcon as be } from "vue-cached-icon";
|
|
34
|
-
import We, { MdString as
|
|
35
|
-
import
|
|
36
|
-
import { useDisplay as
|
|
37
|
-
import { format as
|
|
38
|
-
import { AccessibilityHelp as jt, Alignment as
|
|
39
|
-
import { VAutocomplete as
|
|
40
|
-
import { VBtn as
|
|
41
|
-
import { VCheckbox as
|
|
42
|
-
import { VChip as
|
|
43
|
-
import { VCombobox as
|
|
44
|
-
import { VColorPicker as
|
|
45
|
-
import { VConfirmEdit as
|
|
46
|
-
import { VDatePicker as
|
|
47
|
-
import { VField as
|
|
48
|
-
import { VFileInput as
|
|
49
|
-
import { VCol as
|
|
50
|
-
import { VIcon as
|
|
51
|
-
import { VImg as
|
|
52
|
-
import { VInput as
|
|
53
|
-
import { VListItem as
|
|
54
|
-
import { VMenu as
|
|
34
|
+
import We, { MdString as wt, ValidationErrorRenderContent as yt, DisplayMode as X, Action as kt } from "@dynamicforms/vue-forms";
|
|
35
|
+
import Ze from "vue-markdown-render";
|
|
36
|
+
import { useDisplay as Vt } from "vuetify";
|
|
37
|
+
import { format as me, parse as Ct } from "date-fns";
|
|
38
|
+
import { AccessibilityHelp as jt, Alignment as Tt, AutoImage as _t, AutoLink as Bt, Autosave as It, BalloonToolbar as Dt, BlockQuote as Pt, Bold as St, CloudServices as xt, Essentials as Et, GeneralHtmlSupport as $t, Heading as At, HorizontalLine as Nt, ImageBlock as Mt, ImageCaption as Lt, ImageInline as Ft, ImageInsertViaUrl as Ut, ImageResize as Ht, ImageStyle as Ot, ImageToolbar as Rt, ImageUpload as Wt, Indent as zt, IndentBlock as Kt, Italic as Xt, Link as Gt, List as qt, Autoformat as Yt, MediaEmbed as Qt, Paragraph as Zt, PasteFromMarkdownExperimental as Jt, PasteFromOffice as en, SelectAll as tn, Style as nn, Table as on, TableCellProperties as an, TableColumnResize as ln, TableProperties as rn, TableToolbar as sn, Undo as un, TextTransformation as cn, Base64UploadAdapter as dn, ClassicEditor as mn } from "ckeditor5";
|
|
39
|
+
import { VAutocomplete as pn } from "vuetify/components/VAutocomplete";
|
|
40
|
+
import { VBtn as fn } from "vuetify/components/VBtn";
|
|
41
|
+
import { VCheckbox as vn } from "vuetify/components/VCheckbox";
|
|
42
|
+
import { VChip as hn } from "vuetify/components/VChip";
|
|
43
|
+
import { VCombobox as bn } from "vuetify/components/VCombobox";
|
|
44
|
+
import { VColorPicker as gn } from "vuetify/components/VColorPicker";
|
|
45
|
+
import { VConfirmEdit as wn } from "vuetify/components/VConfirmEdit";
|
|
46
|
+
import { VDatePicker as yn } from "vuetify/components/VDatePicker";
|
|
47
|
+
import { VField as kn } from "vuetify/components/VField";
|
|
48
|
+
import { VFileInput as Vn } from "vuetify/components/VFileInput";
|
|
49
|
+
import { VCol as Cn, VRow as jn } from "vuetify/components/VGrid";
|
|
50
|
+
import { VIcon as Tn } from "vuetify/components/VIcon";
|
|
51
|
+
import { VImg as _n } from "vuetify/components/VImg";
|
|
52
|
+
import { VInput as Bn } from "vuetify/components/VInput";
|
|
53
|
+
import { VListItem as In } from "vuetify/components/VList";
|
|
54
|
+
import { VMenu as Dn } from "vuetify/components/VMenu";
|
|
55
55
|
import { VNumberInput as Pn } from "vuetify/components/VNumberInput";
|
|
56
|
-
import { VProgressLinear as
|
|
56
|
+
import { VProgressLinear as Sn } from "vuetify/components/VProgressLinear";
|
|
57
57
|
import { VSelect as xn } from "vuetify/components/VSelect";
|
|
58
|
-
import { VSwitch as
|
|
59
|
-
import { VTextarea as
|
|
60
|
-
import { VTextField as
|
|
61
|
-
import { VTimePicker as
|
|
58
|
+
import { VSwitch as En } from "vuetify/components/VSwitch";
|
|
59
|
+
import { VTextarea as $n } from "vuetify/components/VTextarea";
|
|
60
|
+
import { VTextField as An } from "vuetify/components/VTextField";
|
|
61
|
+
import { VTimePicker as Nn } from "vuetify/components/VTimePicker";
|
|
62
62
|
/**
|
|
63
63
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
64
64
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
@@ -72,12 +72,12 @@ new Array(256).fill("").map((e, t) => ("0" + t.toString(16)).slice(-2));
|
|
|
72
72
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
73
73
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
74
74
|
*/
|
|
75
|
-
function
|
|
75
|
+
function Mn(e, t) {
|
|
76
76
|
const n = e.extraPlugins || [];
|
|
77
|
-
return
|
|
77
|
+
return U(x({}, e), {
|
|
78
78
|
extraPlugins: [
|
|
79
79
|
...n,
|
|
80
|
-
...t.filter((
|
|
80
|
+
...t.filter((a) => !n.includes(a))
|
|
81
81
|
]
|
|
82
82
|
});
|
|
83
83
|
}
|
|
@@ -85,41 +85,41 @@ function Nn(e, t) {
|
|
|
85
85
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
86
86
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
87
87
|
*/
|
|
88
|
-
function
|
|
88
|
+
function Je(e) {
|
|
89
89
|
return !!e && /^\d+\.\d+\.\d+/.test(e);
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
93
93
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
94
94
|
*/
|
|
95
|
-
function
|
|
95
|
+
function et(e) {
|
|
96
96
|
return e ? ["nightly", "alpha", "internal", "nightly-", "staging"].some((t) => e.includes(t)) : !1;
|
|
97
97
|
}
|
|
98
|
-
function
|
|
99
|
-
return
|
|
98
|
+
function Ln(e) {
|
|
99
|
+
return Je(e) || et(e);
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
103
103
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
104
104
|
*/
|
|
105
|
-
function
|
|
106
|
-
if (!
|
|
105
|
+
function Fn(e) {
|
|
106
|
+
if (!Je(e))
|
|
107
107
|
throw new Error(`Invalid semantic version: ${e || "<blank>"}.`);
|
|
108
|
-
const [t, n,
|
|
108
|
+
const [t, n, a] = e.split(".");
|
|
109
109
|
return {
|
|
110
110
|
major: Number.parseInt(t, 10),
|
|
111
111
|
minor: Number.parseInt(n, 10),
|
|
112
|
-
patch: Number.parseInt(
|
|
112
|
+
patch: Number.parseInt(a, 10)
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
117
117
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
118
118
|
*/
|
|
119
|
-
function
|
|
120
|
-
if (
|
|
119
|
+
function Un(e) {
|
|
120
|
+
if (et(e))
|
|
121
121
|
return 3;
|
|
122
|
-
const { major: t } =
|
|
122
|
+
const { major: t } = Fn(e);
|
|
123
123
|
switch (!0) {
|
|
124
124
|
case t >= 44:
|
|
125
125
|
return 3;
|
|
@@ -133,9 +133,9 @@ function Ln(e) {
|
|
|
133
133
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
134
134
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
135
135
|
*/
|
|
136
|
-
function
|
|
136
|
+
function Hn() {
|
|
137
137
|
const { CKEDITOR_VERSION: e, CKEDITOR: t } = window;
|
|
138
|
-
return
|
|
138
|
+
return Ln(e) ? {
|
|
139
139
|
source: t ? "cdn" : "npm",
|
|
140
140
|
version: e
|
|
141
141
|
} : null;
|
|
@@ -145,14 +145,14 @@ function Un() {
|
|
|
145
145
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
146
146
|
*/
|
|
147
147
|
function On() {
|
|
148
|
-
const e =
|
|
149
|
-
return e ?
|
|
148
|
+
const e = Hn();
|
|
149
|
+
return e ? Un(e.version) : null;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
153
153
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
154
154
|
*/
|
|
155
|
-
function
|
|
155
|
+
function tt(e, t) {
|
|
156
156
|
switch (t || (t = On() || void 0), t) {
|
|
157
157
|
case 1:
|
|
158
158
|
case 2:
|
|
@@ -168,8 +168,8 @@ function et(e, t) {
|
|
|
168
168
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
169
169
|
*/
|
|
170
170
|
function Rn(e, t) {
|
|
171
|
-
return function(
|
|
172
|
-
|
|
171
|
+
return function(a) {
|
|
172
|
+
tt(a.config.get("licenseKey")) || a.on("collectUsageData", (l, { setUsageData: r }) => {
|
|
173
173
|
r(`integration.${e}`, t);
|
|
174
174
|
});
|
|
175
175
|
};
|
|
@@ -182,7 +182,7 @@ const Wn = Rn(
|
|
|
182
182
|
"vue",
|
|
183
183
|
{
|
|
184
184
|
version: "7.3.0",
|
|
185
|
-
frameworkVersion:
|
|
185
|
+
frameworkVersion: ct
|
|
186
186
|
}
|
|
187
187
|
);
|
|
188
188
|
/**
|
|
@@ -190,7 +190,7 @@ const Wn = Rn(
|
|
|
190
190
|
* For licensing, see LICENSE.md.
|
|
191
191
|
*/
|
|
192
192
|
function zn(e) {
|
|
193
|
-
return
|
|
193
|
+
return tt(e.licenseKey) ? e : Mn(e, [
|
|
194
194
|
/**
|
|
195
195
|
* This part of the code is not executed in open-source implementations using a GPL key.
|
|
196
196
|
* It only runs when a specific license key is provided. If you are uncertain whether
|
|
@@ -199,10 +199,10 @@ function zn(e) {
|
|
|
199
199
|
Wn
|
|
200
200
|
]);
|
|
201
201
|
}
|
|
202
|
-
const
|
|
202
|
+
const Be = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Kn = 300, Xn = /* @__PURE__ */ O({
|
|
203
203
|
name: "CKEditor",
|
|
204
204
|
__name: "ckeditor",
|
|
205
|
-
props: /* @__PURE__ */
|
|
205
|
+
props: /* @__PURE__ */ Me({
|
|
206
206
|
editor: {},
|
|
207
207
|
config: { default: () => ({}) },
|
|
208
208
|
tagName: { default: "div" },
|
|
@@ -212,16 +212,16 @@ const _e = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Hn = 300, Kn =
|
|
|
212
212
|
modelValue: { type: String, default: "" },
|
|
213
213
|
modelModifiers: {}
|
|
214
214
|
}),
|
|
215
|
-
emits: /* @__PURE__ */
|
|
215
|
+
emits: /* @__PURE__ */ Me(["ready", "destroy", "blur", "focus", "input", "update:modelValue"], ["update:modelValue"]),
|
|
216
216
|
setup(e, { expose: t, emit: n }) {
|
|
217
|
-
const
|
|
217
|
+
const a = st(e, "modelValue"), l = e, r = n, s = M(), p = M(), i = M();
|
|
218
218
|
t({
|
|
219
219
|
instance: p,
|
|
220
220
|
lastEditorData: i
|
|
221
|
-
}),
|
|
221
|
+
}), ue(a, (m) => {
|
|
222
222
|
p.value && m !== i.value && p.value.data.set(m);
|
|
223
|
-
}),
|
|
224
|
-
m ? p.value.enableReadOnlyMode(
|
|
223
|
+
}), ue(() => l.disabled, (m) => {
|
|
224
|
+
m ? p.value.enableReadOnlyMode(Be) : p.value.disableReadOnlyMode(Be);
|
|
225
225
|
});
|
|
226
226
|
function d() {
|
|
227
227
|
const m = window.CKEDITOR_VERSION;
|
|
@@ -231,30 +231,30 @@ const _e = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Hn = 300, Kn =
|
|
|
231
231
|
b >= 42 || m.startsWith("0.0.0") || console.warn("The <CKEditor> component requires using CKEditor 5 in version 42+ or nightly build.");
|
|
232
232
|
}
|
|
233
233
|
function v(m) {
|
|
234
|
-
const b =
|
|
235
|
-
if (
|
|
234
|
+
const b = vt((c) => {
|
|
235
|
+
if (l.disableTwoWayDataBinding)
|
|
236
236
|
return;
|
|
237
237
|
const T = i.value = m.data.get();
|
|
238
238
|
r("update:modelValue", T, c, m), r("input", T, c, m);
|
|
239
|
-
},
|
|
239
|
+
}, Kn, { leading: !0 });
|
|
240
240
|
m.model.document.on("change:data", b), m.editing.view.document.on("focus", (c) => {
|
|
241
241
|
r("focus", c, m);
|
|
242
242
|
}), m.editing.view.document.on("blur", (c) => {
|
|
243
243
|
r("blur", c, m);
|
|
244
244
|
});
|
|
245
245
|
}
|
|
246
|
-
return d(),
|
|
246
|
+
return d(), Xe(() => {
|
|
247
247
|
const m = zn(
|
|
248
|
-
Object.assign({},
|
|
248
|
+
Object.assign({}, l.config)
|
|
249
249
|
);
|
|
250
|
-
|
|
251
|
-
p.value =
|
|
250
|
+
a.value && (m.initialData = a.value), l.editor.create(s.value, m).then((b) => {
|
|
251
|
+
p.value = ut(b), v(b), a.value !== m.initialData && b.data.set(a.value), l.disabled && b.enableReadOnlyMode(Be), r("ready", b);
|
|
252
252
|
}).catch((b) => {
|
|
253
253
|
console.error(b);
|
|
254
254
|
});
|
|
255
|
-
}),
|
|
255
|
+
}), Ge(() => {
|
|
256
256
|
p.value && (p.value.destroy(), p.value = void 0), r("destroy");
|
|
257
|
-
}), (m, b) => (V(),
|
|
257
|
+
}), (m, b) => (V(), P(he(m.tagName), {
|
|
258
258
|
ref_key: "element",
|
|
259
259
|
ref: s
|
|
260
260
|
}, null, 512));
|
|
@@ -265,24 +265,24 @@ const _e = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Hn = 300, Kn =
|
|
|
265
265
|
* For licensing, see LICENSE.md.
|
|
266
266
|
*/
|
|
267
267
|
/* istanbul ignore if -- @preserve */
|
|
268
|
-
if (!
|
|
268
|
+
if (!Ne.version || !Ne.version.startsWith("3."))
|
|
269
269
|
throw new Error(
|
|
270
270
|
"The CKEditor plugin works only with Vue 3+. For more information, please refer to https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs-v3.html"
|
|
271
271
|
);
|
|
272
|
-
const
|
|
272
|
+
const Gn = {
|
|
273
273
|
/**
|
|
274
274
|
* Installs the plugin, registering the `<ckeditor>` component.
|
|
275
275
|
*
|
|
276
276
|
* @param app The application instance.
|
|
277
277
|
*/
|
|
278
278
|
install(e) {
|
|
279
|
-
e.component("Ckeditor",
|
|
279
|
+
e.component("Ckeditor", Xn);
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
|
-
function
|
|
282
|
+
function qn(e) {
|
|
283
283
|
return e.one !== void 0;
|
|
284
284
|
}
|
|
285
|
-
const
|
|
285
|
+
const Yn = {
|
|
286
286
|
lessThanXSeconds: {
|
|
287
287
|
present: {
|
|
288
288
|
one: "manj kot {{count}} sekunda",
|
|
@@ -559,7 +559,7 @@ const qn = {
|
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
};
|
|
562
|
-
function
|
|
562
|
+
function Qn(e) {
|
|
563
563
|
switch (e % 100) {
|
|
564
564
|
case 1:
|
|
565
565
|
return "one";
|
|
@@ -572,53 +572,53 @@ function Yn(e) {
|
|
|
572
572
|
return "other";
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
const
|
|
576
|
-
let
|
|
577
|
-
n != null && n.addSuffix && (n.comparison && n.comparison > 0 ? (
|
|
578
|
-
const r =
|
|
575
|
+
const Zn = (e, t, n) => {
|
|
576
|
+
let a = "", l = "present";
|
|
577
|
+
n != null && n.addSuffix && (n.comparison && n.comparison > 0 ? (l = "future", a = "čez ") : (l = "past", a = "pred "));
|
|
578
|
+
const r = Yn[e];
|
|
579
579
|
if (typeof r == "string")
|
|
580
|
-
|
|
580
|
+
a += r;
|
|
581
581
|
else {
|
|
582
|
-
const s =
|
|
583
|
-
|
|
582
|
+
const s = Qn(t);
|
|
583
|
+
qn(r) ? a += r[s].replace("{{count}}", String(t)) : a += r[l][s].replace("{{count}}", String(t));
|
|
584
584
|
}
|
|
585
|
-
return
|
|
585
|
+
return a;
|
|
586
586
|
};
|
|
587
|
-
function
|
|
587
|
+
function Ie(e) {
|
|
588
588
|
return (t = {}) => {
|
|
589
589
|
const n = t.width ? String(t.width) : e.defaultWidth;
|
|
590
590
|
return e.formats[n] || e.formats[e.defaultWidth];
|
|
591
591
|
};
|
|
592
592
|
}
|
|
593
|
-
const
|
|
593
|
+
const Jn = {
|
|
594
594
|
full: "EEEE, dd. MMMM y",
|
|
595
595
|
long: "dd. MMMM y",
|
|
596
596
|
medium: "d. MMM y",
|
|
597
597
|
short: "d. MM. yy"
|
|
598
|
-
},
|
|
598
|
+
}, eo = {
|
|
599
599
|
full: "HH:mm:ss zzzz",
|
|
600
600
|
long: "HH:mm:ss z",
|
|
601
601
|
medium: "HH:mm:ss",
|
|
602
602
|
short: "HH:mm"
|
|
603
|
-
},
|
|
603
|
+
}, to = {
|
|
604
604
|
full: "{{date}} {{time}}",
|
|
605
605
|
long: "{{date}} {{time}}",
|
|
606
606
|
medium: "{{date}} {{time}}",
|
|
607
607
|
short: "{{date}} {{time}}"
|
|
608
|
-
},
|
|
609
|
-
date:
|
|
610
|
-
formats: Zn,
|
|
611
|
-
defaultWidth: "full"
|
|
612
|
-
}),
|
|
613
|
-
time: Be({
|
|
608
|
+
}, no = {
|
|
609
|
+
date: Ie({
|
|
614
610
|
formats: Jn,
|
|
615
611
|
defaultWidth: "full"
|
|
616
612
|
}),
|
|
617
|
-
|
|
613
|
+
time: Ie({
|
|
618
614
|
formats: eo,
|
|
619
615
|
defaultWidth: "full"
|
|
616
|
+
}),
|
|
617
|
+
dateTime: Ie({
|
|
618
|
+
formats: to,
|
|
619
|
+
defaultWidth: "full"
|
|
620
620
|
})
|
|
621
|
-
},
|
|
621
|
+
}, oo = {
|
|
622
622
|
lastWeek: (e) => {
|
|
623
623
|
switch (e.getDay()) {
|
|
624
624
|
case 0:
|
|
@@ -647,34 +647,34 @@ const Zn = {
|
|
|
647
647
|
}
|
|
648
648
|
},
|
|
649
649
|
other: "P"
|
|
650
|
-
},
|
|
651
|
-
const
|
|
652
|
-
return typeof
|
|
650
|
+
}, ao = (e, t, n, a) => {
|
|
651
|
+
const l = oo[e];
|
|
652
|
+
return typeof l == "function" ? l(t) : l;
|
|
653
653
|
};
|
|
654
|
-
function
|
|
654
|
+
function pe(e) {
|
|
655
655
|
return (t, n) => {
|
|
656
|
-
const
|
|
657
|
-
let
|
|
658
|
-
if (
|
|
656
|
+
const a = n != null && n.context ? String(n.context) : "standalone";
|
|
657
|
+
let l;
|
|
658
|
+
if (a === "formatting" && e.formattingValues) {
|
|
659
659
|
const s = e.defaultFormattingWidth || e.defaultWidth, p = n != null && n.width ? String(n.width) : s;
|
|
660
|
-
|
|
660
|
+
l = e.formattingValues[p] || e.formattingValues[s];
|
|
661
661
|
} else {
|
|
662
662
|
const s = e.defaultWidth, p = n != null && n.width ? String(n.width) : e.defaultWidth;
|
|
663
|
-
|
|
663
|
+
l = e.values[p] || e.values[s];
|
|
664
664
|
}
|
|
665
665
|
const r = e.argumentCallback ? e.argumentCallback(t) : t;
|
|
666
|
-
return
|
|
666
|
+
return l[r];
|
|
667
667
|
};
|
|
668
668
|
}
|
|
669
669
|
const lo = {
|
|
670
670
|
narrow: ["pr. n. št.", "po n. št."],
|
|
671
671
|
abbreviated: ["pr. n. št.", "po n. št."],
|
|
672
672
|
wide: ["pred našim štetjem", "po našem štetju"]
|
|
673
|
-
},
|
|
673
|
+
}, ro = {
|
|
674
674
|
narrow: ["1", "2", "3", "4"],
|
|
675
675
|
abbreviated: ["1. čet.", "2. čet.", "3. čet.", "4. čet."],
|
|
676
676
|
wide: ["1. četrtletje", "2. četrtletje", "3. četrtletje", "4. četrtletje"]
|
|
677
|
-
},
|
|
677
|
+
}, io = {
|
|
678
678
|
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
|
679
679
|
abbreviated: [
|
|
680
680
|
"jan.",
|
|
@@ -704,7 +704,7 @@ const lo = {
|
|
|
704
704
|
"november",
|
|
705
705
|
"december"
|
|
706
706
|
]
|
|
707
|
-
},
|
|
707
|
+
}, so = {
|
|
708
708
|
narrow: ["n", "p", "t", "s", "č", "p", "s"],
|
|
709
709
|
short: ["ned.", "pon.", "tor.", "sre.", "čet.", "pet.", "sob."],
|
|
710
710
|
abbreviated: ["ned.", "pon.", "tor.", "sre.", "čet.", "pet.", "sob."],
|
|
@@ -717,7 +717,7 @@ const lo = {
|
|
|
717
717
|
"petek",
|
|
718
718
|
"sobota"
|
|
719
719
|
]
|
|
720
|
-
},
|
|
720
|
+
}, uo = {
|
|
721
721
|
narrow: {
|
|
722
722
|
am: "d",
|
|
723
723
|
pm: "p",
|
|
@@ -748,7 +748,7 @@ const lo = {
|
|
|
748
748
|
evening: "večer",
|
|
749
749
|
night: "noč"
|
|
750
750
|
}
|
|
751
|
-
},
|
|
751
|
+
}, co = {
|
|
752
752
|
narrow: {
|
|
753
753
|
am: "d",
|
|
754
754
|
pm: "p",
|
|
@@ -779,40 +779,40 @@ const lo = {
|
|
|
779
779
|
evening: "zvečer",
|
|
780
780
|
night: "ponoči"
|
|
781
781
|
}
|
|
782
|
-
},
|
|
783
|
-
ordinalNumber:
|
|
784
|
-
era:
|
|
782
|
+
}, mo = (e, t) => Number(e) + ".", po = {
|
|
783
|
+
ordinalNumber: mo,
|
|
784
|
+
era: pe({
|
|
785
785
|
values: lo,
|
|
786
786
|
defaultWidth: "wide"
|
|
787
787
|
}),
|
|
788
|
-
quarter:
|
|
789
|
-
values:
|
|
788
|
+
quarter: pe({
|
|
789
|
+
values: ro,
|
|
790
790
|
defaultWidth: "wide",
|
|
791
791
|
argumentCallback: (e) => e - 1
|
|
792
792
|
}),
|
|
793
|
-
month:
|
|
794
|
-
values: ro,
|
|
795
|
-
defaultWidth: "wide"
|
|
796
|
-
}),
|
|
797
|
-
day: me({
|
|
793
|
+
month: pe({
|
|
798
794
|
values: io,
|
|
799
795
|
defaultWidth: "wide"
|
|
800
796
|
}),
|
|
801
|
-
|
|
797
|
+
day: pe({
|
|
802
798
|
values: so,
|
|
799
|
+
defaultWidth: "wide"
|
|
800
|
+
}),
|
|
801
|
+
dayPeriod: pe({
|
|
802
|
+
values: uo,
|
|
803
803
|
defaultWidth: "wide",
|
|
804
|
-
formattingValues:
|
|
804
|
+
formattingValues: co,
|
|
805
805
|
defaultFormattingWidth: "wide"
|
|
806
806
|
})
|
|
807
807
|
};
|
|
808
|
-
function
|
|
808
|
+
function fe(e) {
|
|
809
809
|
return (t, n = {}) => {
|
|
810
|
-
const
|
|
810
|
+
const a = n.width, l = a && e.matchPatterns[a] || e.matchPatterns[e.defaultMatchWidth], r = t.match(l);
|
|
811
811
|
if (!r)
|
|
812
812
|
return null;
|
|
813
|
-
const s = r[0], p =
|
|
813
|
+
const s = r[0], p = a && e.parsePatterns[a] || e.parsePatterns[e.defaultParseWidth], i = Array.isArray(p) ? vo(p, (m) => m.test(s)) : (
|
|
814
814
|
// [TODO] -- I challenge you to fix the type
|
|
815
|
-
|
|
815
|
+
fo(p, (m) => m.test(s))
|
|
816
816
|
);
|
|
817
817
|
let d;
|
|
818
818
|
d = e.valueCallback ? e.valueCallback(i) : i, d = n.valueCallback ? (
|
|
@@ -823,40 +823,40 @@ function pe(e) {
|
|
|
823
823
|
return { value: d, rest: v };
|
|
824
824
|
};
|
|
825
825
|
}
|
|
826
|
-
function
|
|
826
|
+
function fo(e, t) {
|
|
827
827
|
for (const n in e)
|
|
828
828
|
if (Object.prototype.hasOwnProperty.call(e, n) && t(e[n]))
|
|
829
829
|
return n;
|
|
830
830
|
}
|
|
831
|
-
function
|
|
831
|
+
function vo(e, t) {
|
|
832
832
|
for (let n = 0; n < e.length; n++)
|
|
833
833
|
if (t(e[n]))
|
|
834
834
|
return n;
|
|
835
835
|
}
|
|
836
|
-
function
|
|
836
|
+
function ho(e) {
|
|
837
837
|
return (t, n = {}) => {
|
|
838
|
-
const
|
|
839
|
-
if (!
|
|
840
|
-
const
|
|
838
|
+
const a = t.match(e.matchPattern);
|
|
839
|
+
if (!a) return null;
|
|
840
|
+
const l = a[0], r = t.match(e.parsePattern);
|
|
841
841
|
if (!r) return null;
|
|
842
842
|
let s = e.valueCallback ? e.valueCallback(r[0]) : r[0];
|
|
843
843
|
s = n.valueCallback ? n.valueCallback(s) : s;
|
|
844
|
-
const p = t.slice(
|
|
844
|
+
const p = t.slice(l.length);
|
|
845
845
|
return { value: s, rest: p };
|
|
846
846
|
};
|
|
847
847
|
}
|
|
848
|
-
const
|
|
848
|
+
const bo = /^(\d+)\./i, go = /\d+/i, wo = {
|
|
849
849
|
abbreviated: /^(pr\. n\. št\.|po n\. št\.)/i,
|
|
850
850
|
wide: /^(pred Kristusom|pred na[sš]im [sš]tetjem|po Kristusu|po na[sš]em [sš]tetju|na[sš]ega [sš]tetja)/i
|
|
851
|
-
}, wo = {
|
|
852
|
-
any: [/^pr/i, /^(po|na[sš]em)/i]
|
|
853
851
|
}, yo = {
|
|
852
|
+
any: [/^pr/i, /^(po|na[sš]em)/i]
|
|
853
|
+
}, ko = {
|
|
854
854
|
narrow: /^[1234]/i,
|
|
855
855
|
abbreviated: /^[1234]\.\s?[čc]et\.?/i,
|
|
856
856
|
wide: /^[1234]\. [čc]etrtletje/i
|
|
857
|
-
}, ko = {
|
|
858
|
-
any: [/1/i, /2/i, /3/i, /4/i]
|
|
859
857
|
}, Vo = {
|
|
858
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
859
|
+
}, Co = {
|
|
860
860
|
narrow: /^[jfmasond]/i,
|
|
861
861
|
abbreviated: /^(jan\.|feb\.|mar\.|apr\.|maj|jun\.|jul\.|avg\.|sep\.|okt\.|nov\.|dec\.)/i,
|
|
862
862
|
wide: /^(januar|februar|marec|april|maj|junij|julij|avgust|september|oktober|november|december)/i
|
|
@@ -903,18 +903,18 @@ const ho = /^(\d+)\./i, bo = /\d+/i, go = {
|
|
|
903
903
|
/^n/i,
|
|
904
904
|
/^d/i
|
|
905
905
|
]
|
|
906
|
-
},
|
|
906
|
+
}, To = {
|
|
907
907
|
narrow: /^[nptsčc]/i,
|
|
908
908
|
short: /^(ned\.|pon\.|tor\.|sre\.|[cč]et\.|pet\.|sob\.)/i,
|
|
909
909
|
abbreviated: /^(ned\.|pon\.|tor\.|sre\.|[cč]et\.|pet\.|sob\.)/i,
|
|
910
910
|
wide: /^(nedelja|ponedeljek|torek|sreda|[cč]etrtek|petek|sobota)/i
|
|
911
|
-
},
|
|
911
|
+
}, _o = {
|
|
912
912
|
narrow: [/^n/i, /^p/i, /^t/i, /^s/i, /^[cč]/i, /^p/i, /^s/i],
|
|
913
913
|
any: [/^n/i, /^po/i, /^t/i, /^sr/i, /^[cč]/i, /^pe/i, /^so/i]
|
|
914
|
-
},
|
|
914
|
+
}, Bo = {
|
|
915
915
|
narrow: /^(d|po?|z?v|n|z?j|24\.00|12\.00)/i,
|
|
916
916
|
any: /^(dop\.|pop\.|o?poln(\.|o[cč]i?)|o?pold(\.|ne)|z?ve[cč](\.|er)|(po)?no[cč]i?|popold(ne|an)|jut(\.|ro)|zjut(\.|raj))/i
|
|
917
|
-
},
|
|
917
|
+
}, Io = {
|
|
918
918
|
narrow: {
|
|
919
919
|
am: /^d/i,
|
|
920
920
|
pm: /^p/i,
|
|
@@ -935,58 +935,58 @@ const ho = /^(\d+)\./i, bo = /\d+/i, go = {
|
|
|
935
935
|
evening: /^z?ve/i,
|
|
936
936
|
night: /(po)?no/i
|
|
937
937
|
}
|
|
938
|
-
},
|
|
939
|
-
ordinalNumber:
|
|
940
|
-
matchPattern:
|
|
941
|
-
parsePattern:
|
|
938
|
+
}, Do = {
|
|
939
|
+
ordinalNumber: ho({
|
|
940
|
+
matchPattern: bo,
|
|
941
|
+
parsePattern: go,
|
|
942
942
|
valueCallback: (e) => parseInt(e, 10)
|
|
943
943
|
}),
|
|
944
|
-
era:
|
|
945
|
-
matchPatterns:
|
|
944
|
+
era: fe({
|
|
945
|
+
matchPatterns: wo,
|
|
946
946
|
defaultMatchWidth: "wide",
|
|
947
|
-
parsePatterns:
|
|
947
|
+
parsePatterns: yo,
|
|
948
948
|
defaultParseWidth: "any"
|
|
949
949
|
}),
|
|
950
|
-
quarter:
|
|
951
|
-
matchPatterns:
|
|
950
|
+
quarter: fe({
|
|
951
|
+
matchPatterns: ko,
|
|
952
952
|
defaultMatchWidth: "wide",
|
|
953
|
-
parsePatterns:
|
|
953
|
+
parsePatterns: Vo,
|
|
954
954
|
defaultParseWidth: "any",
|
|
955
955
|
valueCallback: (e) => e + 1
|
|
956
956
|
}),
|
|
957
|
-
month:
|
|
958
|
-
matchPatterns:
|
|
957
|
+
month: fe({
|
|
958
|
+
matchPatterns: Co,
|
|
959
959
|
defaultMatchWidth: "wide",
|
|
960
960
|
parsePatterns: jo,
|
|
961
961
|
defaultParseWidth: "wide"
|
|
962
962
|
}),
|
|
963
|
-
day:
|
|
964
|
-
matchPatterns:
|
|
963
|
+
day: fe({
|
|
964
|
+
matchPatterns: To,
|
|
965
965
|
defaultMatchWidth: "wide",
|
|
966
|
-
parsePatterns:
|
|
966
|
+
parsePatterns: _o,
|
|
967
967
|
defaultParseWidth: "any"
|
|
968
968
|
}),
|
|
969
|
-
dayPeriod:
|
|
970
|
-
matchPatterns:
|
|
969
|
+
dayPeriod: fe({
|
|
970
|
+
matchPatterns: Bo,
|
|
971
971
|
defaultMatchWidth: "any",
|
|
972
|
-
parsePatterns:
|
|
972
|
+
parsePatterns: Io,
|
|
973
973
|
defaultParseWidth: "any"
|
|
974
974
|
})
|
|
975
975
|
}, Po = {
|
|
976
976
|
code: "sl",
|
|
977
|
-
formatDistance:
|
|
978
|
-
formatLong:
|
|
979
|
-
formatRelative:
|
|
980
|
-
localize:
|
|
981
|
-
match:
|
|
977
|
+
formatDistance: Zn,
|
|
978
|
+
formatLong: no,
|
|
979
|
+
formatRelative: ao,
|
|
980
|
+
localize: po,
|
|
981
|
+
match: Do,
|
|
982
982
|
options: {
|
|
983
983
|
weekStartsOn: 1,
|
|
984
984
|
firstWeekContainsDate: 1
|
|
985
985
|
}
|
|
986
|
-
},
|
|
987
|
-
dateTimeLocale:
|
|
986
|
+
}, So = {
|
|
987
|
+
dateTimeLocale: M(Po),
|
|
988
988
|
setDateTimeLocale(e) {
|
|
989
|
-
|
|
989
|
+
oe(e) ? this.dateTimeLocale = e : this.dateTimeLocale.value = e;
|
|
990
990
|
}
|
|
991
991
|
}, le = /* @__PURE__ */ O({
|
|
992
992
|
__name: "df-label",
|
|
@@ -997,51 +997,51 @@ const ho = /^(\d+)\./i, bo = /\d+/i, go = {
|
|
|
997
997
|
},
|
|
998
998
|
setup(e) {
|
|
999
999
|
const t = e, n = w(() => t.data ? t.data.label : t.label.text);
|
|
1000
|
-
return (
|
|
1001
|
-
const r =
|
|
1000
|
+
return (a, l) => {
|
|
1001
|
+
const r = N("v-img");
|
|
1002
1002
|
return V(), W("div", {
|
|
1003
|
-
class:
|
|
1003
|
+
class: q(["df-label", { "allow-wrap": a.allowWrap }])
|
|
1004
1004
|
}, [
|
|
1005
|
-
|
|
1006
|
-
|
|
1005
|
+
a.label.icon ? (V(), W(De, { key: 0 }, [
|
|
1006
|
+
a.label.iconComponent === "v-icon" ? (V(), P(o(be), {
|
|
1007
1007
|
key: 0,
|
|
1008
|
-
name:
|
|
1008
|
+
name: a.label.icon,
|
|
1009
1009
|
size: "1.25em"
|
|
1010
|
-
}, null, 8, ["name"])) :
|
|
1010
|
+
}, null, 8, ["name"])) : a.label.iconComponent === "v-img" ? (V(), P(r, {
|
|
1011
1011
|
key: 1,
|
|
1012
1012
|
class: "icon",
|
|
1013
|
-
src:
|
|
1014
|
-
}, null, 8, ["src"])) : (V(),
|
|
1013
|
+
src: a.label.icon
|
|
1014
|
+
}, null, 8, ["src"])) : (V(), P(he(a.label.iconComponent), {
|
|
1015
1015
|
key: 2,
|
|
1016
|
-
src:
|
|
1016
|
+
src: a.label.icon
|
|
1017
1017
|
}, null, 8, ["src"]))
|
|
1018
|
-
], 64)) :
|
|
1019
|
-
n.value instanceof o(
|
|
1018
|
+
], 64)) : H("", !0),
|
|
1019
|
+
n.value instanceof o(wt) ? (V(), P(o(Ze), {
|
|
1020
1020
|
key: 1,
|
|
1021
1021
|
class: "markdown",
|
|
1022
1022
|
source: n.value.toString(),
|
|
1023
1023
|
options: n.value.options,
|
|
1024
1024
|
plugins: n.value.plugins
|
|
1025
|
-
}, null, 8, ["source", "options", "plugins"])) : (V(), W(
|
|
1026
|
-
|
|
1025
|
+
}, null, 8, ["source", "options", "plugins"])) : (V(), W(De, { key: 2 }, [
|
|
1026
|
+
dt(Se(n.value), 1)
|
|
1027
1027
|
], 64))
|
|
1028
1028
|
], 2);
|
|
1029
1029
|
};
|
|
1030
1030
|
}
|
|
1031
|
-
}),
|
|
1031
|
+
}), nt = Symbol("vuetifyInputsSettingsKey");
|
|
1032
1032
|
class xo {
|
|
1033
|
-
constructor(t, n,
|
|
1034
|
-
this.text = t, this.icon = n, this.iconComponent =
|
|
1033
|
+
constructor(t, n, a = "v-icon") {
|
|
1034
|
+
this.text = t, this.icon = n, this.iconComponent = a;
|
|
1035
1035
|
}
|
|
1036
1036
|
}
|
|
1037
|
-
const
|
|
1038
|
-
function
|
|
1039
|
-
const n =
|
|
1037
|
+
const Q = { enabled: void 0, clearable: !0 };
|
|
1038
|
+
function G(e, t) {
|
|
1039
|
+
const n = _e(nt, {}), a = M(null), l = w({
|
|
1040
1040
|
get() {
|
|
1041
|
-
return e.control ? e.control.value : e.modelValue === void 0 ?
|
|
1041
|
+
return e.control ? e.control.value : e.modelValue === void 0 ? a.value : e.modelValue;
|
|
1042
1042
|
},
|
|
1043
1043
|
set(k) {
|
|
1044
|
-
e.control && (e.control.value = k), e.modelValue === void 0 && (
|
|
1044
|
+
e.control && (e.control.value = k), e.modelValue === void 0 && (a.value = k), t("update:modelValue", k);
|
|
1045
1045
|
}
|
|
1046
1046
|
});
|
|
1047
1047
|
if (e.control && !(e.control instanceof We.FieldBase))
|
|
@@ -1053,25 +1053,25 @@ function X(e, t) {
|
|
|
1053
1053
|
set(k) {
|
|
1054
1054
|
e.control.touched = k;
|
|
1055
1055
|
}
|
|
1056
|
-
}), s = e.control ? r :
|
|
1057
|
-
() => e.control ? e.control.errors : (e.errors || []).map((k) => new
|
|
1056
|
+
}), s = e.control ? r : M(!1), p = w(() => e.control ? e.control.valid : !0), i = w(
|
|
1057
|
+
() => e.control ? e.control.errors : (e.errors || []).map((k) => new yt(k))
|
|
1058
1058
|
), d = w(() => s.value && i.value.length > 0 ? " " : void 0), v = w(() => e.control ? e.control.enabled : e.enabled !== !1), m = w(
|
|
1059
1059
|
() => e.control ? e.control.visibility : e.visibility || We.DisplayMode.FULL
|
|
1060
1060
|
), b = w(
|
|
1061
|
-
() =>
|
|
1061
|
+
() => ne(e.label || "") ? new xo(e.label || "") : e.label
|
|
1062
1062
|
), c = w(() => e.placeholder || ""), T = w(() => e.helpText || ""), _ = w(() => e.hint || ""), y = w(() => e.cssClass || ""), h = w(
|
|
1063
1063
|
() => {
|
|
1064
|
-
var k,
|
|
1065
|
-
return (
|
|
1064
|
+
var k, C, F;
|
|
1065
|
+
return (F = (C = (k = e.density) != null ? k : _e("field-density", null)) != null ? C : n.defaultDensity) != null ? F : "default";
|
|
1066
1066
|
}
|
|
1067
|
-
), E = w(() => h.value === "inline" ? "default" : h.value),
|
|
1067
|
+
), E = w(() => h.value === "inline" ? "default" : h.value), L = w(
|
|
1068
1068
|
() => {
|
|
1069
|
-
var k,
|
|
1070
|
-
return (
|
|
1069
|
+
var k, C, F;
|
|
1070
|
+
return (F = (C = (k = e.variant) != null ? k : _e("field-variant", null)) != null ? C : n.defaultVariant) != null ? F : "underlined";
|
|
1071
1071
|
}
|
|
1072
1072
|
);
|
|
1073
1073
|
return {
|
|
1074
|
-
value:
|
|
1074
|
+
value: l,
|
|
1075
1075
|
valid: p,
|
|
1076
1076
|
enabled: v,
|
|
1077
1077
|
errors: i,
|
|
@@ -1082,11 +1082,11 @@ function X(e, t) {
|
|
|
1082
1082
|
densityClass: w(() => `df-density-${h.value}`),
|
|
1083
1083
|
vuetifyBindings: w(() => {
|
|
1084
1084
|
var k;
|
|
1085
|
-
return
|
|
1085
|
+
return x({
|
|
1086
1086
|
name: (k = e.control) == null ? void 0 : k.fieldName,
|
|
1087
1087
|
class: y.value,
|
|
1088
1088
|
density: E.value,
|
|
1089
|
-
variant:
|
|
1089
|
+
variant: L.value,
|
|
1090
1090
|
label: b.value.text,
|
|
1091
1091
|
messages: d.value,
|
|
1092
1092
|
errorMessages: d.value,
|
|
@@ -1094,7 +1094,7 @@ function X(e, t) {
|
|
|
1094
1094
|
readonly: !v.value,
|
|
1095
1095
|
disabled: !v.value,
|
|
1096
1096
|
placeholder: c.value,
|
|
1097
|
-
"persistent-placeholder": !
|
|
1097
|
+
"persistent-placeholder": !ve(c.value),
|
|
1098
1098
|
hint: _.value,
|
|
1099
1099
|
persistentHint: !0,
|
|
1100
1100
|
// we want persistent hint always
|
|
@@ -1105,7 +1105,7 @@ function X(e, t) {
|
|
|
1105
1105
|
})
|
|
1106
1106
|
};
|
|
1107
1107
|
}
|
|
1108
|
-
const
|
|
1108
|
+
const re = /* @__PURE__ */ O({
|
|
1109
1109
|
__name: "messages-widget",
|
|
1110
1110
|
props: {
|
|
1111
1111
|
errors: {},
|
|
@@ -1115,16 +1115,16 @@ const ae = /* @__PURE__ */ O({
|
|
|
1115
1115
|
setup(e) {
|
|
1116
1116
|
const t = e, n = () => {
|
|
1117
1117
|
if (t.message !== " ") return we("span", { class: t.classes }, t.message);
|
|
1118
|
-
const
|
|
1119
|
-
return t.errors.forEach((
|
|
1120
|
-
switch (
|
|
1118
|
+
const a = [];
|
|
1119
|
+
return t.errors.forEach((l) => {
|
|
1120
|
+
switch (l.componentName) {
|
|
1121
1121
|
case "template":
|
|
1122
|
-
|
|
1122
|
+
a.push(we("div", { class: t.classes }, l.componentBody));
|
|
1123
1123
|
break;
|
|
1124
1124
|
case "vue-markdown": {
|
|
1125
|
-
const r =
|
|
1126
|
-
|
|
1127
|
-
we(
|
|
1125
|
+
const r = l.componentBindings;
|
|
1126
|
+
a.push(
|
|
1127
|
+
we(Ze, {
|
|
1128
1128
|
class: [t.classes, "df-messages-widget-markdown"],
|
|
1129
1129
|
source: r.source,
|
|
1130
1130
|
options: r.options,
|
|
@@ -1134,16 +1134,16 @@ const ae = /* @__PURE__ */ O({
|
|
|
1134
1134
|
break;
|
|
1135
1135
|
}
|
|
1136
1136
|
default:
|
|
1137
|
-
|
|
1138
|
-
we(
|
|
1137
|
+
a.push(
|
|
1138
|
+
we(l.componentName, U(x({ class: t.classes }, l.componentBindings), { innerHTML: l.componentBody }))
|
|
1139
1139
|
);
|
|
1140
1140
|
break;
|
|
1141
1141
|
}
|
|
1142
|
-
}),
|
|
1142
|
+
}), a;
|
|
1143
1143
|
};
|
|
1144
|
-
return (
|
|
1144
|
+
return (a, l) => (V(), P(n));
|
|
1145
1145
|
}
|
|
1146
|
-
}),
|
|
1146
|
+
}), Eo = { class: "d-flex w-100 df-style-resetting" }, xe = /* @__PURE__ */ O({
|
|
1147
1147
|
__name: "input-base",
|
|
1148
1148
|
props: {
|
|
1149
1149
|
control: {},
|
|
@@ -1164,13 +1164,13 @@ const ae = /* @__PURE__ */ O({
|
|
|
1164
1164
|
},
|
|
1165
1165
|
emits: ["update:modelValue", "click:clear", "blur"],
|
|
1166
1166
|
setup(e, { emit: t }) {
|
|
1167
|
-
const n = e,
|
|
1167
|
+
const n = e, a = t, { errors: l, label: r, value: s, touched: p, visibility: i, vuetifyBindings: d } = G(n, a), v = w(() => !!(o(n.clearable) && o(s))), m = M(!1);
|
|
1168
1168
|
function b(c) {
|
|
1169
|
-
m.value = c, c || (p.value = !0,
|
|
1169
|
+
m.value = c, c || (p.value = !0, a("blur"));
|
|
1170
1170
|
}
|
|
1171
1171
|
return (c, T) => {
|
|
1172
|
-
const _ =
|
|
1173
|
-
return o(i) !== o(
|
|
1172
|
+
const _ = N("v-field"), y = N("v-input");
|
|
1173
|
+
return o(i) !== o(X).SUPPRESS ? (V(), P(y, {
|
|
1174
1174
|
key: 0,
|
|
1175
1175
|
name: o(d).name,
|
|
1176
1176
|
density: o(d).density,
|
|
@@ -1178,18 +1178,18 @@ const ae = /* @__PURE__ */ O({
|
|
|
1178
1178
|
"persistent-hint": o(d).persistentHint,
|
|
1179
1179
|
"hide-details": o(d).hideDetails,
|
|
1180
1180
|
"error-messages": o(d).errorMessages,
|
|
1181
|
-
class:
|
|
1181
|
+
class: q([
|
|
1182
1182
|
c.cssClass,
|
|
1183
1183
|
{
|
|
1184
|
-
"d-none": o(i) === o(
|
|
1185
|
-
invisible: o(i) === o(
|
|
1184
|
+
"d-none": o(i) === o(X).HIDDEN,
|
|
1185
|
+
invisible: o(i) === o(X).INVISIBLE
|
|
1186
1186
|
}
|
|
1187
1187
|
])
|
|
1188
1188
|
}, Pe({
|
|
1189
1189
|
message: g(({ message: h }) => [
|
|
1190
|
-
I(
|
|
1190
|
+
I(re, {
|
|
1191
1191
|
message: h,
|
|
1192
|
-
errors: o(
|
|
1192
|
+
errors: o(l)
|
|
1193
1193
|
}, null, 8, ["message", "errors"])
|
|
1194
1194
|
]),
|
|
1195
1195
|
default: g(() => [
|
|
@@ -1203,7 +1203,7 @@ const ae = /* @__PURE__ */ O({
|
|
|
1203
1203
|
dirty: !!o(s),
|
|
1204
1204
|
active: m.value,
|
|
1205
1205
|
loading: c.loading,
|
|
1206
|
-
"onClick:clear": T[0] || (T[0] = (h) =>
|
|
1206
|
+
"onClick:clear": T[0] || (T[0] = (h) => a("click:clear")),
|
|
1207
1207
|
"onUpdate:focused": T[1] || (T[1] = (h) => b(h))
|
|
1208
1208
|
}, Pe({
|
|
1209
1209
|
label: g((h) => [
|
|
@@ -1213,19 +1213,19 @@ const ae = /* @__PURE__ */ O({
|
|
|
1213
1213
|
}, null, 8, ["data", "label"])
|
|
1214
1214
|
]),
|
|
1215
1215
|
default: g((h) => [
|
|
1216
|
-
|
|
1217
|
-
|
|
1216
|
+
ae("div", Eo, [
|
|
1217
|
+
se(c.$slots, "default", ee(te(h)))
|
|
1218
1218
|
])
|
|
1219
1219
|
]),
|
|
1220
1220
|
loader: g((h) => [
|
|
1221
|
-
|
|
1221
|
+
se(c.$slots, "loader", ee(te(h)))
|
|
1222
1222
|
]),
|
|
1223
1223
|
_: 2
|
|
1224
1224
|
}, [
|
|
1225
1225
|
c.$slots["prepend-inner"] ? {
|
|
1226
1226
|
name: "prepend-inner",
|
|
1227
1227
|
fn: g((h) => [
|
|
1228
|
-
|
|
1228
|
+
se(c.$slots, "prepend-inner", ee(te(h)))
|
|
1229
1229
|
]),
|
|
1230
1230
|
key: "0"
|
|
1231
1231
|
} : void 0
|
|
@@ -1236,90 +1236,115 @@ const ae = /* @__PURE__ */ O({
|
|
|
1236
1236
|
c.$slots.prepend ? {
|
|
1237
1237
|
name: "prepend",
|
|
1238
1238
|
fn: g((h) => [
|
|
1239
|
-
|
|
1239
|
+
se(c.$slots, "prepend", ee(te(h)))
|
|
1240
1240
|
]),
|
|
1241
1241
|
key: "0"
|
|
1242
1242
|
} : void 0
|
|
1243
|
-
]), 1032, ["name", "density", "hint", "persistent-hint", "hide-details", "error-messages", "class"])) :
|
|
1243
|
+
]), 1032, ["name", "density", "hint", "persistent-hint", "hide-details", "error-messages", "class"])) : H("", !0);
|
|
1244
1244
|
};
|
|
1245
1245
|
}
|
|
1246
|
-
}),
|
|
1246
|
+
}), $ = {
|
|
1247
1247
|
Yes: "Yes",
|
|
1248
1248
|
No: "No",
|
|
1249
|
-
Close: "Close"
|
|
1249
|
+
Close: "Close",
|
|
1250
|
+
Paragraph: "Paragraph",
|
|
1251
|
+
Heading1: "Heading 1",
|
|
1252
|
+
Heading2: "Heading 2",
|
|
1253
|
+
Heading3: "Heading 3",
|
|
1254
|
+
Heading4: "Heading 4",
|
|
1255
|
+
Heading5: "Heading 5",
|
|
1256
|
+
Heading6: "Heading 6",
|
|
1257
|
+
Downloadable: "Downloadable",
|
|
1258
|
+
ArticleCategory: "Article category",
|
|
1259
|
+
Title: "Title",
|
|
1260
|
+
Subtitle: "Subtitle",
|
|
1261
|
+
InfoBox: "Info box",
|
|
1262
|
+
SideQuote: "Side quote",
|
|
1263
|
+
Marker: "Marker",
|
|
1264
|
+
Spoiler: "Spoiler",
|
|
1265
|
+
CodeDark: "Code (dark)",
|
|
1266
|
+
CodeBright: "Code (bright)"
|
|
1250
1267
|
};
|
|
1251
|
-
function
|
|
1252
|
-
Object.keys(
|
|
1253
|
-
|
|
1268
|
+
function Aa(e) {
|
|
1269
|
+
Object.keys($).forEach((t) => {
|
|
1270
|
+
const n = e(t);
|
|
1271
|
+
n != null && ($[t] = n);
|
|
1254
1272
|
});
|
|
1255
1273
|
}
|
|
1274
|
+
function Na(e, t) {
|
|
1275
|
+
Ve.language = e, Ve.translations = t;
|
|
1276
|
+
}
|
|
1277
|
+
const Ve = {
|
|
1278
|
+
language: "en",
|
|
1279
|
+
translations: void 0
|
|
1280
|
+
};
|
|
1256
1281
|
var z = /* @__PURE__ */ ((e) => (e[e.BUTTON = 0] = "BUTTON", e[e.TEXT = 1] = "TEXT", e))(z || {});
|
|
1257
1282
|
const ze = 0;
|
|
1258
1283
|
((e) => {
|
|
1259
|
-
function t(
|
|
1260
|
-
return
|
|
1284
|
+
function t(l) {
|
|
1285
|
+
return l.toUpperCase() === "BUTTON" ? 0 : l.toUpperCase() === "TEXT" ? 1 : ze;
|
|
1261
1286
|
}
|
|
1262
1287
|
e.fromString = t;
|
|
1263
|
-
function n(
|
|
1264
|
-
const r = typeof
|
|
1288
|
+
function n(l) {
|
|
1289
|
+
const r = typeof l == "number" ? l : e.fromString(l);
|
|
1265
1290
|
return Object.values(e).includes(r) ? r : ze;
|
|
1266
1291
|
}
|
|
1267
1292
|
e.fromAny = n;
|
|
1268
|
-
function l
|
|
1269
|
-
const r = typeof
|
|
1293
|
+
function a(l) {
|
|
1294
|
+
const r = typeof l == "number" ? l : e.fromString(l);
|
|
1270
1295
|
return Object.values(e).includes(r);
|
|
1271
1296
|
}
|
|
1272
|
-
e.isDefined =
|
|
1297
|
+
e.isDefined = a;
|
|
1273
1298
|
})(z || (z = {}));
|
|
1274
1299
|
Object.freeze(z);
|
|
1275
|
-
const
|
|
1276
|
-
class
|
|
1300
|
+
const Ke = ["xs", "sm", "md", "lg", "xl"];
|
|
1301
|
+
class $o {
|
|
1277
1302
|
constructor(t) {
|
|
1278
|
-
|
|
1279
|
-
this._value = this.cleanBreakpoint(t, !0), t &&
|
|
1280
|
-
const
|
|
1281
|
-
|
|
1303
|
+
Ae(this, "_value");
|
|
1304
|
+
this._value = this.cleanBreakpoint(t, !0), t && Ke.forEach((n) => {
|
|
1305
|
+
const a = this.cleanBreakpoint(t[n]);
|
|
1306
|
+
a && (this._value[n] = a);
|
|
1282
1307
|
});
|
|
1283
1308
|
}
|
|
1284
1309
|
getOptionsForBreakpoint(t) {
|
|
1285
|
-
const n = this.cleanBreakpoint(this._value),
|
|
1286
|
-
for (const
|
|
1287
|
-
const r = this._value[
|
|
1288
|
-
for (const s of
|
|
1310
|
+
const n = this.cleanBreakpoint(this._value), a = Object.keys(n);
|
|
1311
|
+
for (const l of Ke) {
|
|
1312
|
+
const r = this._value[l];
|
|
1313
|
+
for (const s of a)
|
|
1289
1314
|
(r == null ? void 0 : r[s]) != null && (n[s] = r[s]);
|
|
1290
|
-
if (
|
|
1315
|
+
if (l === t) break;
|
|
1291
1316
|
}
|
|
1292
1317
|
return n;
|
|
1293
1318
|
}
|
|
1294
1319
|
}
|
|
1295
|
-
function
|
|
1320
|
+
function Ao(e) {
|
|
1296
1321
|
return e.xlAndUp.value ? "xl" : e.lgAndUp.value ? "lg" : e.mdAndUp.value ? "md" : e.smAndUp.value ? "sm" : "xs";
|
|
1297
1322
|
}
|
|
1298
|
-
function
|
|
1299
|
-
const e =
|
|
1300
|
-
return w(() =>
|
|
1323
|
+
function No() {
|
|
1324
|
+
const e = Vt();
|
|
1325
|
+
return w(() => Ao(e));
|
|
1301
1326
|
}
|
|
1302
|
-
class
|
|
1327
|
+
class Mo extends $o {
|
|
1303
1328
|
cleanBreakpoint(t, n = !1) {
|
|
1304
|
-
if ((!t || !
|
|
1305
|
-
const
|
|
1306
|
-
return n && (
|
|
1329
|
+
if ((!t || !ht(t)) && !n) return null;
|
|
1330
|
+
const a = {};
|
|
1331
|
+
return n && (a.renderAs = z.BUTTON, a.showLabel = !0, a.showIcon = !0), t && (t.renderAs != null && (a.renderAs = z.fromAny(t.renderAs)), ne(t.label) && (a.label = t.label), ne(t.icon) && (a.icon = t.icon), Ue(t.showLabel) && (a.showLabel = t.showLabel), Ue(t.showIcon) && (a.showIcon = t.showIcon)), Object.keys(a).length ? a : null;
|
|
1307
1332
|
}
|
|
1308
1333
|
}
|
|
1309
|
-
class ke extends
|
|
1334
|
+
class ke extends kt {
|
|
1310
1335
|
static create(t) {
|
|
1311
1336
|
return super.create(t);
|
|
1312
1337
|
}
|
|
1313
1338
|
getBreakpointValue(t) {
|
|
1314
1339
|
return w(() => {
|
|
1315
|
-
const
|
|
1340
|
+
const a = new Mo(this.value).getOptionsForBreakpoint(t.value);
|
|
1316
1341
|
return {
|
|
1317
|
-
name:
|
|
1318
|
-
label:
|
|
1319
|
-
icon:
|
|
1320
|
-
renderAs:
|
|
1321
|
-
showLabel:
|
|
1322
|
-
showIcon:
|
|
1342
|
+
name: a.name,
|
|
1343
|
+
label: a.showLabel ? a.label : void 0,
|
|
1344
|
+
icon: a.showIcon ? a.icon : void 0,
|
|
1345
|
+
renderAs: a.renderAs,
|
|
1346
|
+
showLabel: ne(a.label) && !ve(a.label) ? a.showLabel : !1,
|
|
1347
|
+
showIcon: ne(a.icon) && !ve(a.icon) ? a.showIcon : !1
|
|
1323
1348
|
};
|
|
1324
1349
|
});
|
|
1325
1350
|
}
|
|
@@ -1330,67 +1355,67 @@ class ke extends yt {
|
|
|
1330
1355
|
return this.value.showLabel ? this.value.label : void 0;
|
|
1331
1356
|
}
|
|
1332
1357
|
get showLabel() {
|
|
1333
|
-
return
|
|
1358
|
+
return ne(this.value.label) && !ve(this.value.label) ? this.value.showLabel : !1;
|
|
1334
1359
|
}
|
|
1335
1360
|
get icon() {
|
|
1336
1361
|
return this.value.showIcon ? this.value.icon : void 0;
|
|
1337
1362
|
}
|
|
1338
1363
|
get showIcon() {
|
|
1339
|
-
return
|
|
1364
|
+
return ne(this.value.icon) && !ve(this.value.icon) ? this.value.showIcon : !1;
|
|
1340
1365
|
}
|
|
1341
1366
|
get renderAs() {
|
|
1342
1367
|
return this.value.renderAs;
|
|
1343
1368
|
}
|
|
1344
1369
|
static closeAction(t) {
|
|
1345
|
-
var
|
|
1346
|
-
const n =
|
|
1370
|
+
var a;
|
|
1371
|
+
const n = U(x({}, t != null ? t : {}), {
|
|
1347
1372
|
// any properties in data should overwrite properties in the constant
|
|
1348
1373
|
value: {
|
|
1349
1374
|
name: "close",
|
|
1350
|
-
label:
|
|
1375
|
+
label: $.Close,
|
|
1351
1376
|
icon: "close-outline",
|
|
1352
1377
|
renderAs: z.BUTTON,
|
|
1353
1378
|
showLabel: !0,
|
|
1354
1379
|
showIcon: !0
|
|
1355
1380
|
}
|
|
1356
1381
|
});
|
|
1357
|
-
return n.value =
|
|
1382
|
+
return n.value = x(x({}, n.value), (a = t == null ? void 0 : t.value) != null ? a : {}), ke.create(n);
|
|
1358
1383
|
}
|
|
1359
1384
|
static yesAction(t) {
|
|
1360
|
-
var
|
|
1361
|
-
const n =
|
|
1385
|
+
var a;
|
|
1386
|
+
const n = U(x({}, t != null ? t : {}), {
|
|
1362
1387
|
// any properties in data should overwrite properties in the constant
|
|
1363
1388
|
value: {
|
|
1364
1389
|
name: "yes",
|
|
1365
|
-
label:
|
|
1390
|
+
label: $.Yes,
|
|
1366
1391
|
icon: "thumbs-up-outline",
|
|
1367
1392
|
renderAs: z.BUTTON,
|
|
1368
1393
|
showLabel: !0,
|
|
1369
1394
|
showIcon: !0
|
|
1370
1395
|
}
|
|
1371
1396
|
});
|
|
1372
|
-
return n.value =
|
|
1397
|
+
return n.value = x(x({}, n.value), (a = t == null ? void 0 : t.value) != null ? a : {}), ke.create(n);
|
|
1373
1398
|
}
|
|
1374
1399
|
static noAction(t) {
|
|
1375
|
-
var
|
|
1376
|
-
const n =
|
|
1400
|
+
var a;
|
|
1401
|
+
const n = U(x({}, t != null ? t : {}), {
|
|
1377
1402
|
// any properties in data should overwrite properties in the constant
|
|
1378
1403
|
value: {
|
|
1379
1404
|
name: "no",
|
|
1380
|
-
label:
|
|
1405
|
+
label: $.No,
|
|
1381
1406
|
icon: "thumbs-down-outline",
|
|
1382
1407
|
renderAs: z.BUTTON,
|
|
1383
1408
|
showLabel: !0,
|
|
1384
1409
|
showIcon: !0
|
|
1385
1410
|
}
|
|
1386
1411
|
});
|
|
1387
|
-
return n.value =
|
|
1412
|
+
return n.value = x(x({}, n.value), (a = t == null ? void 0 : t.value) != null ? a : {}), ke.create(n);
|
|
1388
1413
|
}
|
|
1389
1414
|
}
|
|
1390
|
-
const
|
|
1415
|
+
const Lo = {
|
|
1391
1416
|
key: 1,
|
|
1392
1417
|
style: { width: "0.5rem" }
|
|
1393
|
-
},
|
|
1418
|
+
}, Fo = { key: 2 }, Uo = /* @__PURE__ */ O({
|
|
1394
1419
|
__name: "df-actions",
|
|
1395
1420
|
props: {
|
|
1396
1421
|
actions: {},
|
|
@@ -1398,43 +1423,43 @@ const Fo = {
|
|
|
1398
1423
|
showAsGroup: { default: "no" }
|
|
1399
1424
|
},
|
|
1400
1425
|
setup(e) {
|
|
1401
|
-
const t = e, n =
|
|
1402
|
-
() =>
|
|
1426
|
+
const t = e, n = No(), a = w(() => o(t.actions)), l = w(
|
|
1427
|
+
() => a.value.map((r) => x({
|
|
1403
1428
|
action: r
|
|
1404
1429
|
}, o(r.getBreakpointValue(n))))
|
|
1405
1430
|
);
|
|
1406
1431
|
return (r, s) => {
|
|
1407
|
-
const p =
|
|
1408
|
-
return
|
|
1432
|
+
const p = N("v-btn");
|
|
1433
|
+
return a.value.length > 0 ? (V(), W("div", {
|
|
1409
1434
|
key: 0,
|
|
1410
|
-
class:
|
|
1435
|
+
class: q(["text-end df-actions", {
|
|
1411
1436
|
"button-group": r.showAsGroup === "grouped" || r.showAsGroup === "grouped-no-borders",
|
|
1412
1437
|
"with-border": r.showAsGroup === "grouped"
|
|
1413
1438
|
}])
|
|
1414
1439
|
}, [
|
|
1415
|
-
(V(!0), W(
|
|
1440
|
+
(V(!0), W(De, null, mt(l.value, (i, d) => (V(), P(p, {
|
|
1416
1441
|
key: d,
|
|
1417
1442
|
variant: i.renderAs === o(z).BUTTON ? "tonal" : "text",
|
|
1418
1443
|
elevation: 0,
|
|
1419
1444
|
size: r.buttonSize,
|
|
1420
|
-
onClick:
|
|
1445
|
+
onClick: pt((v) => i.action.execute(v), ["stop"])
|
|
1421
1446
|
}, {
|
|
1422
1447
|
default: g(() => [
|
|
1423
|
-
i.icon ? (V(),
|
|
1448
|
+
i.icon ? (V(), P(o(be), {
|
|
1424
1449
|
key: 0,
|
|
1425
1450
|
name: i.icon
|
|
1426
|
-
}, null, 8, ["name"])) :
|
|
1427
|
-
i.icon && i.label ? (V(), W("span",
|
|
1428
|
-
i.label ? (V(), W("span",
|
|
1451
|
+
}, null, 8, ["name"])) : H("", !0),
|
|
1452
|
+
i.icon && i.label ? (V(), W("span", Lo)) : H("", !0),
|
|
1453
|
+
i.label ? (V(), W("span", Fo, Se(i.label), 1)) : H("", !0)
|
|
1429
1454
|
]),
|
|
1430
1455
|
_: 2
|
|
1431
1456
|
}, 1032, ["variant", "size", "onClick"]))), 128))
|
|
1432
|
-
], 2)) :
|
|
1457
|
+
], 2)) : H("", !0);
|
|
1433
1458
|
};
|
|
1434
1459
|
}
|
|
1435
|
-
}),
|
|
1460
|
+
}), Ho = /* @__PURE__ */ O({
|
|
1436
1461
|
__name: "df-checkbox",
|
|
1437
|
-
props: /* @__PURE__ */
|
|
1462
|
+
props: /* @__PURE__ */ Y({
|
|
1438
1463
|
allowNull: { type: Boolean },
|
|
1439
1464
|
control: {},
|
|
1440
1465
|
modelValue: {},
|
|
@@ -1450,10 +1475,10 @@ const Fo = {
|
|
|
1450
1475
|
passthroughAttrs: {},
|
|
1451
1476
|
density: {},
|
|
1452
1477
|
variant: {}
|
|
1453
|
-
},
|
|
1478
|
+
}, U(x({}, Q), { allowNull: !1 })),
|
|
1454
1479
|
emits: ["update:modelValue", "click:clear"],
|
|
1455
1480
|
setup(e, { emit: t }) {
|
|
1456
|
-
const n = e,
|
|
1481
|
+
const n = e, a = t, { densityClass: l, errors: r, label: s, touched: p, value: i, vuetifyBindings: d } = G(n, a), v = w(() => n.allowNull && i.value == null), m = w({
|
|
1457
1482
|
get() {
|
|
1458
1483
|
return i.value;
|
|
1459
1484
|
},
|
|
@@ -1461,17 +1486,17 @@ const Fo = {
|
|
|
1461
1486
|
}
|
|
1462
1487
|
});
|
|
1463
1488
|
function b() {
|
|
1464
|
-
const c =
|
|
1489
|
+
const c = bt(i.value);
|
|
1465
1490
|
c === !0 ? i.value = n.allowNull ? null : !1 : i.value = c === !1;
|
|
1466
1491
|
}
|
|
1467
1492
|
return (c, T) => {
|
|
1468
|
-
const _ =
|
|
1469
|
-
return V(),
|
|
1493
|
+
const _ = N("v-checkbox");
|
|
1494
|
+
return V(), P(_, R({
|
|
1470
1495
|
modelValue: m.value,
|
|
1471
1496
|
"onUpdate:modelValue": T[0] || (T[0] = (y) => m.value = y)
|
|
1472
1497
|
}, o(d), {
|
|
1473
1498
|
density: "compact",
|
|
1474
|
-
class: o(
|
|
1499
|
+
class: o(l),
|
|
1475
1500
|
indeterminate: v.value,
|
|
1476
1501
|
"false-value": !1,
|
|
1477
1502
|
"true-value": !0,
|
|
@@ -1486,7 +1511,7 @@ const Fo = {
|
|
|
1486
1511
|
}, null, 8, ["data", "label"])
|
|
1487
1512
|
]),
|
|
1488
1513
|
message: g(({ message: y }) => [
|
|
1489
|
-
I(o(
|
|
1514
|
+
I(o(re), {
|
|
1490
1515
|
message: y,
|
|
1491
1516
|
errors: o(r)
|
|
1492
1517
|
}, null, 8, ["message", "errors"])
|
|
@@ -1497,7 +1522,7 @@ const Fo = {
|
|
|
1497
1522
|
}
|
|
1498
1523
|
}), Oo = /* @__PURE__ */ O({
|
|
1499
1524
|
__name: "df-color",
|
|
1500
|
-
props: /* @__PURE__ */
|
|
1525
|
+
props: /* @__PURE__ */ Y({
|
|
1501
1526
|
allowNull: { type: Boolean },
|
|
1502
1527
|
control: {},
|
|
1503
1528
|
modelValue: {},
|
|
@@ -1513,19 +1538,19 @@ const Fo = {
|
|
|
1513
1538
|
passthroughAttrs: {},
|
|
1514
1539
|
density: {},
|
|
1515
1540
|
variant: {}
|
|
1516
|
-
},
|
|
1541
|
+
}, U(x({}, Q), { allowNull: !1 })),
|
|
1517
1542
|
emits: ["update:modelValue", "click:clear"],
|
|
1518
1543
|
setup(e, { emit: t }) {
|
|
1519
|
-
const n = e,
|
|
1544
|
+
const n = e, a = t, { densityClass: l, errors: r, label: s, touched: p, value: i, vuetifyBindings: d } = G(n, a), v = M(!1), m = w(() => [
|
|
1520
1545
|
(b) => n.control || !b && n.allowNull || /^#?([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$/.test(b) ? !0 : "Not a valid hex string."
|
|
1521
1546
|
]);
|
|
1522
1547
|
return (b, c) => {
|
|
1523
|
-
const T =
|
|
1524
|
-
return V(),
|
|
1548
|
+
const T = N("v-color-picker"), _ = N("v-menu"), y = N("v-text-field");
|
|
1549
|
+
return V(), P(y, R({
|
|
1525
1550
|
modelValue: o(i),
|
|
1526
|
-
"onUpdate:modelValue": c[2] || (c[2] = (h) =>
|
|
1551
|
+
"onUpdate:modelValue": c[2] || (c[2] = (h) => oe(i) ? i.value = h : null)
|
|
1527
1552
|
}, o(d), {
|
|
1528
|
-
class: o(
|
|
1553
|
+
class: o(l),
|
|
1529
1554
|
clearable: b.allowNull,
|
|
1530
1555
|
type: "text",
|
|
1531
1556
|
rules: m.value,
|
|
@@ -1538,14 +1563,14 @@ const Fo = {
|
|
|
1538
1563
|
}, null, 8, ["data", "label"])
|
|
1539
1564
|
]),
|
|
1540
1565
|
message: g(({ message: h }) => [
|
|
1541
|
-
I(o(
|
|
1566
|
+
I(o(re), {
|
|
1542
1567
|
message: h,
|
|
1543
1568
|
errors: o(r)
|
|
1544
1569
|
}, null, 8, ["message", "errors"])
|
|
1545
1570
|
]),
|
|
1546
1571
|
"prepend-inner": g(() => [
|
|
1547
|
-
|
|
1548
|
-
style:
|
|
1572
|
+
ae("div", {
|
|
1573
|
+
style: qe([{ width: "24px", height: "24px", "border-radius": "4px", border: "1px solid #ccc" }, { backgroundColor: o(i) }])
|
|
1549
1574
|
}, null, 4)
|
|
1550
1575
|
]),
|
|
1551
1576
|
default: g(() => [
|
|
@@ -1558,7 +1583,7 @@ const Fo = {
|
|
|
1558
1583
|
default: g(() => [
|
|
1559
1584
|
I(T, {
|
|
1560
1585
|
modelValue: o(i),
|
|
1561
|
-
"onUpdate:modelValue": c[0] || (c[0] = (h) =>
|
|
1586
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => oe(i) ? i.value = h : null),
|
|
1562
1587
|
mode: "hexa"
|
|
1563
1588
|
}, null, 8, ["modelValue"])
|
|
1564
1589
|
]),
|
|
@@ -1571,7 +1596,7 @@ const Fo = {
|
|
|
1571
1596
|
}
|
|
1572
1597
|
}), Ro = /* @__PURE__ */ O({
|
|
1573
1598
|
__name: "df-datetime",
|
|
1574
|
-
props: /* @__PURE__ */
|
|
1599
|
+
props: /* @__PURE__ */ Y({
|
|
1575
1600
|
inputType: {},
|
|
1576
1601
|
displayFormatDate: {},
|
|
1577
1602
|
displayFormatTime: {},
|
|
@@ -1590,20 +1615,20 @@ const Fo = {
|
|
|
1590
1615
|
passthroughAttrs: {},
|
|
1591
1616
|
density: {},
|
|
1592
1617
|
variant: {}
|
|
1593
|
-
},
|
|
1618
|
+
}, U(x({}, Q), {
|
|
1594
1619
|
inputType: "datetime",
|
|
1595
1620
|
displayFormatDate: "P",
|
|
1596
1621
|
displayFormatTime: "p"
|
|
1597
1622
|
})),
|
|
1598
1623
|
emits: ["update:modelValue", "click:clear"],
|
|
1599
1624
|
setup(e, { emit: t }) {
|
|
1600
|
-
const n = e,
|
|
1625
|
+
const n = e, a = t, l = w(() => {
|
|
1601
1626
|
var f;
|
|
1602
|
-
return (f = n.locale) != null ? f : o(
|
|
1627
|
+
return (f = n.locale) != null ? f : o(So.dateTimeLocale);
|
|
1603
1628
|
}), r = w(() => {
|
|
1604
1629
|
var f, u;
|
|
1605
|
-
return (u = (f =
|
|
1606
|
-
}), { densityClass: s, touched: p, value: i, vuetifyBindings: d } =
|
|
1630
|
+
return (u = (f = l.value.options) == null ? void 0 : f.weekStartsOn) != null ? u : 1;
|
|
1631
|
+
}), { densityClass: s, touched: p, value: i, vuetifyBindings: d } = G(n, a), { inputType: v, displayFormatDate: m, displayFormatTime: b } = je(n), c = M(""), T = w({
|
|
1607
1632
|
get() {
|
|
1608
1633
|
return o(c) === "date";
|
|
1609
1634
|
},
|
|
@@ -1617,7 +1642,7 @@ const Fo = {
|
|
|
1617
1642
|
set(f) {
|
|
1618
1643
|
c.value = f ? "time" : "";
|
|
1619
1644
|
}
|
|
1620
|
-
}), y = (f) => `${
|
|
1645
|
+
}), y = (f) => `${me(f, "yyyy-MM-dd")}T${me(f, "HH:mm")}:00`, h = M(null);
|
|
1621
1646
|
function E(f, u) {
|
|
1622
1647
|
if (f == null)
|
|
1623
1648
|
h.value = null;
|
|
@@ -1625,17 +1650,17 @@ const Fo = {
|
|
|
1625
1650
|
if (o(v) === "time")
|
|
1626
1651
|
h.value = y(/* @__PURE__ */ new Date()), E(`T${f}`, 1);
|
|
1627
1652
|
else {
|
|
1628
|
-
const
|
|
1629
|
-
E(
|
|
1653
|
+
const A = y(new Date(f));
|
|
1654
|
+
E(A, 0), E(A, 1);
|
|
1630
1655
|
}
|
|
1631
1656
|
else {
|
|
1632
1657
|
h.value == null && (h.value = y(/* @__PURE__ */ new Date()));
|
|
1633
|
-
const
|
|
1634
|
-
|
|
1658
|
+
const A = h.value.split(/[TZ]/g), K = f.split(/[TZ]/g);
|
|
1659
|
+
A[u] = K[u], h.value = y(/* @__PURE__ */ new Date(`${A[0]}T${A[1].split(".")[0]}`)), o(v) === "date" ? i.value = A[0] : o(v) === "time" ? i.value = A[1] : i.value = o(h) + me(/* @__PURE__ */ new Date(), "XXX");
|
|
1635
1660
|
}
|
|
1636
1661
|
}
|
|
1637
|
-
|
|
1638
|
-
const
|
|
1662
|
+
ue(i, (f) => E(f, -1), { immediate: !0 });
|
|
1663
|
+
const L = w({
|
|
1639
1664
|
get() {
|
|
1640
1665
|
const f = o(h);
|
|
1641
1666
|
if (f == null) return null;
|
|
@@ -1653,48 +1678,48 @@ const Fo = {
|
|
|
1653
1678
|
set(f) {
|
|
1654
1679
|
E(`T${f}`, 1);
|
|
1655
1680
|
}
|
|
1656
|
-
}),
|
|
1681
|
+
}), C = w({
|
|
1657
1682
|
get() {
|
|
1658
|
-
const f = o(
|
|
1659
|
-
return f == null ? "" :
|
|
1683
|
+
const f = o(L);
|
|
1684
|
+
return f == null ? "" : me(f, o(m), { locale: l.value });
|
|
1660
1685
|
},
|
|
1661
1686
|
set(f) {
|
|
1662
1687
|
try {
|
|
1663
|
-
const u =
|
|
1688
|
+
const u = Ct(f, o(m), /* @__PURE__ */ new Date(), { locale: l.value });
|
|
1664
1689
|
E(y(u), 0);
|
|
1665
1690
|
} catch (u) {
|
|
1666
1691
|
console.error(u);
|
|
1667
1692
|
}
|
|
1668
1693
|
}
|
|
1669
|
-
}),
|
|
1694
|
+
}), F = w({
|
|
1670
1695
|
get() {
|
|
1671
|
-
const f = o(
|
|
1672
|
-
return f == null ? "" :
|
|
1696
|
+
const f = o(L);
|
|
1697
|
+
return f == null ? "" : me(f, o(b), { locale: l.value });
|
|
1673
1698
|
},
|
|
1674
1699
|
set(f) {
|
|
1675
1700
|
const u = f.match(/(\d+):(\d+)\s?([a-zA-Z]+)?/);
|
|
1676
1701
|
if (u == null) return;
|
|
1677
|
-
let
|
|
1678
|
-
const
|
|
1679
|
-
Oe(
|
|
1702
|
+
let A = He(u[1]);
|
|
1703
|
+
const K = He(u[2]);
|
|
1704
|
+
Oe(A) || Oe(K) || (u[3] && u[3].toLowerCase() === "pm" && A < 13 && (A += 12), E(`T${A.toString().padStart(2, "0")}:${K.toString().padStart(2, "0")}:00`, 1));
|
|
1680
1705
|
}
|
|
1681
1706
|
});
|
|
1682
1707
|
return (f, u) => {
|
|
1683
|
-
const
|
|
1684
|
-
return V(),
|
|
1708
|
+
const A = N("v-date-picker"), K = N("v-confirm-edit"), ce = N("v-menu"), de = N("v-text-field"), B = N("v-time-picker");
|
|
1709
|
+
return V(), P(o(xe), R(n, {
|
|
1685
1710
|
class: o(s),
|
|
1686
1711
|
clearable: f.clearable,
|
|
1687
|
-
"onClick:clear": u[14] || (u[14] = (
|
|
1688
|
-
onBlur: u[15] || (u[15] = (
|
|
1712
|
+
"onClick:clear": u[14] || (u[14] = (D) => i.value = null),
|
|
1713
|
+
onBlur: u[15] || (u[15] = (D) => p.value = !0)
|
|
1689
1714
|
}), {
|
|
1690
|
-
default: g((
|
|
1691
|
-
|
|
1692
|
-
class:
|
|
1715
|
+
default: g((D) => [
|
|
1716
|
+
ae("div", {
|
|
1717
|
+
class: q(["d-flex w-100 ml-4 df-input-wrapper", f.density])
|
|
1693
1718
|
}, [
|
|
1694
|
-
["date", "datetime"].includes(o(v)) ? (V(),
|
|
1719
|
+
["date", "datetime"].includes(o(v)) ? (V(), P(de, R({
|
|
1695
1720
|
key: 0,
|
|
1696
|
-
modelValue:
|
|
1697
|
-
"onUpdate:modelValue": u[4] || (u[4] = (
|
|
1721
|
+
modelValue: C.value,
|
|
1722
|
+
"onUpdate:modelValue": u[4] || (u[4] = (j) => C.value = j),
|
|
1698
1723
|
style: { "flex-grow": "4" },
|
|
1699
1724
|
density: "compact",
|
|
1700
1725
|
variant: "plain",
|
|
@@ -1704,36 +1729,36 @@ const Fo = {
|
|
|
1704
1729
|
disabled: o(d).disabled,
|
|
1705
1730
|
name: `${o(d).name}-date`
|
|
1706
1731
|
}, f.passthroughAttrs, {
|
|
1707
|
-
onClick: u[5] || (u[5] = (
|
|
1708
|
-
onKeydown: u[6] || (u[6] =
|
|
1709
|
-
onFocus: (
|
|
1710
|
-
onBlur: (
|
|
1732
|
+
onClick: u[5] || (u[5] = (j) => c.value = "date"),
|
|
1733
|
+
onKeydown: u[6] || (u[6] = Le((j) => c.value = "date", ["space"])),
|
|
1734
|
+
onFocus: (j) => D.focus(),
|
|
1735
|
+
onBlur: (j) => D.blur()
|
|
1711
1736
|
}), {
|
|
1712
1737
|
default: g(() => [
|
|
1713
|
-
I(
|
|
1738
|
+
I(ce, {
|
|
1714
1739
|
modelValue: T.value,
|
|
1715
|
-
"onUpdate:modelValue": u[3] || (u[3] = (
|
|
1740
|
+
"onUpdate:modelValue": u[3] || (u[3] = (j) => T.value = j),
|
|
1716
1741
|
"close-on-content-click": !1,
|
|
1717
1742
|
activator: "parent"
|
|
1718
1743
|
}, {
|
|
1719
1744
|
default: g(() => [
|
|
1720
|
-
I(
|
|
1721
|
-
modelValue:
|
|
1722
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
1723
|
-
onCancel: u[1] || (u[1] = (
|
|
1724
|
-
onSave: u[2] || (u[2] = (
|
|
1745
|
+
I(K, {
|
|
1746
|
+
modelValue: L.value,
|
|
1747
|
+
"onUpdate:modelValue": u[0] || (u[0] = (j) => L.value = j),
|
|
1748
|
+
onCancel: u[1] || (u[1] = (j) => c.value = ""),
|
|
1749
|
+
onSave: u[2] || (u[2] = (j) => c.value = "")
|
|
1725
1750
|
}, {
|
|
1726
|
-
default: g(({ model:
|
|
1727
|
-
I(
|
|
1728
|
-
modelValue:
|
|
1729
|
-
"onUpdate:modelValue": (
|
|
1751
|
+
default: g(({ model: j, actions: Z }) => [
|
|
1752
|
+
I(A, {
|
|
1753
|
+
modelValue: j.value,
|
|
1754
|
+
"onUpdate:modelValue": (S) => j.value = S,
|
|
1730
1755
|
"hide-header": !0,
|
|
1731
1756
|
"first-day-of-week": r.value,
|
|
1732
1757
|
"show-adjacent-months": !0,
|
|
1733
1758
|
"show-week": !0
|
|
1734
1759
|
}, {
|
|
1735
1760
|
actions: g(() => [
|
|
1736
|
-
(V(),
|
|
1761
|
+
(V(), P(he(Z)))
|
|
1737
1762
|
]),
|
|
1738
1763
|
_: 2
|
|
1739
1764
|
}, 1032, ["modelValue", "onUpdate:modelValue", "first-day-of-week"])
|
|
@@ -1745,11 +1770,11 @@ const Fo = {
|
|
|
1745
1770
|
}, 8, ["modelValue"])
|
|
1746
1771
|
]),
|
|
1747
1772
|
_: 1
|
|
1748
|
-
}, 16, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) :
|
|
1749
|
-
["time", "datetime"].includes(o(v)) ? (V(),
|
|
1773
|
+
}, 16, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) : H("", !0),
|
|
1774
|
+
["time", "datetime"].includes(o(v)) ? (V(), P(de, R({
|
|
1750
1775
|
key: 1,
|
|
1751
|
-
modelValue:
|
|
1752
|
-
"onUpdate:modelValue": u[11] || (u[11] = (
|
|
1776
|
+
modelValue: F.value,
|
|
1777
|
+
"onUpdate:modelValue": u[11] || (u[11] = (j) => F.value = j),
|
|
1753
1778
|
style: { "flex-grow": "3" },
|
|
1754
1779
|
density: "compact",
|
|
1755
1780
|
variant: "plain",
|
|
@@ -1759,34 +1784,34 @@ const Fo = {
|
|
|
1759
1784
|
disabled: o(d).disabled,
|
|
1760
1785
|
name: `${o(d).name}-time`
|
|
1761
1786
|
}, f.passthroughAttrs, {
|
|
1762
|
-
onClick: u[12] || (u[12] = (
|
|
1763
|
-
onKeydown: u[13] || (u[13] =
|
|
1764
|
-
onFocus: (
|
|
1765
|
-
onBlur: (
|
|
1787
|
+
onClick: u[12] || (u[12] = (j) => c.value = "time"),
|
|
1788
|
+
onKeydown: u[13] || (u[13] = Le((j) => c.value = "time", ["space"])),
|
|
1789
|
+
onFocus: (j) => D.focus(),
|
|
1790
|
+
onBlur: (j) => D.blur()
|
|
1766
1791
|
}), {
|
|
1767
1792
|
default: g(() => [
|
|
1768
|
-
I(
|
|
1793
|
+
I(ce, {
|
|
1769
1794
|
modelValue: _.value,
|
|
1770
|
-
"onUpdate:modelValue": u[10] || (u[10] = (
|
|
1795
|
+
"onUpdate:modelValue": u[10] || (u[10] = (j) => _.value = j),
|
|
1771
1796
|
"close-on-content-click": !1,
|
|
1772
1797
|
activator: "parent"
|
|
1773
1798
|
}, {
|
|
1774
1799
|
default: g(() => [
|
|
1775
|
-
I(
|
|
1800
|
+
I(K, {
|
|
1776
1801
|
modelValue: k.value,
|
|
1777
|
-
"onUpdate:modelValue": u[7] || (u[7] = (
|
|
1778
|
-
onCancel: u[8] || (u[8] = (
|
|
1779
|
-
onSave: u[9] || (u[9] = (
|
|
1802
|
+
"onUpdate:modelValue": u[7] || (u[7] = (j) => k.value = j),
|
|
1803
|
+
onCancel: u[8] || (u[8] = (j) => c.value = ""),
|
|
1804
|
+
onSave: u[9] || (u[9] = (j) => c.value = "")
|
|
1780
1805
|
}, {
|
|
1781
|
-
default: g(({ model:
|
|
1806
|
+
default: g(({ model: j, actions: Z }) => [
|
|
1782
1807
|
I(B, {
|
|
1783
|
-
modelValue:
|
|
1784
|
-
"onUpdate:modelValue": (
|
|
1808
|
+
modelValue: j.value,
|
|
1809
|
+
"onUpdate:modelValue": (S) => j.value = S,
|
|
1785
1810
|
"hide-header": !0,
|
|
1786
1811
|
format: "24hr"
|
|
1787
1812
|
}, {
|
|
1788
1813
|
actions: g(() => [
|
|
1789
|
-
(V(),
|
|
1814
|
+
(V(), P(he(Z)))
|
|
1790
1815
|
]),
|
|
1791
1816
|
_: 2
|
|
1792
1817
|
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -1798,7 +1823,7 @@ const Fo = {
|
|
|
1798
1823
|
}, 8, ["modelValue"])
|
|
1799
1824
|
]),
|
|
1800
1825
|
_: 1
|
|
1801
|
-
}, 16, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) :
|
|
1826
|
+
}, 16, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) : H("", !0)
|
|
1802
1827
|
], 2)
|
|
1803
1828
|
]),
|
|
1804
1829
|
_: 1
|
|
@@ -1807,7 +1832,7 @@ const Fo = {
|
|
|
1807
1832
|
}
|
|
1808
1833
|
}), Wo = /* @__PURE__ */ O({
|
|
1809
1834
|
__name: "df-file",
|
|
1810
|
-
props: /* @__PURE__ */
|
|
1835
|
+
props: /* @__PURE__ */ Y({
|
|
1811
1836
|
comms: {},
|
|
1812
1837
|
control: {},
|
|
1813
1838
|
modelValue: {},
|
|
@@ -1823,10 +1848,10 @@ const Fo = {
|
|
|
1823
1848
|
passthroughAttrs: {},
|
|
1824
1849
|
density: {},
|
|
1825
1850
|
variant: {}
|
|
1826
|
-
},
|
|
1851
|
+
}, Q),
|
|
1827
1852
|
emits: ["update:modelValue", "click:clear"],
|
|
1828
1853
|
setup(e, { emit: t }) {
|
|
1829
|
-
const n = e,
|
|
1854
|
+
const n = e, a = t, { densityClass: l, touched: r, value: s, vuetifyBindings: p } = G(n, a), i = M(null), d = M(null), v = M(0), m = M(Math.round(Math.random() * 1e3)), b = M(), c = w(() => d.value && v.value < 100), T = w(() => !b.value && s.value ? n.modelValue : "");
|
|
1830
1855
|
function _() {
|
|
1831
1856
|
i.value && window.clearInterval(i.value);
|
|
1832
1857
|
}
|
|
@@ -1835,7 +1860,7 @@ const Fo = {
|
|
|
1835
1860
|
s.value && n.comms.touch(s.value);
|
|
1836
1861
|
}, 60 * 1e3);
|
|
1837
1862
|
}
|
|
1838
|
-
|
|
1863
|
+
Ge(() => _()), ue(s, (k) => {
|
|
1839
1864
|
k ? y() : _();
|
|
1840
1865
|
});
|
|
1841
1866
|
function h() {
|
|
@@ -1847,42 +1872,42 @@ const Fo = {
|
|
|
1847
1872
|
return ge(this, null, function* () {
|
|
1848
1873
|
v.value = -1, d.value = k;
|
|
1849
1874
|
try {
|
|
1850
|
-
s.value = yield n.comms.upload(k, (
|
|
1851
|
-
v.value = Math.round(
|
|
1875
|
+
s.value = yield n.comms.upload(k, (C, F) => {
|
|
1876
|
+
v.value = Math.round(C * 100 / F);
|
|
1852
1877
|
}), v.value = 100, y();
|
|
1853
|
-
} catch (
|
|
1854
|
-
throw v.value = 0, d.value = null, m.value = Math.round(Math.random() * 1e3), b.value = null,
|
|
1878
|
+
} catch (C) {
|
|
1879
|
+
throw v.value = 0, d.value = null, m.value = Math.round(Math.random() * 1e3), b.value = null, C;
|
|
1855
1880
|
}
|
|
1856
1881
|
});
|
|
1857
1882
|
}
|
|
1858
|
-
function
|
|
1883
|
+
function L(k) {
|
|
1859
1884
|
k && (Array.isArray(k) ? console.error("Uploading multiple files not supported right now") : E(k));
|
|
1860
1885
|
}
|
|
1861
|
-
return (k,
|
|
1862
|
-
const
|
|
1863
|
-
return V(),
|
|
1864
|
-
class: o(
|
|
1886
|
+
return (k, C) => {
|
|
1887
|
+
const F = N("v-progress-linear"), f = N("v-file-input");
|
|
1888
|
+
return V(), P(o(xe), R(U(x({}, n), { loading: c.value }), {
|
|
1889
|
+
class: o(l),
|
|
1865
1890
|
clearable: "",
|
|
1866
1891
|
"onClick:clear": h,
|
|
1867
|
-
onBlur:
|
|
1892
|
+
onBlur: C[1] || (C[1] = (u) => r.value = !0)
|
|
1868
1893
|
}), {
|
|
1869
1894
|
"prepend-inner": g(() => [
|
|
1870
1895
|
I(o(be), { name: "mdi-paperclip" })
|
|
1871
1896
|
]),
|
|
1872
1897
|
loader: g(() => [
|
|
1873
|
-
d.value && v.value < 100 ? (V(),
|
|
1898
|
+
d.value && v.value < 100 ? (V(), P(F, {
|
|
1874
1899
|
key: 0,
|
|
1875
1900
|
"model-value": v.value,
|
|
1876
1901
|
indeterminate: v.value === -1
|
|
1877
|
-
}, null, 8, ["model-value", "indeterminate"])) :
|
|
1902
|
+
}, null, 8, ["model-value", "indeterminate"])) : H("", !0)
|
|
1878
1903
|
]),
|
|
1879
1904
|
default: g((u) => [
|
|
1880
|
-
|
|
1881
|
-
class:
|
|
1905
|
+
ae("div", {
|
|
1906
|
+
class: q(["d-flex w-100 position-relative df-input-wrapper", k.density])
|
|
1882
1907
|
}, [
|
|
1883
1908
|
I(f, R({
|
|
1884
1909
|
modelValue: b.value,
|
|
1885
|
-
"onUpdate:modelValue":
|
|
1910
|
+
"onUpdate:modelValue": C[0] || (C[0] = (A) => b.value = A),
|
|
1886
1911
|
label: T.value,
|
|
1887
1912
|
density: "compact",
|
|
1888
1913
|
variant: "plain",
|
|
@@ -1896,9 +1921,9 @@ const Fo = {
|
|
|
1896
1921
|
clearable: !1
|
|
1897
1922
|
}, k.passthroughAttrs, {
|
|
1898
1923
|
"prepend-icon": "",
|
|
1899
|
-
"onUpdate:modelValue":
|
|
1900
|
-
onFocus: (
|
|
1901
|
-
onBlur: (
|
|
1924
|
+
"onUpdate:modelValue": L,
|
|
1925
|
+
onFocus: (A) => u.focus(),
|
|
1926
|
+
onBlur: (A) => u.blur()
|
|
1902
1927
|
}), null, 16, ["modelValue", "label", "readonly", "disabled", "name", "style", "onFocus", "onBlur"])
|
|
1903
1928
|
], 2)
|
|
1904
1929
|
]),
|
|
@@ -1908,7 +1933,7 @@ const Fo = {
|
|
|
1908
1933
|
}
|
|
1909
1934
|
}), zo = /* @__PURE__ */ O({
|
|
1910
1935
|
__name: "df-input",
|
|
1911
|
-
props: /* @__PURE__ */
|
|
1936
|
+
props: /* @__PURE__ */ Y({
|
|
1912
1937
|
inputType: {},
|
|
1913
1938
|
precision: {},
|
|
1914
1939
|
step: {},
|
|
@@ -1928,7 +1953,7 @@ const Fo = {
|
|
|
1928
1953
|
passthroughAttrs: {},
|
|
1929
1954
|
density: {},
|
|
1930
1955
|
variant: {}
|
|
1931
|
-
},
|
|
1956
|
+
}, U(x({}, Q), {
|
|
1932
1957
|
inputType: "text",
|
|
1933
1958
|
precision: null,
|
|
1934
1959
|
step: void 0,
|
|
@@ -1937,52 +1962,52 @@ const Fo = {
|
|
|
1937
1962
|
})),
|
|
1938
1963
|
emits: ["update:modelValue", "click:clear"],
|
|
1939
1964
|
setup(e, { emit: t }) {
|
|
1940
|
-
const n = e,
|
|
1965
|
+
const n = e, a = t, { densityClass: l, errors: r, label: s, touched: p, value: i, vuetifyBindings: d } = G(n, a), { inputType: v, max: m, min: b, precision: c, step: T } = je(n), _ = w(() => v.value === "number"), y = w(
|
|
1941
1966
|
() => _.value ? { min: o(b), max: o(m), precision: o(c), step: o(T) } : {}
|
|
1942
1967
|
);
|
|
1943
1968
|
return (h, E) => {
|
|
1944
|
-
const
|
|
1969
|
+
const L = N("v-text-field"), k = N("v-number-input");
|
|
1945
1970
|
return V(), W("div", {
|
|
1946
|
-
class:
|
|
1971
|
+
class: q(["df-input-container", o(l)])
|
|
1947
1972
|
}, [
|
|
1948
|
-
_.value ? (V(),
|
|
1973
|
+
_.value ? (V(), P(k, R({
|
|
1949
1974
|
key: 1,
|
|
1950
1975
|
modelValue: o(i),
|
|
1951
|
-
"onUpdate:modelValue": E[2] || (E[2] = (
|
|
1952
|
-
},
|
|
1976
|
+
"onUpdate:modelValue": E[2] || (E[2] = (C) => oe(i) ? i.value = C : null)
|
|
1977
|
+
}, x(x({}, o(d)), y.value), {
|
|
1953
1978
|
density: "compact",
|
|
1954
1979
|
"control-variant": "stacked"
|
|
1955
1980
|
}), {
|
|
1956
|
-
label: g((
|
|
1981
|
+
label: g((C) => [
|
|
1957
1982
|
I(o(le), {
|
|
1958
|
-
data:
|
|
1983
|
+
data: C,
|
|
1959
1984
|
label: o(s)
|
|
1960
1985
|
}, null, 8, ["data", "label"])
|
|
1961
1986
|
]),
|
|
1962
|
-
message: g(({ message:
|
|
1963
|
-
I(o(
|
|
1964
|
-
message:
|
|
1987
|
+
message: g(({ message: C }) => [
|
|
1988
|
+
I(o(re), {
|
|
1989
|
+
message: C,
|
|
1965
1990
|
errors: o(r)
|
|
1966
1991
|
}, null, 8, ["message", "errors"])
|
|
1967
1992
|
]),
|
|
1968
1993
|
_: 1
|
|
1969
|
-
}, 16, ["modelValue"])) : (V(),
|
|
1994
|
+
}, 16, ["modelValue"])) : (V(), P(L, R({
|
|
1970
1995
|
key: 0,
|
|
1971
1996
|
modelValue: o(i),
|
|
1972
|
-
"onUpdate:modelValue": E[0] || (E[0] = (
|
|
1997
|
+
"onUpdate:modelValue": E[0] || (E[0] = (C) => oe(i) ? i.value = C : null)
|
|
1973
1998
|
}, o(d), {
|
|
1974
1999
|
type: o(v),
|
|
1975
|
-
onBlur: E[1] || (E[1] = (
|
|
2000
|
+
onBlur: E[1] || (E[1] = (C) => p.value = !0)
|
|
1976
2001
|
}), {
|
|
1977
|
-
label: g((
|
|
2002
|
+
label: g((C) => [
|
|
1978
2003
|
I(o(le), {
|
|
1979
|
-
data:
|
|
2004
|
+
data: C,
|
|
1980
2005
|
label: o(s)
|
|
1981
2006
|
}, null, 8, ["data", "label"])
|
|
1982
2007
|
]),
|
|
1983
|
-
message: g(({ message:
|
|
1984
|
-
I(o(
|
|
1985
|
-
message:
|
|
2008
|
+
message: g(({ message: C }) => [
|
|
2009
|
+
I(o(re), {
|
|
2010
|
+
message: C,
|
|
1986
2011
|
errors: o(r)
|
|
1987
2012
|
}, null, 8, ["message", "errors"])
|
|
1988
2013
|
]),
|
|
@@ -1991,7 +2016,7 @@ const Fo = {
|
|
|
1991
2016
|
], 2);
|
|
1992
2017
|
};
|
|
1993
2018
|
}
|
|
1994
|
-
}),
|
|
2019
|
+
}), Ko = { class: "editor-container" }, Xo = { class: "editor-container__editor" }, Go = { ref: "editorElement" }, qo = /* @__PURE__ */ O({
|
|
1995
2020
|
__name: "ck-editor-custom",
|
|
1996
2021
|
props: {
|
|
1997
2022
|
modelValue: { default: "" },
|
|
@@ -2000,95 +2025,96 @@ const Fo = {
|
|
|
2000
2025
|
},
|
|
2001
2026
|
emits: ["update:modelValue"],
|
|
2002
2027
|
setup(e, { expose: t, emit: n }) {
|
|
2003
|
-
|
|
2004
|
-
"
|
|
2028
|
+
ft((m) => ({
|
|
2029
|
+
"32dcdf6e": m.minHeight
|
|
2005
2030
|
}));
|
|
2006
|
-
const
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
"accessibilityHelp"
|
|
2034
|
-
],
|
|
2035
|
-
shouldNotGroupWhenFull: !1
|
|
2036
|
-
},
|
|
2037
|
-
plugins: [
|
|
2038
|
-
jt,
|
|
2039
|
-
Ct,
|
|
2040
|
-
Tt,
|
|
2041
|
-
_t,
|
|
2042
|
-
Bt,
|
|
2043
|
-
It,
|
|
2044
|
-
Pt,
|
|
2045
|
-
Dt,
|
|
2046
|
-
xt,
|
|
2047
|
-
St,
|
|
2048
|
-
Et,
|
|
2049
|
-
$t,
|
|
2050
|
-
At,
|
|
2051
|
-
Nt,
|
|
2052
|
-
Ft,
|
|
2053
|
-
Mt,
|
|
2054
|
-
Lt,
|
|
2055
|
-
Ut,
|
|
2056
|
-
Ot,
|
|
2057
|
-
Rt,
|
|
2058
|
-
Wt,
|
|
2059
|
-
zt,
|
|
2060
|
-
Ht,
|
|
2061
|
-
Kt,
|
|
2062
|
-
Xt,
|
|
2063
|
-
Gt,
|
|
2064
|
-
qt,
|
|
2065
|
-
Yt,
|
|
2066
|
-
Qt,
|
|
2067
|
-
Zt,
|
|
2068
|
-
Jt,
|
|
2069
|
-
en,
|
|
2070
|
-
tn,
|
|
2071
|
-
nn,
|
|
2072
|
-
on,
|
|
2073
|
-
ln,
|
|
2074
|
-
an,
|
|
2075
|
-
rn,
|
|
2076
|
-
sn,
|
|
2077
|
-
un,
|
|
2078
|
-
cn
|
|
2031
|
+
const a = n, l = M(!1), r = mn, s = {
|
|
2032
|
+
items: [
|
|
2033
|
+
"undo",
|
|
2034
|
+
"redo",
|
|
2035
|
+
"|",
|
|
2036
|
+
"selectAll",
|
|
2037
|
+
"|",
|
|
2038
|
+
"heading",
|
|
2039
|
+
"style",
|
|
2040
|
+
"|",
|
|
2041
|
+
"bold",
|
|
2042
|
+
"italic",
|
|
2043
|
+
"|",
|
|
2044
|
+
"horizontalLine",
|
|
2045
|
+
"link",
|
|
2046
|
+
"mediaEmbed",
|
|
2047
|
+
"insertTable",
|
|
2048
|
+
"blockQuote",
|
|
2049
|
+
"|",
|
|
2050
|
+
"alignment",
|
|
2051
|
+
"|",
|
|
2052
|
+
"bulletedList",
|
|
2053
|
+
"numberedList",
|
|
2054
|
+
"outdent",
|
|
2055
|
+
"indent",
|
|
2056
|
+
"|",
|
|
2057
|
+
"accessibilityHelp"
|
|
2079
2058
|
],
|
|
2059
|
+
shouldNotGroupWhenFull: !1
|
|
2060
|
+
}, p = [
|
|
2061
|
+
jt,
|
|
2062
|
+
Tt,
|
|
2063
|
+
_t,
|
|
2064
|
+
Bt,
|
|
2065
|
+
It,
|
|
2066
|
+
Dt,
|
|
2067
|
+
Pt,
|
|
2068
|
+
St,
|
|
2069
|
+
xt,
|
|
2070
|
+
Et,
|
|
2071
|
+
$t,
|
|
2072
|
+
At,
|
|
2073
|
+
Nt,
|
|
2074
|
+
Mt,
|
|
2075
|
+
Lt,
|
|
2076
|
+
Ft,
|
|
2077
|
+
Ut,
|
|
2078
|
+
Ht,
|
|
2079
|
+
Ot,
|
|
2080
|
+
Rt,
|
|
2081
|
+
Wt,
|
|
2082
|
+
zt,
|
|
2083
|
+
Kt,
|
|
2084
|
+
Xt,
|
|
2085
|
+
Gt,
|
|
2086
|
+
qt,
|
|
2087
|
+
Yt,
|
|
2088
|
+
Qt,
|
|
2089
|
+
Zt,
|
|
2090
|
+
Jt,
|
|
2091
|
+
en,
|
|
2092
|
+
tn,
|
|
2093
|
+
nn,
|
|
2094
|
+
on,
|
|
2095
|
+
an,
|
|
2096
|
+
ln,
|
|
2097
|
+
rn,
|
|
2098
|
+
sn,
|
|
2099
|
+
un,
|
|
2100
|
+
cn,
|
|
2101
|
+
dn
|
|
2102
|
+
], i = {
|
|
2103
|
+
options: [
|
|
2104
|
+
{ model: "paragraph", title: $.Paragraph, class: "ck-heading_paragraph" },
|
|
2105
|
+
{ model: "heading1", view: "h1", title: $.Heading1, class: "ck-heading_heading1" },
|
|
2106
|
+
{ model: "heading2", view: "h2", title: $.Heading2, class: "ck-heading_heading2" },
|
|
2107
|
+
{ model: "heading3", view: "h3", title: $.Heading3, class: "ck-heading_heading3" },
|
|
2108
|
+
{ model: "heading4", view: "h4", title: $.Heading4, class: "ck-heading_heading4" },
|
|
2109
|
+
{ model: "heading5", view: "h5", title: $.Heading5, class: "ck-heading_heading5" },
|
|
2110
|
+
{ model: "heading6", view: "h6", title: $.Heading6, class: "ck-heading_heading6" }
|
|
2111
|
+
]
|
|
2112
|
+
}, d = {
|
|
2113
|
+
language: Ve.language,
|
|
2114
|
+
toolbar: s,
|
|
2115
|
+
plugins: p,
|
|
2080
2116
|
balloonToolbar: ["bold", "italic", "|", "link", "|", "bulletedList", "numberedList"],
|
|
2081
|
-
heading:
|
|
2082
|
-
options: [
|
|
2083
|
-
{ model: "paragraph", title: "Paragraph", class: "ck-heading_paragraph" },
|
|
2084
|
-
{ model: "heading1", view: "h1", title: "Heading 1", class: "ck-heading_heading1" },
|
|
2085
|
-
{ model: "heading2", view: "h2", title: "Heading 2", class: "ck-heading_heading2" },
|
|
2086
|
-
{ model: "heading3", view: "h3", title: "Heading 3", class: "ck-heading_heading3" },
|
|
2087
|
-
{ model: "heading4", view: "h4", title: "Heading 4", class: "ck-heading_heading4" },
|
|
2088
|
-
{ model: "heading5", view: "h5", title: "Heading 5", class: "ck-heading_heading5" },
|
|
2089
|
-
{ model: "heading6", view: "h6", title: "Heading 6", class: "ck-heading_heading6" }
|
|
2090
|
-
]
|
|
2091
|
-
},
|
|
2117
|
+
heading: i,
|
|
2092
2118
|
htmlSupport: {
|
|
2093
2119
|
allow: [{ name: /^.*$/, styles: !0, attributes: !0, classes: !0 }]
|
|
2094
2120
|
},
|
|
@@ -2111,7 +2137,7 @@ const Fo = {
|
|
|
2111
2137
|
decorators: {
|
|
2112
2138
|
toggleDownloadable: {
|
|
2113
2139
|
mode: "manual",
|
|
2114
|
-
label:
|
|
2140
|
+
label: $.Downloadable,
|
|
2115
2141
|
attributes: { download: "file" }
|
|
2116
2142
|
}
|
|
2117
2143
|
}
|
|
@@ -2119,47 +2145,48 @@ const Fo = {
|
|
|
2119
2145
|
placeholder: "",
|
|
2120
2146
|
style: {
|
|
2121
2147
|
definitions: [
|
|
2122
|
-
{ name:
|
|
2123
|
-
{ name:
|
|
2124
|
-
{ name:
|
|
2125
|
-
{ name:
|
|
2126
|
-
{ name:
|
|
2127
|
-
{ name:
|
|
2128
|
-
{ name:
|
|
2129
|
-
{ name:
|
|
2130
|
-
{ name:
|
|
2148
|
+
{ name: $.ArticleCategory, element: "h3", classes: ["category"] },
|
|
2149
|
+
{ name: $.Title, element: "h2", classes: ["document-title"] },
|
|
2150
|
+
{ name: $.Subtitle, element: "h3", classes: ["document-subtitle"] },
|
|
2151
|
+
{ name: $.InfoBox, element: "p", classes: ["info-box"] },
|
|
2152
|
+
{ name: $.SideQuote, element: "blockquote", classes: ["side-quote"] },
|
|
2153
|
+
{ name: $.Marker, element: "span", classes: ["marker"] },
|
|
2154
|
+
{ name: $.Spoiler, element: "span", classes: ["spoiler"] },
|
|
2155
|
+
{ name: $.CodeDark, element: "pre", classes: ["fancy-code", "fancy-code-dark"] },
|
|
2156
|
+
{ name: $.CodeBright, element: "pre", classes: ["fancy-code", "fancy-code-bright"] }
|
|
2131
2157
|
]
|
|
2132
2158
|
},
|
|
2133
|
-
table: { contentToolbar: ["tableColumn", "tableRow", "mergeTableCells", "tableProperties", "tableCellProperties"] }
|
|
2159
|
+
table: { contentToolbar: ["tableColumn", "tableRow", "mergeTableCells", "tableProperties", "tableCellProperties"] },
|
|
2160
|
+
translations: Ve.translations
|
|
2134
2161
|
};
|
|
2135
|
-
|
|
2136
|
-
|
|
2162
|
+
Xe(() => {
|
|
2163
|
+
l.value = !0;
|
|
2137
2164
|
});
|
|
2138
2165
|
const v = (m) => {
|
|
2139
2166
|
};
|
|
2140
2167
|
return t({ onEditorReady: v }), (m, b) => {
|
|
2141
|
-
const c =
|
|
2142
|
-
return V(), W("div",
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2168
|
+
const c = N("ckeditor");
|
|
2169
|
+
return V(), W("div", Ko, [
|
|
2170
|
+
ae("div", Xo, [
|
|
2171
|
+
ae("div", Go, [
|
|
2172
|
+
l.value ? (V(), P(c, {
|
|
2146
2173
|
key: 0,
|
|
2147
2174
|
"model-value": m.modelValue,
|
|
2148
2175
|
editor: o(r),
|
|
2149
2176
|
config: d,
|
|
2150
2177
|
disabled: m.disabled,
|
|
2151
|
-
style:
|
|
2178
|
+
style: qe(`min-height: ${m.minHeight}`),
|
|
2152
2179
|
onReady: v,
|
|
2153
|
-
"onUpdate:modelValue": b[0] || (b[0] = (T) =>
|
|
2154
|
-
}, null, 8, ["model-value", "editor", "disabled", "style"])) :
|
|
2180
|
+
"onUpdate:modelValue": b[0] || (b[0] = (T) => a("update:modelValue", T))
|
|
2181
|
+
}, null, 8, ["model-value", "editor", "disabled", "style"])) : H("", !0)
|
|
2155
2182
|
], 512)
|
|
2156
2183
|
])
|
|
2157
2184
|
]);
|
|
2158
2185
|
};
|
|
2159
2186
|
}
|
|
2160
|
-
}),
|
|
2187
|
+
}), Yo = /* @__PURE__ */ O({
|
|
2161
2188
|
__name: "df-rtf-editor",
|
|
2162
|
-
props: /* @__PURE__ */
|
|
2189
|
+
props: /* @__PURE__ */ Y({
|
|
2163
2190
|
minHeight: {},
|
|
2164
2191
|
control: {},
|
|
2165
2192
|
modelValue: {},
|
|
@@ -2175,18 +2202,18 @@ const Fo = {
|
|
|
2175
2202
|
passthroughAttrs: {},
|
|
2176
2203
|
density: {},
|
|
2177
2204
|
variant: {}
|
|
2178
|
-
},
|
|
2205
|
+
}, U(x({}, Q), { minHeight: void 0 })),
|
|
2179
2206
|
emits: ["update:modelValue", "click:clear"],
|
|
2180
2207
|
setup(e, { emit: t }) {
|
|
2181
|
-
const n = e,
|
|
2182
|
-
return (p, i) => (V(),
|
|
2183
|
-
class: ["ck-editor-custom", o(
|
|
2208
|
+
const n = e, a = t, { densityClass: l, value: r, vuetifyBindings: s } = G(n, a);
|
|
2209
|
+
return (p, i) => (V(), P(o(xe), R(n, {
|
|
2210
|
+
class: ["ck-editor-custom", o(l)]
|
|
2184
2211
|
}), {
|
|
2185
2212
|
default: g((d) => [
|
|
2186
|
-
I(
|
|
2213
|
+
I(qo, R({
|
|
2187
2214
|
ref: "$editor",
|
|
2188
2215
|
modelValue: o(r),
|
|
2189
|
-
"onUpdate:modelValue": i[0] || (i[0] = (v) =>
|
|
2216
|
+
"onUpdate:modelValue": i[0] || (i[0] = (v) => oe(r) ? r.value = v : null),
|
|
2190
2217
|
class: { "mt-6": !!p.label },
|
|
2191
2218
|
"min-height": p.minHeight,
|
|
2192
2219
|
disabled: o(s).disabled,
|
|
@@ -2200,40 +2227,40 @@ const Fo = {
|
|
|
2200
2227
|
}, 16, ["class"]));
|
|
2201
2228
|
}
|
|
2202
2229
|
});
|
|
2203
|
-
function
|
|
2230
|
+
function Qo(e) {
|
|
2204
2231
|
return e.map((t) => ({ value: t.id, title: t.text, icon: t.icon }));
|
|
2205
2232
|
}
|
|
2206
|
-
function
|
|
2233
|
+
function J(e, t) {
|
|
2207
2234
|
var n;
|
|
2208
|
-
return e == null || Re(e) && e.length === 0 ? null : t ?
|
|
2235
|
+
return e == null || Re(e) && e.length === 0 ? null : t ? Ye(e) : Re(e) ? (n = Qe(e)) != null ? n : null : e;
|
|
2209
2236
|
}
|
|
2210
|
-
function
|
|
2237
|
+
function Ce(e, t) {
|
|
2211
2238
|
if (t == null) return [];
|
|
2212
|
-
const n =
|
|
2213
|
-
return e.filter((
|
|
2239
|
+
const n = Ye(t);
|
|
2240
|
+
return e.filter((a) => n.some((l) => l === a.id));
|
|
2214
2241
|
}
|
|
2215
|
-
function ye(e, t, n,
|
|
2242
|
+
function ye(e, t, n, a, l) {
|
|
2216
2243
|
var s;
|
|
2217
|
-
const r =
|
|
2244
|
+
const r = J(e, n);
|
|
2218
2245
|
if (r == null) {
|
|
2219
2246
|
t.value = n ? [] : null;
|
|
2220
2247
|
return;
|
|
2221
2248
|
}
|
|
2222
2249
|
if (n)
|
|
2223
|
-
|
|
2224
|
-
else if (
|
|
2250
|
+
a ? t.value = r : t.value = Ce(l, r).map((p) => p.id);
|
|
2251
|
+
else if (a)
|
|
2225
2252
|
t.value = r;
|
|
2226
2253
|
else {
|
|
2227
|
-
const p =
|
|
2254
|
+
const p = Qe(Ce(l, r));
|
|
2228
2255
|
t.value = (s = p == null ? void 0 : p.id) != null ? s : null;
|
|
2229
2256
|
}
|
|
2230
2257
|
}
|
|
2231
|
-
const
|
|
2258
|
+
const Zo = {
|
|
2232
2259
|
key: 0,
|
|
2233
2260
|
class: "me-1"
|
|
2234
|
-
},
|
|
2261
|
+
}, Jo = /* @__PURE__ */ O({
|
|
2235
2262
|
__name: "df-select",
|
|
2236
|
-
props: /* @__PURE__ */
|
|
2263
|
+
props: /* @__PURE__ */ Y({
|
|
2237
2264
|
choices: {},
|
|
2238
2265
|
multiple: { type: Boolean },
|
|
2239
2266
|
allowTags: { type: Boolean },
|
|
@@ -2253,7 +2280,7 @@ const Qo = {
|
|
|
2253
2280
|
passthroughAttrs: {},
|
|
2254
2281
|
density: {},
|
|
2255
2282
|
variant: {}
|
|
2256
|
-
},
|
|
2283
|
+
}, U(x({}, Q), {
|
|
2257
2284
|
choices: void 0,
|
|
2258
2285
|
multiple: !1,
|
|
2259
2286
|
allowTags: !1,
|
|
@@ -2262,163 +2289,163 @@ const Qo = {
|
|
|
2262
2289
|
})),
|
|
2263
2290
|
emits: ["update:modelValueDisplay", "update:modelValue", "click:clear"],
|
|
2264
2291
|
setup(e, { emit: t }) {
|
|
2265
|
-
const n = e, { choices:
|
|
2292
|
+
const n = e, { choices: a, multiple: l, allowTags: r, allowNull: s, cssClass: p, visibility: i } = je(n), d = t, {
|
|
2266
2293
|
densityClass: v,
|
|
2267
2294
|
errors: m,
|
|
2268
2295
|
label: b,
|
|
2269
2296
|
touched: c,
|
|
2270
2297
|
value: T,
|
|
2271
2298
|
vuetifyBindings: _
|
|
2272
|
-
} =
|
|
2273
|
-
|
|
2274
|
-
function
|
|
2275
|
-
d("update:modelValueDisplay",
|
|
2299
|
+
} = G(n, d), y = M(null), h = M(!1), E = M([]), L = w(() => o(h) ? o(E) : o(a) || []), k = M(!1), C = w(() => Qo(L.value));
|
|
2300
|
+
C.value && n.fetchChoices !== void 0 && console.warn("Both options and fetchChoices are set. Only one of them should be set.");
|
|
2301
|
+
function F(B) {
|
|
2302
|
+
d("update:modelValueDisplay", Ce(L.value, B));
|
|
2276
2303
|
}
|
|
2277
2304
|
let f = !1;
|
|
2278
2305
|
function u(B) {
|
|
2279
|
-
f = !0, T.value = B,
|
|
2306
|
+
f = !0, T.value = B, Fe(() => {
|
|
2280
2307
|
f = !1;
|
|
2281
2308
|
});
|
|
2282
2309
|
}
|
|
2283
|
-
|
|
2310
|
+
ue(
|
|
2284
2311
|
y,
|
|
2285
2312
|
(B) => {
|
|
2286
|
-
_.value.readonly ||
|
|
2287
|
-
const
|
|
2288
|
-
|
|
2313
|
+
_.value.readonly || Fe(() => {
|
|
2314
|
+
const D = J(B, l.value);
|
|
2315
|
+
F(D), u(D);
|
|
2289
2316
|
});
|
|
2290
2317
|
},
|
|
2291
2318
|
{ deep: !0 }
|
|
2292
|
-
),
|
|
2319
|
+
), ue(
|
|
2293
2320
|
T,
|
|
2294
2321
|
(B) => {
|
|
2295
2322
|
if (!f) {
|
|
2296
|
-
const
|
|
2297
|
-
ye(
|
|
2323
|
+
const D = J(B, l.value);
|
|
2324
|
+
ye(D, y, l.value, !1, L.value);
|
|
2298
2325
|
}
|
|
2299
2326
|
},
|
|
2300
2327
|
{ deep: !0 }
|
|
2301
2328
|
);
|
|
2302
|
-
function
|
|
2329
|
+
function A() {
|
|
2303
2330
|
if (_.value.readonly || r.value) return;
|
|
2304
|
-
const B =
|
|
2305
|
-
ye(B, y,
|
|
2331
|
+
const B = J(y.value, l.value);
|
|
2332
|
+
ye(B, y, l.value, !1, L.value), u(B);
|
|
2306
2333
|
}
|
|
2307
|
-
function
|
|
2308
|
-
let
|
|
2309
|
-
|
|
2310
|
-
y.value.filter((
|
|
2311
|
-
|
|
2312
|
-
) :
|
|
2334
|
+
function K(B) {
|
|
2335
|
+
let D;
|
|
2336
|
+
l.value && Array.isArray(y.value) ? D = J(
|
|
2337
|
+
y.value.filter((j) => j !== B),
|
|
2338
|
+
l.value
|
|
2339
|
+
) : D = null, ye(D, y, l.value, !1, L.value), u(D);
|
|
2313
2340
|
}
|
|
2314
|
-
function
|
|
2341
|
+
function ce(B, D) {
|
|
2315
2342
|
return ge(this, null, function* () {
|
|
2316
|
-
if (!(
|
|
2343
|
+
if (!(a.value || n.fetchChoices === void 0)) {
|
|
2317
2344
|
k.value = !0;
|
|
2318
2345
|
try {
|
|
2319
|
-
const
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
),
|
|
2323
|
-
E.value =
|
|
2346
|
+
const j = Ce(
|
|
2347
|
+
L.value,
|
|
2348
|
+
J(y.value, l.value)
|
|
2349
|
+
), Z = yield n.fetchChoices(B, D);
|
|
2350
|
+
E.value = gt([...j, ...Z], "id"), h.value = !0;
|
|
2324
2351
|
} finally {
|
|
2325
2352
|
k.value = !1;
|
|
2326
2353
|
}
|
|
2327
2354
|
}
|
|
2328
2355
|
});
|
|
2329
2356
|
}
|
|
2330
|
-
function
|
|
2357
|
+
function de() {
|
|
2331
2358
|
let B = T.value;
|
|
2332
|
-
!s.value && B == null &&
|
|
2359
|
+
!s.value && B == null && C.value.length && (B = C.value[0].value), B = J(B, l.value), ye(B, y, l.value, r.value, L.value), F(B), u(B);
|
|
2333
2360
|
}
|
|
2334
|
-
return
|
|
2335
|
-
|
|
2336
|
-
}), (B,
|
|
2337
|
-
const
|
|
2338
|
-
return o(i) !== o(
|
|
2361
|
+
return de(), n.fetchChoices !== void 0 && ce(void 0, T.value).then(() => {
|
|
2362
|
+
de();
|
|
2363
|
+
}), (B, D) => {
|
|
2364
|
+
const j = N("v-chip"), Z = N("v-list-item");
|
|
2365
|
+
return o(i) !== o(X).SUPPRESS ? (V(), P(he(o(r) ? "v-combobox" : "v-autocomplete"), R({
|
|
2339
2366
|
key: 0,
|
|
2340
2367
|
modelValue: y.value,
|
|
2341
|
-
"onUpdate:modelValue":
|
|
2368
|
+
"onUpdate:modelValue": D[0] || (D[0] = (S) => y.value = S),
|
|
2342
2369
|
class: [
|
|
2343
2370
|
o(p),
|
|
2344
2371
|
o(v),
|
|
2345
2372
|
{
|
|
2346
|
-
"d-none": o(i) === o(
|
|
2347
|
-
invisible: o(i) === o(
|
|
2373
|
+
"d-none": o(i) === o(X).HIDDEN,
|
|
2374
|
+
invisible: o(i) === o(X).INVISIBLE
|
|
2348
2375
|
}
|
|
2349
2376
|
],
|
|
2350
|
-
items:
|
|
2377
|
+
items: C.value,
|
|
2351
2378
|
"return-object": !1
|
|
2352
2379
|
}, o(_), {
|
|
2353
2380
|
label: o(_).label,
|
|
2354
2381
|
chips: "",
|
|
2355
2382
|
"auto-select-first": !0,
|
|
2356
|
-
"closable-chips": o(s) || o(
|
|
2383
|
+
"closable-chips": o(s) || o(l) && y.value.length > 1,
|
|
2357
2384
|
clearable: o(s),
|
|
2358
|
-
multiple: o(
|
|
2385
|
+
multiple: o(l),
|
|
2359
2386
|
loading: k.value,
|
|
2360
2387
|
"hide-selected": !1,
|
|
2361
2388
|
"aria-describedby": o(_).helpText ? `${o(_).name}-help` : null,
|
|
2362
2389
|
"menu-props": { maxHeight: "400" },
|
|
2363
2390
|
"hide-details": "auto",
|
|
2364
|
-
"onUpdate:search":
|
|
2365
|
-
"onUpdate:modelValue":
|
|
2366
|
-
"onClick:clear":
|
|
2367
|
-
onBlur:
|
|
2391
|
+
"onUpdate:search": D[1] || (D[1] = (S) => ce(S, void 0)),
|
|
2392
|
+
"onUpdate:modelValue": A,
|
|
2393
|
+
"onClick:clear": D[2] || (D[2] = (S) => y.value = null),
|
|
2394
|
+
onBlur: D[3] || (D[3] = (S) => c.value = !0)
|
|
2368
2395
|
}), Pe({
|
|
2369
|
-
chip: g(({ item:
|
|
2370
|
-
(V(),
|
|
2371
|
-
key:
|
|
2396
|
+
chip: g(({ item: S }) => [
|
|
2397
|
+
(V(), P(j, {
|
|
2398
|
+
key: S.value,
|
|
2372
2399
|
label: "",
|
|
2373
2400
|
size: "small",
|
|
2374
2401
|
class: "d-flex align-middle",
|
|
2375
|
-
variant: o(
|
|
2376
|
-
closable: o(
|
|
2377
|
-
"onClick:close": (
|
|
2402
|
+
variant: o(l) ? "tonal" : "text",
|
|
2403
|
+
closable: o(l),
|
|
2404
|
+
"onClick:close": (ie) => K(S.value)
|
|
2378
2405
|
}, {
|
|
2379
2406
|
prepend: g(() => {
|
|
2380
|
-
var
|
|
2407
|
+
var ie;
|
|
2381
2408
|
return [
|
|
2382
|
-
(
|
|
2409
|
+
(ie = S.raw) != null && ie.icon ? (V(), P(o(be), {
|
|
2383
2410
|
key: 0,
|
|
2384
2411
|
class: "me-1",
|
|
2385
|
-
name:
|
|
2386
|
-
}, null, 8, ["name"])) :
|
|
2412
|
+
name: S.raw.icon
|
|
2413
|
+
}, null, 8, ["name"])) : H("", !0)
|
|
2387
2414
|
];
|
|
2388
2415
|
}),
|
|
2389
2416
|
default: g(() => [
|
|
2390
|
-
|
|
2391
|
-
class:
|
|
2392
|
-
},
|
|
2417
|
+
ae("span", {
|
|
2418
|
+
class: q({ "text-body-1": !o(l) })
|
|
2419
|
+
}, Se(S.title), 3)
|
|
2393
2420
|
]),
|
|
2394
2421
|
_: 2
|
|
2395
2422
|
}, 1032, ["variant", "closable", "onClick:close"]))
|
|
2396
2423
|
]),
|
|
2397
|
-
label: g((
|
|
2424
|
+
label: g((S) => [
|
|
2398
2425
|
I(o(le), {
|
|
2399
|
-
data:
|
|
2426
|
+
data: S,
|
|
2400
2427
|
label: o(b)
|
|
2401
2428
|
}, null, 8, ["data", "label"])
|
|
2402
2429
|
]),
|
|
2403
|
-
item: g(({ props:
|
|
2404
|
-
I(
|
|
2430
|
+
item: g(({ props: S, item: ie }) => [
|
|
2431
|
+
I(Z, ee(te(S)), {
|
|
2405
2432
|
prepend: g(() => {
|
|
2406
|
-
var
|
|
2433
|
+
var Ee;
|
|
2407
2434
|
return [
|
|
2408
|
-
(
|
|
2435
|
+
(Ee = ie.raw) != null && Ee.icon ? (V(), W("span", Zo, [
|
|
2409
2436
|
I(o(be), {
|
|
2410
2437
|
class: "action-icon",
|
|
2411
|
-
name:
|
|
2438
|
+
name: ie.raw.icon
|
|
2412
2439
|
}, null, 8, ["name"])
|
|
2413
|
-
])) :
|
|
2440
|
+
])) : H("", !0)
|
|
2414
2441
|
];
|
|
2415
2442
|
}),
|
|
2416
2443
|
_: 2
|
|
2417
2444
|
}, 1040)
|
|
2418
2445
|
]),
|
|
2419
|
-
message: g(({ message:
|
|
2420
|
-
I(o(
|
|
2421
|
-
message:
|
|
2446
|
+
message: g(({ message: S }) => [
|
|
2447
|
+
I(o(re), {
|
|
2448
|
+
message: S,
|
|
2422
2449
|
errors: o(m)
|
|
2423
2450
|
}, null, 8, ["message", "errors"])
|
|
2424
2451
|
]),
|
|
@@ -2426,24 +2453,24 @@ const Qo = {
|
|
|
2426
2453
|
}, [
|
|
2427
2454
|
B.$slots["append-inner"] ? {
|
|
2428
2455
|
name: "append-inner",
|
|
2429
|
-
fn: g((
|
|
2430
|
-
|
|
2456
|
+
fn: g((S) => [
|
|
2457
|
+
se(B.$slots, "append-inner", ee(te(S)))
|
|
2431
2458
|
]),
|
|
2432
2459
|
key: "0"
|
|
2433
2460
|
} : void 0,
|
|
2434
2461
|
B.$slots["prepend-inner"] ? {
|
|
2435
2462
|
name: "prepend-inner",
|
|
2436
|
-
fn: g((
|
|
2437
|
-
|
|
2463
|
+
fn: g((S) => [
|
|
2464
|
+
se(B.$slots, "prepend-inner", ee(te(S)))
|
|
2438
2465
|
]),
|
|
2439
2466
|
key: "1"
|
|
2440
2467
|
} : void 0
|
|
2441
|
-
]), 1040, ["modelValue", "class", "items", "label", "closable-chips", "clearable", "multiple", "loading", "aria-describedby"])) :
|
|
2468
|
+
]), 1040, ["modelValue", "class", "items", "label", "closable-chips", "clearable", "multiple", "loading", "aria-describedby"])) : H("", !0);
|
|
2442
2469
|
};
|
|
2443
2470
|
}
|
|
2444
|
-
}),
|
|
2471
|
+
}), ea = /* @__PURE__ */ O({
|
|
2445
2472
|
__name: "df-text-area",
|
|
2446
|
-
props: /* @__PURE__ */
|
|
2473
|
+
props: /* @__PURE__ */ Y({
|
|
2447
2474
|
rows: {},
|
|
2448
2475
|
maxRows: {},
|
|
2449
2476
|
control: {},
|
|
@@ -2460,27 +2487,27 @@ const Qo = {
|
|
|
2460
2487
|
passthroughAttrs: {},
|
|
2461
2488
|
density: {},
|
|
2462
2489
|
variant: {}
|
|
2463
|
-
},
|
|
2490
|
+
}, U(x({}, Q), {
|
|
2464
2491
|
rows: void 0,
|
|
2465
2492
|
maxRows: void 0
|
|
2466
2493
|
})),
|
|
2467
2494
|
emits: ["update:modelValue", "click:clear"],
|
|
2468
2495
|
setup(e, { emit: t }) {
|
|
2469
|
-
const n = e,
|
|
2496
|
+
const n = e, a = t, { densityClass: l, errors: r, label: s, touched: p, value: i, vuetifyBindings: d } = G(n, a), { cssClass: v, visibility: m } = je(n);
|
|
2470
2497
|
return (b, c) => {
|
|
2471
|
-
const T =
|
|
2498
|
+
const T = N("v-textarea");
|
|
2472
2499
|
return V(), W("div", {
|
|
2473
|
-
class:
|
|
2500
|
+
class: q(["df-textarea-container", o(l)])
|
|
2474
2501
|
}, [
|
|
2475
|
-
o(m) !== o(
|
|
2502
|
+
o(m) !== o(X).SUPPRESS ? (V(), P(T, R({
|
|
2476
2503
|
key: 0,
|
|
2477
2504
|
modelValue: o(i),
|
|
2478
|
-
"onUpdate:modelValue": c[0] || (c[0] = (_) =>
|
|
2505
|
+
"onUpdate:modelValue": c[0] || (c[0] = (_) => oe(i) ? i.value = _ : null),
|
|
2479
2506
|
class: [
|
|
2480
2507
|
o(v),
|
|
2481
2508
|
{
|
|
2482
|
-
"d-none": o(m) === o(
|
|
2483
|
-
invisible: o(m) === o(
|
|
2509
|
+
"d-none": o(m) === o(X).HIDDEN,
|
|
2510
|
+
invisible: o(m) === o(X).INVISIBLE
|
|
2484
2511
|
}
|
|
2485
2512
|
],
|
|
2486
2513
|
rows: b.rows,
|
|
@@ -2496,92 +2523,94 @@ const Qo = {
|
|
|
2496
2523
|
}, null, 8, ["data", "label"])
|
|
2497
2524
|
]),
|
|
2498
2525
|
message: g(({ message: _ }) => [
|
|
2499
|
-
I(o(
|
|
2526
|
+
I(o(re), {
|
|
2500
2527
|
message: _,
|
|
2501
2528
|
errors: o(r)
|
|
2502
2529
|
}, null, 8, ["message", "errors"])
|
|
2503
2530
|
]),
|
|
2504
2531
|
_: 1
|
|
2505
|
-
}, 16, ["modelValue", "class", "rows", "auto-grow", "max-rows"])) :
|
|
2532
|
+
}, 16, ["modelValue", "class", "rows", "auto-grow", "max-rows"])) : H("", !0)
|
|
2506
2533
|
], 2);
|
|
2507
2534
|
};
|
|
2508
2535
|
}
|
|
2509
|
-
}),
|
|
2536
|
+
}), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2510
2537
|
__proto__: null,
|
|
2511
|
-
DfActions:
|
|
2512
|
-
DfCheckbox:
|
|
2538
|
+
DfActions: Uo,
|
|
2539
|
+
DfCheckbox: Ho,
|
|
2513
2540
|
DfColor: Oo,
|
|
2514
2541
|
DfDateTime: Ro,
|
|
2515
2542
|
DfFile: Wo,
|
|
2516
2543
|
DfInput: zo,
|
|
2517
|
-
DfRtfEditor:
|
|
2518
|
-
DfSelect:
|
|
2519
|
-
DfTextArea:
|
|
2520
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2544
|
+
DfRtfEditor: Yo,
|
|
2545
|
+
DfSelect: Jo,
|
|
2546
|
+
DfTextArea: ea
|
|
2547
|
+
}, Symbol.toStringTag, { value: "Module" })), na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2521
2548
|
__proto__: null,
|
|
2522
|
-
VAutocomplete:
|
|
2523
|
-
VBtn:
|
|
2524
|
-
VCheckbox:
|
|
2525
|
-
VChip:
|
|
2526
|
-
VCol:
|
|
2527
|
-
VColorPicker:
|
|
2528
|
-
VCombobox:
|
|
2529
|
-
VConfirmEdit:
|
|
2530
|
-
VDatePicker:
|
|
2531
|
-
VField:
|
|
2532
|
-
VFileInput:
|
|
2533
|
-
VIcon:
|
|
2534
|
-
VImg:
|
|
2535
|
-
VInput:
|
|
2536
|
-
VListItem:
|
|
2537
|
-
VMenu:
|
|
2549
|
+
VAutocomplete: pn,
|
|
2550
|
+
VBtn: fn,
|
|
2551
|
+
VCheckbox: vn,
|
|
2552
|
+
VChip: hn,
|
|
2553
|
+
VCol: Cn,
|
|
2554
|
+
VColorPicker: gn,
|
|
2555
|
+
VCombobox: bn,
|
|
2556
|
+
VConfirmEdit: wn,
|
|
2557
|
+
VDatePicker: yn,
|
|
2558
|
+
VField: kn,
|
|
2559
|
+
VFileInput: Vn,
|
|
2560
|
+
VIcon: Tn,
|
|
2561
|
+
VImg: _n,
|
|
2562
|
+
VInput: Bn,
|
|
2563
|
+
VListItem: In,
|
|
2564
|
+
VMenu: Dn,
|
|
2538
2565
|
VNumberInput: Pn,
|
|
2539
|
-
VProgressLinear:
|
|
2566
|
+
VProgressLinear: Sn,
|
|
2540
2567
|
VRow: jn,
|
|
2541
2568
|
VSelect: xn,
|
|
2542
|
-
VSwitch:
|
|
2543
|
-
VTextField:
|
|
2544
|
-
VTextarea:
|
|
2545
|
-
VTimePicker:
|
|
2546
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2569
|
+
VSwitch: En,
|
|
2570
|
+
VTextField: An,
|
|
2571
|
+
VTextarea: $n,
|
|
2572
|
+
VTimePicker: Nn
|
|
2573
|
+
}, Symbol.toStringTag, { value: "Module" })), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2547
2574
|
__proto__: null
|
|
2548
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2575
|
+
}, Symbol.toStringTag, { value: "Module" })), La = {
|
|
2549
2576
|
install: (e, t) => {
|
|
2550
|
-
var n,
|
|
2551
|
-
e.use(
|
|
2577
|
+
var n, a;
|
|
2578
|
+
e.use(Gn), e.provide(nt, t != null ? t : {}), (n = t == null ? void 0 : t.registerComponents) != null && n && Object.entries(ta).map(([l, r]) => e.component(l, r)), (a = t == null ? void 0 : t.registerVuetifyComponents) != null && a && Object.entries(na).map(([l, r]) => e.component(l, r));
|
|
2552
2579
|
}
|
|
2553
2580
|
};
|
|
2554
2581
|
export {
|
|
2555
2582
|
ke as Action,
|
|
2556
2583
|
z as ActionDisplayStyle,
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2584
|
+
So as DateTimeLocaleConfig,
|
|
2585
|
+
Uo as DfActions,
|
|
2586
|
+
Ho as DfCheckbox,
|
|
2560
2587
|
Oo as DfColor,
|
|
2561
2588
|
Ro as DfDateTime,
|
|
2562
2589
|
Wo as DfFile,
|
|
2563
2590
|
zo as DfInput,
|
|
2564
|
-
|
|
2565
|
-
|
|
2591
|
+
Ma as DfInputComponentProps,
|
|
2592
|
+
ta as DfInputComponents,
|
|
2566
2593
|
le as DfLabel,
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2594
|
+
Yo as DfRtfEditor,
|
|
2595
|
+
Jo as DfSelect,
|
|
2596
|
+
ea as DfTextArea,
|
|
2597
|
+
La as DynamicFormsInputs,
|
|
2571
2598
|
xe as InputBase,
|
|
2572
2599
|
xo as Label,
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2600
|
+
re as MessagesWidget,
|
|
2601
|
+
Mo as ResponsiveActionRenderOptions,
|
|
2602
|
+
$o as ResponsiveRenderOptions,
|
|
2603
|
+
na as VuetifyComponents,
|
|
2604
|
+
Ve as ckEditorLanguage,
|
|
2605
|
+
Q as defaultBaseProps,
|
|
2578
2606
|
ze as defaultDisplayStyle,
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
$
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2607
|
+
Ao as getBreakpointName,
|
|
2608
|
+
Ke as responsiveBreakpoints,
|
|
2609
|
+
Na as setCkEditorLanguage,
|
|
2610
|
+
$ as translatableStrings,
|
|
2611
|
+
Aa as translateStrings,
|
|
2612
|
+
No as useBreakpoint,
|
|
2613
|
+
G as useInputBase,
|
|
2614
|
+
nt as vuetifyInputsSettingsKey
|
|
2586
2615
|
};
|
|
2587
2616
|
//# sourceMappingURL=dynamicforms-vuetify-inputs.js.map
|