@dynamicforms/vuetify-inputs 0.4.3 → 0.4.5

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.
@@ -1,64 +1,64 @@
1
- var qe = Object.defineProperty, Ze = Object.defineProperties;
2
- var Qe = Object.getOwnPropertyDescriptors;
3
- var Ie = Object.getOwnPropertySymbols;
4
- var Ye = Object.prototype.hasOwnProperty, Je = Object.prototype.propertyIsEnumerable;
5
- var ye = (l, e, n) => e in l ? qe(l, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : l[e] = n, U = (l, e) => {
1
+ var Ye = Object.defineProperty, Je = Object.defineProperties;
2
+ var el = Object.getOwnPropertyDescriptors;
3
+ var Ae = Object.getOwnPropertySymbols;
4
+ var ll = Object.prototype.hasOwnProperty, tl = Object.prototype.propertyIsEnumerable;
5
+ var Ve = (l, e, n) => e in l ? Ye(l, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : l[e] = n, N = (l, e) => {
6
6
  for (var n in e || (e = {}))
7
- Ye.call(e, n) && ye(l, n, e[n]);
8
- if (Ie)
9
- for (var n of Ie(e))
10
- Je.call(e, n) && ye(l, n, e[n]);
7
+ ll.call(e, n) && Ve(l, n, e[n]);
8
+ if (Ae)
9
+ for (var n of Ae(e))
10
+ tl.call(e, n) && Ve(l, n, e[n]);
11
11
  return l;
12
- }, M = (l, e) => Ze(l, Qe(e));
13
- var de = (l, e, n) => ye(l, typeof e != "symbol" ? e + "" : e, n);
14
- var pe = (l, e, n) => new Promise((a, o) => {
15
- var s = (b) => {
12
+ }, P = (l, e) => Je(l, el(e));
13
+ var ce = (l, e, n) => Ve(l, typeof e != "symbol" ? e + "" : e, n);
14
+ var ve = (l, e, n) => new Promise((a, o) => {
15
+ var s = (g) => {
16
16
  try {
17
- r(n.next(b));
17
+ r(n.next(g));
18
18
  } catch (i) {
19
19
  o(i);
20
20
  }
21
- }, g = (b) => {
21
+ }, y = (g) => {
22
22
  try {
23
- r(n.throw(b));
23
+ r(n.throw(g));
24
24
  } catch (i) {
25
25
  o(i);
26
26
  }
27
- }, r = (b) => b.done ? a(b.value) : Promise.resolve(b.value).then(s, g);
27
+ }, r = (g) => g.done ? a(g.value) : Promise.resolve(g.value).then(s, y);
28
28
  r((n = n.apply(l, e)).next());
29
29
  });
30
- import * as $e from "vue";
31
- import { defineComponent as L, mergeModels as Ae, useModel as el, ref as x, watch as me, onMounted as Oe, markRaw as ll, onBeforeUnmount as Pe, createBlock as B, openBlock as _, resolveDynamicComponent as re, version as tl, resolveComponent as S, createElementBlock as E, createCommentVNode as F, createTextVNode as Me, Fragment as we, toDisplayString as ie, inject as nl, computed as w, renderList as He, normalizeClass as ue, unref as t, mergeProps as z, withCtx as h, createSlots as q, createVNode as T, renderSlot as se, normalizeProps as W, guardReactiveProps as X, createElementVNode as J, isRef as ee, withModifiers as ol, mergeDefaults as Z, normalizeStyle as Te, toRefs as ge, withKeys as Se, useCssVars as al, nextTick as sl } from "vue";
32
- import { debounce as il, isString as fe, isEmpty as rl, isObjectLike as ul, isBoolean as De, clone as dl, toNumber as xe, isNaN as Ne, isArray as Ue, castArray as je, first as Ke, unionBy as cl } from "lodash-es";
33
- import ke from "vue-ionicon";
34
- import { useDisplay as ml } from "vuetify";
35
- import Ee, { ValidationErrorRenderContent as pl, DisplayMode as K, ExecuteAction as vl, Action as he } from "@dynamicforms/vue-forms";
36
- import fl from "vue-markdown-render";
37
- import { format as ce, parse as bl } from "date-fns";
38
- import { AccessibilityHelp as gl, Alignment as yl, AutoImage as hl, AutoLink as _l, Autosave as Vl, BalloonToolbar as kl, BlockQuote as wl, Bold as Tl, CloudServices as Cl, Essentials as Bl, GeneralHtmlSupport as Il, Heading as $l, HorizontalLine as Al, ImageBlock as Sl, ImageCaption as Dl, ImageInline as xl, ImageInsertViaUrl as Nl, ImageResize as Ul, ImageStyle as El, ImageToolbar as Fl, ImageUpload as Ll, Indent as Rl, IndentBlock as Ol, Italic as Pl, Link as Ml, List as Hl, Autoformat as jl, MediaEmbed as Kl, Paragraph as zl, PasteFromMarkdownExperimental as Gl, PasteFromOffice as Wl, SelectAll as Xl, Style as ql, Table as Zl, TableCellProperties as Ql, TableColumnResize as Yl, TableProperties as Jl, TableToolbar as et, Undo as lt, TextTransformation as tt, Base64UploadAdapter as nt, ClassicEditor as ot } from "ckeditor5";
39
- import { VAutocomplete as at } from "vuetify/components/VAutocomplete";
40
- import { VBtn as st } from "vuetify/components/VBtn";
41
- import { VCheckbox as it } from "vuetify/components/VCheckbox";
42
- import { VChip as rt } from "vuetify/components/VChip";
43
- import { VCombobox as ut } from "vuetify/components/VCombobox";
44
- import { VColorPicker as dt } from "vuetify/components/VColorPicker";
45
- import { VConfirmEdit as ct } from "vuetify/components/VConfirmEdit";
46
- import { VDatePicker as mt } from "vuetify/components/VDatePicker";
47
- import { VField as pt } from "vuetify/components/VField";
48
- import { VFileInput as vt } from "vuetify/components/VFileInput";
49
- import { VCol as ft, VRow as bt } from "vuetify/components/VGrid";
50
- import { VIcon as gt } from "vuetify/components/VIcon";
51
- import { VImg as yt } from "vuetify/components/VImg";
52
- import { VInput as ht } from "vuetify/components/VInput";
53
- import { VListItem as _t } from "vuetify/components/VList";
54
- import { VMenu as Vt } from "vuetify/components/VMenu";
55
- import { VNumberInput as kt } from "vuetify/components/VNumberInput";
56
- import { VProgressLinear as wt } from "vuetify/components/VProgressLinear";
57
- import { VSelect as Tt } from "vuetify/components/VSelect";
58
- import { VSwitch as Ct } from "vuetify/components/VSwitch";
59
- import { VTextarea as Bt } from "vuetify/components/VTextarea";
60
- import { VTextField as It } from "vuetify/components/VTextField";
61
- import { VTimePicker as $t } from "vuetify/labs/VTimePicker";
30
+ import * as Se from "vue";
31
+ import { defineComponent as R, mergeModels as De, useModel as nl, ref as D, watch as re, onMounted as He, markRaw as ol, onBeforeUnmount as je, createBlock as B, openBlock as V, resolveDynamicComponent as ue, version as al, resolveComponent as $, createElementBlock as U, createCommentVNode as L, createTextVNode as Ke, Fragment as Ce, toDisplayString as ie, inject as sl, computed as w, renderList as ze, normalizeClass as de, unref as t, mergeProps as K, withCtx as _, createSlots as Z, createVNode as T, renderSlot as se, normalizeProps as X, guardReactiveProps as q, createElementVNode as ee, isRef as le, withModifiers as il, mergeDefaults as Q, normalizeStyle as Be, toRefs as he, withKeys as xe, useCssVars as rl, nextTick as Ne } from "vue";
32
+ import { debounce as ul, isString as ge, isEmpty as dl, isObjectLike as cl, isBoolean as Ue, clone as ml, toNumber as Ee, isNaN as Fe, isArray as Le, castArray as Ge, first as We, unionBy as pl } from "lodash-es";
33
+ import Te from "vue-ionicon";
34
+ import { useDisplay as vl } from "vuetify";
35
+ import Re, { ValidationErrorRenderContent as fl, DisplayMode as j, ExecuteAction as bl, Action as ke } from "@dynamicforms/vue-forms";
36
+ import gl from "vue-markdown-render";
37
+ import { format as me, parse as yl } from "date-fns";
38
+ import { AccessibilityHelp as hl, Alignment as _l, AutoImage as Vl, AutoLink as kl, Autosave as wl, BalloonToolbar as Tl, BlockQuote as Cl, Bold as Bl, CloudServices as Il, Essentials as $l, GeneralHtmlSupport as Al, Heading as Sl, HorizontalLine as Dl, ImageBlock as xl, ImageCaption as Nl, ImageInline as Ul, ImageInsertViaUrl as El, ImageResize as Fl, ImageStyle as Ll, ImageToolbar as Rl, ImageUpload as Ol, Indent as Pl, IndentBlock as Ml, Italic as Hl, Link as jl, List as Kl, Autoformat as zl, MediaEmbed as Gl, Paragraph as Wl, PasteFromMarkdownExperimental as Xl, PasteFromOffice as ql, SelectAll as Zl, Style as Ql, Table as Yl, TableCellProperties as Jl, TableColumnResize as et, TableProperties as lt, TableToolbar as tt, Undo as nt, TextTransformation as ot, Base64UploadAdapter as at, ClassicEditor as st } from "ckeditor5";
39
+ import { VAutocomplete as it } from "vuetify/components/VAutocomplete";
40
+ import { VBtn as rt } from "vuetify/components/VBtn";
41
+ import { VCheckbox as ut } from "vuetify/components/VCheckbox";
42
+ import { VChip as dt } from "vuetify/components/VChip";
43
+ import { VCombobox as ct } from "vuetify/components/VCombobox";
44
+ import { VColorPicker as mt } from "vuetify/components/VColorPicker";
45
+ import { VConfirmEdit as pt } from "vuetify/components/VConfirmEdit";
46
+ import { VDatePicker as vt } from "vuetify/components/VDatePicker";
47
+ import { VField as ft } from "vuetify/components/VField";
48
+ import { VFileInput as bt } from "vuetify/components/VFileInput";
49
+ import { VCol as gt, VRow as yt } from "vuetify/components/VGrid";
50
+ import { VIcon as ht } from "vuetify/components/VIcon";
51
+ import { VImg as _t } from "vuetify/components/VImg";
52
+ import { VInput as Vt } from "vuetify/components/VInput";
53
+ import { VListItem as kt } from "vuetify/components/VList";
54
+ import { VMenu as wt } from "vuetify/components/VMenu";
55
+ import { VNumberInput as Tt } from "vuetify/components/VNumberInput";
56
+ import { VProgressLinear as Ct } from "vuetify/components/VProgressLinear";
57
+ import { VSelect as Bt } from "vuetify/components/VSelect";
58
+ import { VSwitch as It } from "vuetify/components/VSwitch";
59
+ import { VTextarea as $t } from "vuetify/components/VTextarea";
60
+ import { VTextField as At } from "vuetify/components/VTextField";
61
+ import { VTimePicker as St } from "vuetify/labs/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,9 +72,9 @@ new Array(256).fill("").map((l, e) => ("0" + e.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 At(l, e) {
75
+ function Dt(l, e) {
76
76
  const n = l.extraPlugins || [];
77
- return M(U({}, l), {
77
+ return P(N({}, l), {
78
78
  extraPlugins: [
79
79
  ...n,
80
80
  ...e.filter((a) => !n.includes(a))
@@ -85,25 +85,25 @@ function At(l, e) {
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 ze(l) {
88
+ function Xe(l) {
89
89
  return !!l && /^\d+\.\d+\.\d+/.test(l);
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 Ge(l) {
95
+ function qe(l) {
96
96
  return l ? ["nightly", "alpha", "internal", "nightly-", "staging"].some((e) => l.includes(e)) : !1;
97
97
  }
98
- function St(l) {
99
- return ze(l) || Ge(l);
98
+ function xt(l) {
99
+ return Xe(l) || qe(l);
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 Dt(l) {
106
- if (!ze(l))
105
+ function Nt(l) {
106
+ if (!Xe(l))
107
107
  throw new Error(`Invalid semantic version: ${l || "<blank>"}.`);
108
108
  const [e, n, a] = l.split(".");
109
109
  return {
@@ -116,10 +116,10 @@ function Dt(l) {
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 xt(l) {
120
- if (Ge(l))
119
+ function Ut(l) {
120
+ if (qe(l))
121
121
  return 3;
122
- const { major: e } = Dt(l);
122
+ const { major: e } = Nt(l);
123
123
  switch (!0) {
124
124
  case e >= 44:
125
125
  return 3;
@@ -133,9 +133,9 @@ function xt(l) {
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 Nt() {
136
+ function Et() {
137
137
  const { CKEDITOR_VERSION: l, CKEDITOR: e } = window;
138
- return St(l) ? {
138
+ return xt(l) ? {
139
139
  source: e ? "cdn" : "npm",
140
140
  version: l
141
141
  } : null;
@@ -144,16 +144,16 @@ function Nt() {
144
144
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
145
145
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
146
146
  */
147
- function Ut() {
148
- const l = Nt();
149
- return l ? xt(l.version) : null;
147
+ function Ft() {
148
+ const l = Et();
149
+ return l ? Ut(l.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 We(l, e) {
156
- switch (e || (e = Ut() || void 0), e) {
155
+ function Ze(l, e) {
156
+ switch (e || (e = Ft() || void 0), e) {
157
157
  case 1:
158
158
  case 2:
159
159
  return l === void 0;
@@ -167,9 +167,9 @@ function We(l, e) {
167
167
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
168
168
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
169
169
  */
170
- function Et(l, e) {
170
+ function Lt(l, e) {
171
171
  return function(a) {
172
- We(a.config.get("licenseKey")) || a.on("collectUsageData", (o, { setUsageData: s }) => {
172
+ Ze(a.config.get("licenseKey")) || a.on("collectUsageData", (o, { setUsageData: s }) => {
173
173
  s(`integration.${l}`, e);
174
174
  });
175
175
  };
@@ -178,31 +178,31 @@ function Et(l, e) {
178
178
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
179
179
  * For licensing, see LICENSE.md.
180
180
  */
181
- const Ft = Et(
181
+ const Rt = Lt(
182
182
  "vue",
183
183
  {
184
184
  version: "7.3.0",
185
- frameworkVersion: tl
185
+ frameworkVersion: al
186
186
  }
187
187
  );
188
188
  /**
189
189
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
190
190
  * For licensing, see LICENSE.md.
191
191
  */
192
- function Lt(l) {
193
- return We(l.licenseKey) ? l : At(l, [
192
+ function Ot(l) {
193
+ return Ze(l.licenseKey) ? l : Dt(l, [
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
197
197
  * this applies to your installation, please contact our support team.
198
198
  */
199
- Ft
199
+ Rt
200
200
  ]);
201
201
  }
202
- const _e = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Rt = 300, Ot = /* @__PURE__ */ L({
202
+ const we = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Pt = 300, Mt = /* @__PURE__ */ R({
203
203
  name: "CKEditor",
204
204
  __name: "ckeditor",
205
- props: /* @__PURE__ */ Ae({
205
+ props: /* @__PURE__ */ De({
206
206
  editor: {},
207
207
  config: { default: () => ({}) },
208
208
  tagName: { default: "div" },
@@ -212,51 +212,51 @@ const _e = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Rt = 300, Ot =
212
212
  modelValue: { type: String, default: "" },
213
213
  modelModifiers: {}
214
214
  }),
215
- emits: /* @__PURE__ */ Ae(["ready", "destroy", "blur", "focus", "input", "update:modelValue"], ["update:modelValue"]),
215
+ emits: /* @__PURE__ */ De(["ready", "destroy", "blur", "focus", "input", "update:modelValue"], ["update:modelValue"]),
216
216
  setup(l, { expose: e, emit: n }) {
217
- const a = el(l, "modelValue"), o = l, s = n, g = x(), r = x(), b = x();
217
+ const a = nl(l, "modelValue"), o = l, s = n, y = D(), r = D(), g = D();
218
218
  e({
219
219
  instance: r,
220
- lastEditorData: b
221
- }), me(a, (u) => {
222
- r.value && u !== b.value && r.value.data.set(u);
223
- }), me(() => o.disabled, (u) => {
224
- u ? r.value.enableReadOnlyMode(_e) : r.value.disableReadOnlyMode(_e);
220
+ lastEditorData: g
221
+ }), re(a, (u) => {
222
+ r.value && u !== g.value && r.value.data.set(u);
223
+ }), re(() => o.disabled, (u) => {
224
+ u ? r.value.enableReadOnlyMode(we) : r.value.disableReadOnlyMode(we);
225
225
  });
226
226
  function i() {
227
227
  const u = window.CKEDITOR_VERSION;
228
228
  if (!u)
229
229
  return console.warn('Cannot find the "CKEDITOR_VERSION" in the "window" scope.');
230
- const [m] = u.split(".").map(Number);
231
- m >= 42 || u.startsWith("0.0.0") || console.warn("The <CKEditor> component requires using CKEditor 5 in version 42+ or nightly build.");
230
+ const [p] = u.split(".").map(Number);
231
+ p >= 42 || u.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(u) {
234
- const m = il((p) => {
234
+ const p = ul((f) => {
235
235
  if (o.disableTwoWayDataBinding)
236
236
  return;
237
- const f = b.value = u.data.get();
238
- s("update:modelValue", f, p, u), s("input", f, p, u);
239
- }, Rt, { leading: !0 });
240
- u.model.document.on("change:data", m), u.editing.view.document.on("focus", (p) => {
241
- s("focus", p, u);
242
- }), u.editing.view.document.on("blur", (p) => {
243
- s("blur", p, u);
237
+ const b = g.value = u.data.get();
238
+ s("update:modelValue", b, f, u), s("input", b, f, u);
239
+ }, Pt, { leading: !0 });
240
+ u.model.document.on("change:data", p), u.editing.view.document.on("focus", (f) => {
241
+ s("focus", f, u);
242
+ }), u.editing.view.document.on("blur", (f) => {
243
+ s("blur", f, u);
244
244
  });
245
245
  }
246
- return i(), Oe(() => {
247
- const u = Lt(
246
+ return i(), He(() => {
247
+ const u = Ot(
248
248
  Object.assign({}, o.config)
249
249
  );
250
- a.value && (u.initialData = a.value), o.editor.create(g.value, u).then((m) => {
251
- r.value = ll(m), v(m), a.value !== u.initialData && m.data.set(a.value), o.disabled && m.enableReadOnlyMode(_e), s("ready", m);
252
- }).catch((m) => {
253
- console.error(m);
250
+ a.value && (u.initialData = a.value), o.editor.create(y.value, u).then((p) => {
251
+ r.value = ol(p), v(p), a.value !== u.initialData && p.data.set(a.value), o.disabled && p.enableReadOnlyMode(we), s("ready", p);
252
+ }).catch((p) => {
253
+ console.error(p);
254
254
  });
255
- }), Pe(() => {
255
+ }), je(() => {
256
256
  r.value && (r.value.destroy(), r.value = void 0), s("destroy");
257
- }), (u, m) => (_(), B(re(u.tagName), {
257
+ }), (u, p) => (V(), B(ue(u.tagName), {
258
258
  ref_key: "element",
259
- ref: g
259
+ ref: y
260
260
  }, null, 512));
261
261
  }
262
262
  });
@@ -265,20 +265,20 @@ const _e = "Lock from Vue integration (@ckeditor/ckeditor5-vue)", Rt = 300, Ot =
265
265
  * For licensing, see LICENSE.md.
266
266
  */
267
267
  /* istanbul ignore if -- @preserve */
268
- if (!$e.version || !$e.version.startsWith("3."))
268
+ if (!Se.version || !Se.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 Pt = {
272
+ const Ht = {
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(l) {
279
- l.component("Ckeditor", Ot);
279
+ l.component("Ckeditor", Mt);
280
280
  }
281
- }, Mt = { class: "label" }, Ht = /* @__PURE__ */ L({
281
+ }, jt = { class: "label" }, Kt = /* @__PURE__ */ R({
282
282
  __name: "df-label",
283
283
  props: {
284
284
  data: {},
@@ -286,123 +286,123 @@ const Pt = {
286
286
  },
287
287
  setup(l) {
288
288
  return (e, n) => {
289
- const a = S("v-icon"), o = S("v-img");
290
- return _(), E("div", Mt, [
291
- e.label.icon ? (_(), E(we, { key: 0 }, [
292
- e.label.iconComponent === "v-icon" ? (_(), B(a, {
289
+ const a = $("v-icon"), o = $("v-img");
290
+ return V(), U("div", jt, [
291
+ e.label.icon ? (V(), U(Ce, { key: 0 }, [
292
+ e.label.iconComponent === "v-icon" ? (V(), B(a, {
293
293
  key: 0,
294
294
  icon: e.label.icon,
295
295
  size: "1.25em"
296
- }, null, 8, ["icon"])) : e.label.iconComponent === "v-img" ? (_(), B(o, {
296
+ }, null, 8, ["icon"])) : e.label.iconComponent === "v-img" ? (V(), B(o, {
297
297
  key: 1,
298
298
  class: "icon",
299
299
  src: e.label.icon
300
- }, null, 8, ["src"])) : (_(), B(re(e.label.iconComponent), {
300
+ }, null, 8, ["src"])) : (V(), B(ue(e.label.iconComponent), {
301
301
  key: 2,
302
302
  src: e.label.icon
303
303
  }, null, 8, ["src"]))
304
- ], 64)) : F("", !0),
305
- Me(" " + ie(e.data ? e.data.label : e.label.text), 1)
304
+ ], 64)) : L("", !0),
305
+ Ke(" " + ie(e.data ? e.data.label : e.label.text), 1)
306
306
  ]);
307
307
  };
308
308
  }
309
- }), ne = (l, e) => {
309
+ }), oe = (l, e) => {
310
310
  const n = l.__vccOpts || l;
311
311
  for (const [a, o] of e)
312
312
  n[a] = o;
313
313
  return n;
314
- }, le = /* @__PURE__ */ ne(Ht, [["__scopeId", "data-v-0034f29f"]]), Xe = Symbol("vuetifyInputsSettingsKey");
315
- class jt {
314
+ }, te = /* @__PURE__ */ oe(Kt, [["__scopeId", "data-v-0034f29f"]]), Qe = Symbol("vuetifyInputsSettingsKey");
315
+ class zt {
316
316
  constructor(e, n, a = "v-icon") {
317
317
  this.text = e, this.icon = n, this.iconComponent = a;
318
318
  }
319
319
  }
320
- const Q = { enabled: void 0 };
321
- function G(l, e) {
322
- const n = nl(Xe, {}), a = w({
320
+ const Y = { enabled: void 0 };
321
+ function z(l, e) {
322
+ const n = sl(Qe, {}), a = w({
323
323
  get() {
324
324
  return l.control ? l.control.value : l.modelValue;
325
325
  },
326
- set(y) {
327
- l.control && (l.control.value = y), e("update:modelValue", y);
326
+ set(h) {
327
+ l.control && (l.control.value = h), e("update:modelValue", h);
328
328
  }
329
329
  });
330
- if (l.control && !(l.control instanceof Ee.FieldBase))
330
+ if (l.control && !(l.control instanceof Re.FieldBase))
331
331
  throw new Error("control prop is not a vue-form control instance");
332
- const o = x(!1), s = w(() => l.control ? l.control.valid : !0), g = w(
333
- () => l.control ? l.control.errors : (l.errors || []).map((y) => new pl(y))
334
- ), r = w(() => o.value && g.value.length > 0 ? " " : void 0), b = w(() => l.control ? l.control.enabled : l.enabled !== !1), i = w(
335
- () => l.control ? l.control.visibility : l.visibility || Ee.DisplayMode.FULL
332
+ const o = D(!1), s = w(() => l.control ? l.control.valid : !0), y = w(
333
+ () => l.control ? l.control.errors : (l.errors || []).map((h) => new fl(h))
334
+ ), r = w(() => o.value && y.value.length > 0 ? " " : void 0), g = w(() => l.control ? l.control.enabled : l.enabled !== !1), i = w(
335
+ () => l.control ? l.control.visibility : l.visibility || Re.DisplayMode.FULL
336
336
  ), v = w(
337
- () => fe(l.label || "") ? new jt(l.label || "") : l.label
338
- ), u = w(() => l.placeholder || ""), m = w(() => l.helpText || ""), p = w(() => l.hint || ""), f = w(() => l.cssClass || "");
337
+ () => ge(l.label || "") ? new zt(l.label || "") : l.label
338
+ ), u = w(() => l.placeholder || ""), p = w(() => l.helpText || ""), f = w(() => l.hint || ""), b = w(() => l.cssClass || "");
339
339
  return {
340
340
  value: a,
341
341
  valid: s,
342
- enabled: b,
343
- errors: g,
342
+ enabled: g,
343
+ errors: y,
344
344
  visibility: i,
345
345
  label: v,
346
346
  touched: o,
347
347
  vuetifyBindings: w(() => {
348
- var y, C;
348
+ var h, C;
349
349
  return {
350
- name: (y = l.control) == null ? void 0 : y.fieldName,
351
- class: f.value,
350
+ name: (h = l.control) == null ? void 0 : h.fieldName,
351
+ class: b.value,
352
352
  density: "default",
353
353
  variant: (C = n.defaultVariant) != null ? C : "underlined",
354
354
  label: v.value.text,
355
355
  messages: r.value,
356
356
  errorMessages: r.value,
357
357
  // 'error-count': errors?.value.length || 0,
358
- readonly: !b.value,
359
- disabled: !b.value,
358
+ readonly: !g.value,
359
+ disabled: !g.value,
360
360
  placeholder: u.value,
361
- "persistent-placeholder": !rl(u.value),
362
- hint: p.value,
361
+ "persistent-placeholder": !dl(u.value),
362
+ hint: f.value,
363
363
  persistentHint: !0,
364
364
  // we want persistent hint always
365
365
  hideDetails: "auto",
366
366
  // we want to hide the hint element when hint isn't there
367
- helpText: m.value
367
+ helpText: p.value
368
368
  };
369
369
  })
370
370
  };
371
371
  }
372
- const Kt = {
372
+ const Gt = {
373
373
  key: 0,
374
374
  class: "custom-error-display text-error"
375
- }, zt = { key: 0 }, Gt = { key: 1 }, Wt = /* @__PURE__ */ L({
375
+ }, Wt = { key: 0 }, Xt = { key: 1 }, qt = /* @__PURE__ */ R({
376
376
  __name: "messages-widget",
377
377
  props: {
378
378
  errors: {},
379
379
  message: {}
380
380
  },
381
381
  setup(l) {
382
- return (e, n) => e.message === " " ? (_(), E("div", Kt, [
383
- (_(!0), E(we, null, He(e.errors, (a, o) => {
382
+ return (e, n) => e.message === " " ? (V(), U("div", Gt, [
383
+ (V(!0), U(Ce, null, ze(e.errors, (a, o) => {
384
384
  var s;
385
- return _(), E("div", {
385
+ return V(), U("div", {
386
386
  key: o,
387
- class: ue({ "first-error": o === 0, "last-error": o === e.errors.length - 1 })
387
+ class: de({ "first-error": o === 0, "last-error": o === e.errors.length - 1 })
388
388
  }, [
389
- a.componentName === "template" ? (_(), E("div", zt, ie(a.componentBody), 1)) : a.componentName === "vue-markdown" ? (_(), B(t(fl), {
389
+ a.componentName === "template" ? (V(), U("div", Wt, ie(a.componentBody), 1)) : a.componentName === "vue-markdown" ? (V(), B(t(gl), {
390
390
  key: 1,
391
391
  source: (s = a.componentBindings) == null ? void 0 : s.source
392
- }, null, 8, ["source"])) : (_(), B(re(a.componentName), z({
392
+ }, null, 8, ["source"])) : (V(), B(ue(a.componentName), K({
393
393
  key: 2,
394
394
  ref_for: !0
395
395
  }, a.componentBindings), {
396
- default: h(() => [
397
- Me(ie(a.componentBody), 1)
396
+ default: _(() => [
397
+ Ke(ie(a.componentBody), 1)
398
398
  ]),
399
399
  _: 2
400
400
  }, 1040))
401
401
  ], 2);
402
402
  }), 128))
403
- ])) : (_(), E("span", Gt, ie(e.message), 1));
403
+ ])) : (V(), U("span", Xt, ie(e.message), 1));
404
404
  }
405
- }), te = /* @__PURE__ */ ne(Wt, [["__scopeId", "data-v-ff7a8b63"]]), Xt = { class: "d-flex w-100 style-resetting" }, qt = /* @__PURE__ */ L({
405
+ }), ne = /* @__PURE__ */ oe(qt, [["__scopeId", "data-v-ff7a8b63"]]), Zt = { class: "d-flex w-100 style-resetting" }, Qt = /* @__PURE__ */ R({
406
406
  __name: "input-base",
407
407
  props: {
408
408
  control: {},
@@ -420,70 +420,70 @@ const Kt = {
420
420
  },
421
421
  emits: ["update:modelValue", "click:clear", "blur"],
422
422
  setup(l, { emit: e }) {
423
- const n = l, a = e, { errors: o, label: s, value: g, touched: r, visibility: b, vuetifyBindings: i } = G(n, a), v = w(() => !!(t(n.clearable) && t(g))), u = x(!1);
424
- function m(p) {
425
- console.log(p), u.value = p, p || (r.value = !0, a("blur"));
423
+ const n = l, a = e, { errors: o, label: s, value: y, touched: r, visibility: g, vuetifyBindings: i } = z(n, a), v = w(() => !!(t(n.clearable) && t(y))), u = D(!1);
424
+ function p(f) {
425
+ console.log(f), u.value = f, f || (r.value = !0, a("blur"));
426
426
  }
427
- return (p, f) => {
428
- const y = S("v-field"), C = S("v-input");
429
- return t(b) !== t(K).SUPPRESS ? (_(), B(C, {
427
+ return (f, b) => {
428
+ const h = $("v-field"), C = $("v-input");
429
+ return t(g) !== t(j).SUPPRESS ? (V(), B(C, {
430
430
  key: 0,
431
431
  name: t(i).name,
432
432
  hint: t(i).hint,
433
433
  "persistent-hint": t(i).persistentHint,
434
434
  "hide-details": t(i).hideDetails,
435
435
  "error-messages": t(i).errorMessages,
436
- class: ue([
437
- p.cssClass,
436
+ class: de([
437
+ f.cssClass,
438
438
  {
439
- "d-none": t(b) === t(K).HIDDEN,
440
- invisible: t(b) === t(K).INVISIBLE
439
+ "d-none": t(g) === t(j).HIDDEN,
440
+ invisible: t(g) === t(j).INVISIBLE
441
441
  }
442
442
  ])
443
- }, q({
444
- message: h(({ message: k }) => [
445
- T(te, {
443
+ }, Z({
444
+ message: _(({ message: k }) => [
445
+ T(ne, {
446
446
  message: k,
447
447
  errors: t(o)
448
448
  }, null, 8, ["message", "errors"])
449
449
  ]),
450
- default: h(() => [
451
- T(y, {
450
+ default: _(() => [
451
+ T(h, {
452
452
  variant: t(i).variant,
453
453
  label: t(i).label,
454
454
  disabled: t(i).disabled,
455
455
  clearable: v.value,
456
456
  "persistent-clear": !0,
457
- dirty: !!t(g),
457
+ dirty: !!t(y),
458
458
  active: u.value,
459
- loading: p.loading,
460
- "onClick:clear": f[0] || (f[0] = (k) => a("click:clear")),
461
- "onUpdate:focused": f[1] || (f[1] = (k) => m(k))
462
- }, q({
463
- default: h((k) => [
464
- J("div", Xt, [
465
- se(p.$slots, "default", W(X(k)), void 0, !0)
459
+ loading: f.loading,
460
+ "onClick:clear": b[0] || (b[0] = (k) => a("click:clear")),
461
+ "onUpdate:focused": b[1] || (b[1] = (k) => p(k))
462
+ }, Z({
463
+ default: _((k) => [
464
+ ee("div", Zt, [
465
+ se(f.$slots, "default", X(q(k)), void 0, !0)
466
466
  ])
467
467
  ]),
468
- loader: h((k) => [
469
- se(p.$slots, "loader", W(X(k)), void 0, !0)
468
+ loader: _((k) => [
469
+ se(f.$slots, "loader", X(q(k)), void 0, !0)
470
470
  ]),
471
471
  _: 2
472
472
  }, [
473
473
  t(s).icon ? {
474
474
  name: "label",
475
- fn: h((k) => [
476
- T(le, {
475
+ fn: _((k) => [
476
+ T(te, {
477
477
  data: k,
478
478
  label: t(s)
479
479
  }, null, 8, ["data", "label"])
480
480
  ]),
481
481
  key: "0"
482
482
  } : void 0,
483
- p.$slots["prepend-inner"] ? {
483
+ f.$slots["prepend-inner"] ? {
484
484
  name: "prepend-inner",
485
- fn: h((k) => [
486
- se(p.$slots, "prepend-inner", W(X(k)), void 0, !0)
485
+ fn: _((k) => [
486
+ se(f.$slots, "prepend-inner", X(q(k)), void 0, !0)
487
487
  ]),
488
488
  key: "1"
489
489
  } : void 0
@@ -491,27 +491,27 @@ const Kt = {
491
491
  ]),
492
492
  _: 2
493
493
  }, [
494
- p.$slots.prepend ? {
494
+ f.$slots.prepend ? {
495
495
  name: "prepend",
496
- fn: h((k) => [
497
- se(p.$slots, "prepend", W(X(k)), void 0, !0)
496
+ fn: _((k) => [
497
+ se(f.$slots, "prepend", X(q(k)), void 0, !0)
498
498
  ]),
499
499
  key: "0"
500
500
  } : void 0
501
- ]), 1032, ["name", "hint", "persistent-hint", "hide-details", "error-messages", "class"])) : F("", !0);
501
+ ]), 1032, ["name", "hint", "persistent-hint", "hide-details", "error-messages", "class"])) : L("", !0);
502
502
  };
503
503
  }
504
- }), Ce = /* @__PURE__ */ ne(qt, [["__scopeId", "data-v-4aab06cf"]]);
505
- var P = /* @__PURE__ */ ((l) => (l[l.BUTTON = 0] = "BUTTON", l[l.TEXT = 1] = "TEXT", l))(P || {});
506
- const Fe = 0;
504
+ }), Ie = /* @__PURE__ */ oe(Qt, [["__scopeId", "data-v-4aab06cf"]]);
505
+ var O = /* @__PURE__ */ ((l) => (l[l.BUTTON = 0] = "BUTTON", l[l.TEXT = 1] = "TEXT", l))(O || {});
506
+ const Oe = 0;
507
507
  ((l) => {
508
508
  function e(o) {
509
- return o.toUpperCase() === "BUTTON" ? 0 : o.toUpperCase() === "TEXT" ? 1 : Fe;
509
+ return o.toUpperCase() === "BUTTON" ? 0 : o.toUpperCase() === "TEXT" ? 1 : Oe;
510
510
  }
511
511
  l.fromString = e;
512
512
  function n(o) {
513
513
  const s = typeof o == "number" ? o : l.fromString(o);
514
- return Object.values(l).includes(s) ? s : Fe;
514
+ return Object.values(l).includes(s) ? s : Oe;
515
515
  }
516
516
  l.fromAny = n;
517
517
  function a(o) {
@@ -519,47 +519,47 @@ const Fe = 0;
519
519
  return Object.values(l).includes(s);
520
520
  }
521
521
  l.isDefined = a;
522
- })(P || (P = {}));
523
- Object.freeze(P);
524
- const Le = ["xs", "sm", "md", "lg", "xl"];
525
- class Zt {
522
+ })(O || (O = {}));
523
+ Object.freeze(O);
524
+ const Pe = ["xs", "sm", "md", "lg", "xl"];
525
+ class Yt {
526
526
  constructor(e) {
527
- de(this, "_value");
528
- this._value = this.cleanBreakpoint(e, !0), e && Le.forEach((n) => {
527
+ ce(this, "_value");
528
+ this._value = this.cleanBreakpoint(e, !0), e && Pe.forEach((n) => {
529
529
  const a = this.cleanBreakpoint(e[n]);
530
530
  a && (this._value[n] = a);
531
531
  });
532
532
  }
533
533
  getOptionsForBreakpoint(e) {
534
534
  const n = this.cleanBreakpoint(this._value), a = Object.keys(n);
535
- for (const o of Le) {
535
+ for (const o of Pe) {
536
536
  const s = this._value[o];
537
- for (const g of a)
538
- (s == null ? void 0 : s[g]) != null && (n[g] = s[g]);
537
+ for (const y of a)
538
+ (s == null ? void 0 : s[y]) != null && (n[y] = s[y]);
539
539
  if (o === e) break;
540
540
  }
541
541
  return n;
542
542
  }
543
543
  }
544
- class Qt extends Zt {
544
+ class Jt extends Yt {
545
545
  // eslint-disable-next-line class-methods-use-this
546
546
  cleanBreakpoint(e, n = !1) {
547
- if ((!e || !ul(e)) && !n) return null;
547
+ if ((!e || !cl(e)) && !n) return null;
548
548
  const a = {};
549
- return n && (a.renderAs = P.BUTTON, a.showLabel = !0, a.showIcon = !0), e && (e.renderAs != null && (a.renderAs = P.fromAny(e.renderAs)), fe(e.label) && (a.label = e.label), De(e.showLabel) && (a.showLabel = e.showLabel), De(e.showIcon) && (a.showIcon = e.showIcon)), Object.keys(a).length ? a : null;
549
+ return n && (a.renderAs = O.BUTTON, a.showLabel = !0, a.showIcon = !0), e && (e.renderAs != null && (a.renderAs = O.fromAny(e.renderAs)), ge(e.label) && (a.label = e.label), Ue(e.showLabel) && (a.showLabel = e.showLabel), Ue(e.showIcon) && (a.showIcon = e.showIcon)), Object.keys(a).length ? a : null;
550
550
  }
551
551
  }
552
- function Re(l) {
552
+ function Me(l) {
553
553
  return l.xlAndUp.value ? "xl" : l.lgAndUp.value ? "lg" : l.mdAndUp.value ? "md" : l.smAndUp.value ? "sm" : "xs";
554
554
  }
555
- class ve {
555
+ class be {
556
556
  constructor(e, n) {
557
- de(this, "name");
558
- de(this, "displayStyle");
559
- de(this, "formAction");
557
+ ce(this, "name");
558
+ ce(this, "displayStyle");
559
+ ce(this, "formAction");
560
560
  if (e.name == null) throw new Error(`Action name must not be empty ${e}`);
561
- const a = !fe(e.label) || e.label.length === 0 ? void 0 : e.label, o = !fe(e.icon) || e.icon.length === 0 ? void 0 : e.icon;
562
- this.name = e.name, this.displayStyle = new Qt(U({ label: a }, e.displayStyle)), this.formAction = n, this.formAction.icon = o, this.formAction.label = a;
561
+ const a = !ge(e.label) || e.label.length === 0 ? void 0 : e.label, o = !ge(e.icon) || e.icon.length === 0 ? void 0 : e.icon;
562
+ this.name = e.name, this.displayStyle = new Jt(N({ label: a }, e.displayStyle)), this.formAction = n, this.formAction.icon = o, this.formAction.label = a;
563
563
  }
564
564
  get label() {
565
565
  var e;
@@ -580,57 +580,57 @@ class ve {
580
580
  }
581
581
  static makeFormAction(e) {
582
582
  let n;
583
- if (e instanceof vl)
584
- n = he.create().registerAction(e);
583
+ if (e instanceof bl)
584
+ n = ke.create().registerAction(e);
585
585
  else if (e === void 0)
586
- n = he.create();
587
- else if (e instanceof he)
586
+ n = ke.create();
587
+ else if (e instanceof ke)
588
588
  n = e;
589
589
  else
590
590
  throw new Error("actionOrExecuteHandler is not of any of supported types");
591
591
  return n;
592
592
  }
593
593
  static closeAction(e, n) {
594
- return new ve(
595
- U({
594
+ return new be(
595
+ N({
596
596
  name: "close",
597
597
  label: "Close",
598
598
  // TODO: needs translation
599
599
  icon: "close-outline",
600
- displayStyle: { renderAs: P.BUTTON, showLabel: !0, showIcon: !0 }
600
+ displayStyle: { renderAs: O.BUTTON, showLabel: !0, showIcon: !0 }
601
601
  }, e),
602
602
  this.makeFormAction(n)
603
603
  );
604
604
  }
605
605
  static yesAction(e, n) {
606
- return new ve(
607
- U({
606
+ return new be(
607
+ N({
608
608
  name: "yes",
609
609
  label: "Yes",
610
610
  // TODO: needs translation
611
611
  icon: "thumbs-up-outline",
612
- displayStyle: { renderAs: P.BUTTON, showLabel: !0, showIcon: !0 }
612
+ displayStyle: { renderAs: O.BUTTON, showLabel: !0, showIcon: !0 }
613
613
  }, e),
614
614
  this.makeFormAction(n)
615
615
  );
616
616
  }
617
617
  static noAction(e, n) {
618
- return new ve(
619
- U({
618
+ return new be(
619
+ N({
620
620
  name: "no",
621
621
  label: "No",
622
622
  // TODO: needs translation
623
623
  icon: "thumbs-down-outline",
624
- displayStyle: { renderAs: P.BUTTON, showLabel: !0, showIcon: !0 }
624
+ displayStyle: { renderAs: O.BUTTON, showLabel: !0, showIcon: !0 }
625
625
  }, e),
626
626
  this.makeFormAction(n)
627
627
  );
628
628
  }
629
629
  }
630
- const Yt = {
630
+ const en = {
631
631
  key: 1,
632
632
  style: { width: ".5rem" }
633
- }, Jt = { key: 2 }, en = /* @__PURE__ */ L({
633
+ }, ln = { key: 2 }, tn = /* @__PURE__ */ R({
634
634
  __name: "df-actions",
635
635
  props: {
636
636
  actions: {},
@@ -638,62 +638,62 @@ const Yt = {
638
638
  showAsGroup: { default: "no" }
639
639
  },
640
640
  setup(l) {
641
- const e = l, n = ee(e.actions) ? e.actions : x(e.actions), a = ml(), o = w(() => {
641
+ const e = l, n = le(e.actions) ? e.actions : D(e.actions), a = vl(), o = w(() => {
642
642
  const i = {};
643
- i["%breakpoint%"] = Re(a);
643
+ i["%breakpoint%"] = Me(a);
644
644
  for (const v of n.value)
645
- i[v.name] = v.displayStyle.getOptionsForBreakpoint(Re(a));
645
+ i[v.name] = v.displayStyle.getOptionsForBreakpoint(Me(a));
646
646
  return i;
647
647
  });
648
648
  function s(i) {
649
649
  var v;
650
650
  return (v = o.value[i.name].showIcon && i.iconAvailable) != null ? v : !0;
651
651
  }
652
- function g(i) {
652
+ function y(i) {
653
653
  return o.value[i.name].showLabel && i.labelAvailable ? !0 : !s(i);
654
654
  }
655
655
  function r(i) {
656
656
  var v;
657
- return (v = o.value[i.name].renderAs) != null ? v : P.BUTTON;
657
+ return (v = o.value[i.name].renderAs) != null ? v : O.BUTTON;
658
658
  }
659
- function b(i) {
659
+ function g(i) {
660
660
  var v;
661
661
  return i.labelAvailable ? (v = i.formAction.label) != null ? v : "" : i.name;
662
662
  }
663
663
  return (i, v) => {
664
- const u = S("v-btn");
665
- return t(n).length > 0 ? (_(), E("div", {
664
+ const u = $("v-btn");
665
+ return t(n).length > 0 ? (V(), U("div", {
666
666
  key: 0,
667
- class: ue(["text-end", {
667
+ class: de(["text-end", {
668
668
  "button-group": i.showAsGroup === "grouped" || i.showAsGroup === "grouped-no-borders",
669
669
  "with-border": i.showAsGroup === "grouped"
670
670
  }])
671
671
  }, [
672
- (_(!0), E(we, null, He(t(n), (m, p) => (_(), B(u, {
673
- key: p,
674
- variant: r(m) === t(P).BUTTON ? "tonal" : "text",
672
+ (V(!0), U(Ce, null, ze(t(n), (p, f) => (V(), B(u, {
673
+ key: f,
674
+ variant: r(p) === t(O).BUTTON ? "tonal" : "text",
675
675
  elevation: 0,
676
- class: ue(p !== -1 ? "" : "ms-3"),
676
+ class: de(f !== -1 ? "" : "ms-3"),
677
677
  size: i.buttonSize,
678
- onClick: ol((f) => m.formAction.execute(f), ["stop"])
678
+ onClick: il((b) => p.formAction.execute(b), ["stop"])
679
679
  }, {
680
- default: h(() => [
681
- s(m) ? (_(), B(t(ke), {
680
+ default: _(() => [
681
+ s(p) ? (V(), B(t(Te), {
682
682
  key: 0,
683
683
  class: "action-icon",
684
- name: m.formAction.icon
685
- }, null, 8, ["name"])) : F("", !0),
686
- s(m) && g(m) ? (_(), E("span", Yt)) : F("", !0),
687
- g(m) ? (_(), E("span", Jt, ie(b(m)), 1)) : F("", !0)
684
+ name: p.formAction.icon
685
+ }, null, 8, ["name"])) : L("", !0),
686
+ s(p) && y(p) ? (V(), U("span", en)) : L("", !0),
687
+ y(p) ? (V(), U("span", ln, ie(g(p)), 1)) : L("", !0)
688
688
  ]),
689
689
  _: 2
690
690
  }, 1032, ["variant", "class", "size", "onClick"]))), 128))
691
- ], 2)) : F("", !0);
691
+ ], 2)) : L("", !0);
692
692
  };
693
693
  }
694
- }), ln = /* @__PURE__ */ ne(en, [["__scopeId", "data-v-d7ba6fac"]]), tn = /* @__PURE__ */ L({
694
+ }), nn = /* @__PURE__ */ oe(tn, [["__scopeId", "data-v-d7ba6fac"]]), on = /* @__PURE__ */ R({
695
695
  __name: "df-checkbox",
696
- props: /* @__PURE__ */ Z({
696
+ props: /* @__PURE__ */ Q({
697
697
  allowNull: { type: Boolean },
698
698
  control: {},
699
699
  modelValue: {},
@@ -706,10 +706,10 @@ const Yt = {
706
706
  visibility: {},
707
707
  cssClass: {},
708
708
  clearable: { type: Boolean }
709
- }, M(U({}, Q), { allowNull: !1 })),
709
+ }, P(N({}, Y), { allowNull: !1 })),
710
710
  emits: ["update:modelValue", "click:clear"],
711
711
  setup(l, { emit: e }) {
712
- const n = l, a = e, { errors: o, label: s, touched: g, value: r, vuetifyBindings: b } = G(n, a), i = w(() => n.allowNull && r.value == null), v = w({
712
+ const n = l, a = e, { errors: o, label: s, touched: y, value: r, vuetifyBindings: g } = z(n, a), i = w(() => n.allowNull && r.value == null), v = w({
713
713
  get() {
714
714
  return r.value;
715
715
  },
@@ -717,25 +717,25 @@ const Yt = {
717
717
  }
718
718
  });
719
719
  function u() {
720
- const m = dl(r.value);
721
- m === !0 ? r.value = n.allowNull ? null : !1 : r.value = m === !1;
720
+ const p = ml(r.value);
721
+ p === !0 ? r.value = n.allowNull ? null : !1 : r.value = p === !1;
722
722
  }
723
- return (m, p) => {
724
- const f = S("v-checkbox");
725
- return _(), B(f, z({
723
+ return (p, f) => {
724
+ const b = $("v-checkbox");
725
+ return V(), B(b, K({
726
726
  modelValue: v.value,
727
- "onUpdate:modelValue": p[0] || (p[0] = (y) => v.value = y)
728
- }, t(b), {
727
+ "onUpdate:modelValue": f[0] || (f[0] = (h) => v.value = h)
728
+ }, t(g), {
729
729
  density: "compact",
730
730
  indeterminate: i.value,
731
731
  "false-value": !1,
732
732
  "true-value": !0,
733
733
  onChange: u,
734
- onBlur: p[1] || (p[1] = (y) => g.value = !0)
735
- }), q({
736
- message: h(({ message: y }) => [
737
- T(t(te), {
738
- message: y,
734
+ onBlur: f[1] || (f[1] = (h) => y.value = !0)
735
+ }), Z({
736
+ message: _(({ message: h }) => [
737
+ T(t(ne), {
738
+ message: h,
739
739
  errors: t(o)
740
740
  }, null, 8, ["message", "errors"])
741
741
  ]),
@@ -743,9 +743,9 @@ const Yt = {
743
743
  }, [
744
744
  t(s).icon ? {
745
745
  name: "label",
746
- fn: h((y) => [
747
- T(t(le), {
748
- data: y,
746
+ fn: _((h) => [
747
+ T(t(te), {
748
+ data: h,
749
749
  label: t(s)
750
750
  }, null, 8, ["data", "label"])
751
751
  ]),
@@ -754,9 +754,9 @@ const Yt = {
754
754
  ]), 1040, ["modelValue", "indeterminate"]);
755
755
  };
756
756
  }
757
- }), nn = /* @__PURE__ */ L({
757
+ }), an = /* @__PURE__ */ R({
758
758
  __name: "df-color",
759
- props: /* @__PURE__ */ Z({
759
+ props: /* @__PURE__ */ Q({
760
760
  allowNull: { type: Boolean },
761
761
  control: {},
762
762
  modelValue: {},
@@ -769,45 +769,45 @@ const Yt = {
769
769
  visibility: {},
770
770
  cssClass: {},
771
771
  clearable: { type: Boolean }
772
- }, M(U({}, Q), { allowNull: !1 })),
772
+ }, P(N({}, Y), { allowNull: !1 })),
773
773
  emits: ["update:modelValue", "click:clear"],
774
774
  setup(l, { emit: e }) {
775
- const n = l, a = e, { errors: o, label: s, touched: g, value: r, vuetifyBindings: b } = G(n, a), i = x(!1), v = w(() => [
775
+ const n = l, a = e, { errors: o, label: s, touched: y, value: r, vuetifyBindings: g } = z(n, a), i = D(!1), v = w(() => [
776
776
  (u) => n.control || !u && n.allowNull || /^#?([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$/.test(u) ? !0 : "Not a valid hex string."
777
777
  ]);
778
- return (u, m) => {
779
- const p = S("v-color-picker"), f = S("v-menu"), y = S("v-text-field");
780
- return _(), B(y, z({
778
+ return (u, p) => {
779
+ const f = $("v-color-picker"), b = $("v-menu"), h = $("v-text-field");
780
+ return V(), B(h, K({
781
781
  modelValue: t(r),
782
- "onUpdate:modelValue": m[2] || (m[2] = (C) => ee(r) ? r.value = C : null)
783
- }, t(b), {
782
+ "onUpdate:modelValue": p[2] || (p[2] = (C) => le(r) ? r.value = C : null)
783
+ }, t(g), {
784
784
  clearable: u.allowNull,
785
785
  type: "text",
786
786
  rules: v.value,
787
- onBlur: m[3] || (m[3] = (C) => g.value = !0)
788
- }), q({
789
- message: h(({ message: C }) => [
790
- T(t(te), {
787
+ onBlur: p[3] || (p[3] = (C) => y.value = !0)
788
+ }), Z({
789
+ message: _(({ message: C }) => [
790
+ T(t(ne), {
791
791
  message: C,
792
792
  errors: t(o)
793
793
  }, null, 8, ["message", "errors"])
794
794
  ]),
795
- "prepend-inner": h(() => [
796
- J("div", {
797
- style: Te([{ width: "24px", height: "24px", "border-radius": "4px", border: "1px solid #ccc" }, { backgroundColor: t(r) }])
795
+ "prepend-inner": _(() => [
796
+ ee("div", {
797
+ style: Be([{ width: "24px", height: "24px", "border-radius": "4px", border: "1px solid #ccc" }, { backgroundColor: t(r) }])
798
798
  }, null, 4)
799
799
  ]),
800
- default: h(() => [
801
- T(f, {
800
+ default: _(() => [
801
+ T(b, {
802
802
  modelValue: i.value,
803
- "onUpdate:modelValue": m[1] || (m[1] = (C) => i.value = C),
803
+ "onUpdate:modelValue": p[1] || (p[1] = (C) => i.value = C),
804
804
  "close-on-content-click": !1,
805
805
  activator: "parent"
806
806
  }, {
807
- default: h(() => [
808
- T(p, {
807
+ default: _(() => [
808
+ T(f, {
809
809
  modelValue: t(r),
810
- "onUpdate:modelValue": m[0] || (m[0] = (C) => ee(r) ? r.value = C : null),
810
+ "onUpdate:modelValue": p[0] || (p[0] = (C) => le(r) ? r.value = C : null),
811
811
  mode: "hexa"
812
812
  }, null, 8, ["modelValue"])
813
813
  ]),
@@ -818,8 +818,8 @@ const Yt = {
818
818
  }, [
819
819
  t(s).icon ? {
820
820
  name: "label",
821
- fn: h((C) => [
822
- T(t(le), {
821
+ fn: _((C) => [
822
+ T(t(te), {
823
823
  data: C,
824
824
  label: t(s)
825
825
  }, null, 8, ["data", "label"])
@@ -829,9 +829,9 @@ const Yt = {
829
829
  ]), 1040, ["modelValue", "clearable", "rules"]);
830
830
  };
831
831
  }
832
- }), on = { class: "d-flex w-100 pt-5 pl-2 pb-1" }, an = /* @__PURE__ */ L({
832
+ }), sn = { class: "d-flex w-100 pt-5 pl-2 pb-1" }, rn = /* @__PURE__ */ R({
833
833
  __name: "df-datetime",
834
- props: /* @__PURE__ */ Z({
834
+ props: /* @__PURE__ */ Q({
835
835
  inputType: {},
836
836
  displayFormatDate: {},
837
837
  displayFormatTime: {},
@@ -846,140 +846,140 @@ const Yt = {
846
846
  visibility: {},
847
847
  cssClass: {},
848
848
  clearable: { type: Boolean }
849
- }, M(U({}, Q), {
849
+ }, P(N({}, Y), {
850
850
  inputType: "datetime",
851
851
  displayFormatDate: "P",
852
852
  displayFormatTime: "p"
853
853
  })),
854
854
  emits: ["update:modelValue", "click:clear"],
855
855
  setup(l, { emit: e }) {
856
- const n = l, a = e, { touched: o, value: s, vuetifyBindings: g } = G(n, a), { inputType: r, displayFormatDate: b, displayFormatTime: i } = ge(n), v = x(""), u = w({
856
+ const n = l, a = e, { touched: o, value: s, vuetifyBindings: y } = z(n, a), { inputType: r, displayFormatDate: g, displayFormatTime: i } = he(n), v = D(""), u = w({
857
857
  get() {
858
858
  return t(v) === "date";
859
859
  },
860
860
  set(d) {
861
861
  v.value = d ? "date" : "";
862
862
  }
863
- }), m = w({
863
+ }), p = w({
864
864
  get() {
865
865
  return t(v) === "time";
866
866
  },
867
867
  set(d) {
868
868
  v.value = d ? "time" : "";
869
869
  }
870
- }), p = (d) => `${ce(d, "yyyy-MM-dd")}T${ce(d, "HH:mm")}:00`, f = x(null);
871
- function y(d, c) {
870
+ }), f = (d) => `${me(d, "yyyy-MM-dd")}T${me(d, "HH:mm")}:00`, b = D(null);
871
+ function h(d, c) {
872
872
  if (d == null)
873
- f.value = null;
873
+ b.value = null;
874
874
  else if (c === -1)
875
875
  if (t(r) === "time")
876
- f.value = p(/* @__PURE__ */ new Date()), y(`T${d}`, 1);
876
+ b.value = f(/* @__PURE__ */ new Date()), h(`T${d}`, 1);
877
877
  else {
878
- const D = p(new Date(d));
879
- y(D, 0), y(D, 1);
878
+ const A = f(new Date(d));
879
+ h(A, 0), h(A, 1);
880
880
  }
881
881
  else {
882
- f.value == null && (f.value = p(/* @__PURE__ */ new Date()));
883
- const D = f.value.split(/[TZ]/g), O = d.split(/[TZ]/g);
884
- D[c] = O[c], f.value = p(/* @__PURE__ */ new Date(`${D[0]}T${D[1].split(".")[0]}`)), t(r) === "date" ? s.value = D[0] : t(r) === "time" ? s.value = D[1] : s.value = t(f) + ce(/* @__PURE__ */ new Date(), "XXX");
882
+ b.value == null && (b.value = f(/* @__PURE__ */ new Date()));
883
+ const A = b.value.split(/[TZ]/g), F = d.split(/[TZ]/g);
884
+ A[c] = F[c], b.value = f(/* @__PURE__ */ new Date(`${A[0]}T${A[1].split(".")[0]}`)), t(r) === "date" ? s.value = A[0] : t(r) === "time" ? s.value = A[1] : s.value = t(b) + me(/* @__PURE__ */ new Date(), "XXX");
885
885
  }
886
886
  }
887
- me(s, (d) => y(d, -1), { immediate: !0 });
887
+ re(s, (d) => h(d, -1), { immediate: !0 });
888
888
  const C = w({
889
889
  get() {
890
- const d = t(f);
890
+ const d = t(b);
891
891
  if (d == null) return null;
892
892
  const c = new Date(d);
893
893
  return Number.isNaN(c.getTime()) ? null : c;
894
894
  },
895
895
  set(d) {
896
- y(p(d), 0);
896
+ h(f(d), 0);
897
897
  }
898
898
  }), k = w({
899
899
  get() {
900
- const d = t(f);
900
+ const d = t(b);
901
901
  return d == null ? "" : d.split(/[TZ]/g)[1].split(".")[0];
902
902
  },
903
903
  set(d) {
904
- y(`T${d}`, 1);
904
+ h(`T${d}`, 1);
905
905
  }
906
- }), R = w({
906
+ }), E = w({
907
907
  get() {
908
908
  const d = t(C);
909
- return d == null ? "" : ce(d, t(b));
909
+ return d == null ? "" : me(d, t(g));
910
910
  },
911
911
  set(d) {
912
912
  try {
913
- const c = bl(d, t(b), /* @__PURE__ */ new Date());
914
- y(p(c), 0);
913
+ const c = yl(d, t(g), /* @__PURE__ */ new Date());
914
+ h(f(c), 0);
915
915
  } catch (c) {
916
916
  console.error(c);
917
917
  }
918
918
  }
919
- }), N = w({
919
+ }), x = w({
920
920
  get() {
921
921
  const d = t(C);
922
- return d == null ? "" : ce(d, t(i));
922
+ return d == null ? "" : me(d, t(i));
923
923
  },
924
924
  set(d) {
925
925
  const c = d.match(/(\d+):(\d+)\s?([a-zA-Z]+)?/);
926
926
  if (c == null) return;
927
- let D = xe(c[1]);
928
- const O = xe(c[2]);
929
- Ne(D) || Ne(O) || (c[3] && c[3].toLowerCase() === "pm" && D < 13 && (D += 12), y(`T${D.toString().padStart(2, "0")}:${O.toString().padStart(2, "0")}:00`, 1));
927
+ let A = Ee(c[1]);
928
+ const F = Ee(c[2]);
929
+ Fe(A) || Fe(F) || (c[3] && c[3].toLowerCase() === "pm" && A < 13 && (A += 12), h(`T${A.toString().padStart(2, "0")}:${F.toString().padStart(2, "0")}:00`, 1));
930
930
  }
931
931
  });
932
932
  return (d, c) => {
933
- const D = S("v-date-picker"), O = S("v-confirm-edit"), H = S("v-menu"), j = S("v-text-field"), I = S("v-time-picker");
934
- return _(), B(t(Ce), z(n, {
933
+ const A = $("v-date-picker"), F = $("v-confirm-edit"), G = $("v-menu"), W = $("v-text-field"), pe = $("v-time-picker");
934
+ return V(), B(t(Ie), K(n, {
935
935
  clearable: "",
936
- "onClick:clear": c[14] || (c[14] = ($) => s.value = null),
937
- onBlur: c[15] || (c[15] = ($) => o.value = !0)
936
+ "onClick:clear": c[14] || (c[14] = (M) => s.value = null),
937
+ onBlur: c[15] || (c[15] = (M) => o.value = !0)
938
938
  }), {
939
- default: h(($) => [
940
- J("div", on, [
941
- ["date", "datetime"].includes(t(r)) ? (_(), B(j, {
939
+ default: _((M) => [
940
+ ee("div", sn, [
941
+ ["date", "datetime"].includes(t(r)) ? (V(), B(W, {
942
942
  key: 0,
943
- modelValue: R.value,
944
- "onUpdate:modelValue": c[4] || (c[4] = (V) => R.value = V),
943
+ modelValue: E.value,
944
+ "onUpdate:modelValue": c[4] || (c[4] = (m) => E.value = m),
945
945
  style: { "flex-grow": "4" },
946
946
  density: "compact",
947
947
  variant: "plain",
948
948
  clearable: !1,
949
949
  "hide-details": !0,
950
- readonly: t(g).readonly,
951
- disabled: t(g).disabled,
952
- name: `${t(g).name}-date`,
953
- onClick: c[5] || (c[5] = (V) => v.value = "date"),
954
- onKeydown: c[6] || (c[6] = Se((V) => v.value = "date", ["space"])),
955
- onFocus: (V) => $.focus(),
956
- onBlur: (V) => $.blur()
950
+ readonly: t(y).readonly,
951
+ disabled: t(y).disabled,
952
+ name: `${t(y).name}-date`,
953
+ onClick: c[5] || (c[5] = (m) => v.value = "date"),
954
+ onKeydown: c[6] || (c[6] = xe((m) => v.value = "date", ["space"])),
955
+ onFocus: (m) => M.focus(),
956
+ onBlur: (m) => M.blur()
957
957
  }, {
958
- default: h(() => [
959
- T(H, {
958
+ default: _(() => [
959
+ T(G, {
960
960
  modelValue: u.value,
961
- "onUpdate:modelValue": c[3] || (c[3] = (V) => u.value = V),
961
+ "onUpdate:modelValue": c[3] || (c[3] = (m) => u.value = m),
962
962
  "close-on-content-click": !1,
963
963
  activator: "parent"
964
964
  }, {
965
- default: h(() => [
966
- T(O, {
965
+ default: _(() => [
966
+ T(F, {
967
967
  modelValue: C.value,
968
- "onUpdate:modelValue": c[0] || (c[0] = (V) => C.value = V),
969
- onCancel: c[1] || (c[1] = (V) => v.value = ""),
970
- onSave: c[2] || (c[2] = (V) => v.value = "")
968
+ "onUpdate:modelValue": c[0] || (c[0] = (m) => C.value = m),
969
+ onCancel: c[1] || (c[1] = (m) => v.value = ""),
970
+ onSave: c[2] || (c[2] = (m) => v.value = "")
971
971
  }, {
972
- default: h(({ model: V, actions: Y }) => [
973
- T(D, {
974
- modelValue: V.value,
975
- "onUpdate:modelValue": (A) => V.value = A,
972
+ default: _(({ model: m, actions: I }) => [
973
+ T(A, {
974
+ modelValue: m.value,
975
+ "onUpdate:modelValue": (H) => m.value = H,
976
976
  "hide-header": !0,
977
977
  "first-day-of-week": 1,
978
978
  "show-adjacent-months": !0,
979
979
  "show-week": !0
980
980
  }, {
981
- actions: h(() => [
982
- (_(), B(re(Y)))
981
+ actions: _(() => [
982
+ (V(), B(ue(I)))
983
983
  ]),
984
984
  _: 2
985
985
  }, 1032, ["modelValue", "onUpdate:modelValue"])
@@ -991,47 +991,47 @@ const Yt = {
991
991
  }, 8, ["modelValue"])
992
992
  ]),
993
993
  _: 2
994
- }, 1032, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) : F("", !0),
995
- ["time", "datetime"].includes(t(r)) ? (_(), B(j, {
994
+ }, 1032, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) : L("", !0),
995
+ ["time", "datetime"].includes(t(r)) ? (V(), B(W, {
996
996
  key: 1,
997
- modelValue: N.value,
998
- "onUpdate:modelValue": c[11] || (c[11] = (V) => N.value = V),
997
+ modelValue: x.value,
998
+ "onUpdate:modelValue": c[11] || (c[11] = (m) => x.value = m),
999
999
  style: { "flex-grow": "3" },
1000
1000
  density: "compact",
1001
1001
  variant: "plain",
1002
1002
  clearable: !1,
1003
1003
  "hide-details": !0,
1004
- readonly: t(g).readonly,
1005
- disabled: t(g).disabled,
1006
- name: `${t(g).name}-time`,
1007
- onClick: c[12] || (c[12] = (V) => v.value = "time"),
1008
- onKeydown: c[13] || (c[13] = Se((V) => v.value = "time", ["space"])),
1009
- onFocus: (V) => $.focus(),
1010
- onBlur: (V) => $.blur()
1004
+ readonly: t(y).readonly,
1005
+ disabled: t(y).disabled,
1006
+ name: `${t(y).name}-time`,
1007
+ onClick: c[12] || (c[12] = (m) => v.value = "time"),
1008
+ onKeydown: c[13] || (c[13] = xe((m) => v.value = "time", ["space"])),
1009
+ onFocus: (m) => M.focus(),
1010
+ onBlur: (m) => M.blur()
1011
1011
  }, {
1012
- default: h(() => [
1013
- T(H, {
1014
- modelValue: m.value,
1015
- "onUpdate:modelValue": c[10] || (c[10] = (V) => m.value = V),
1012
+ default: _(() => [
1013
+ T(G, {
1014
+ modelValue: p.value,
1015
+ "onUpdate:modelValue": c[10] || (c[10] = (m) => p.value = m),
1016
1016
  "close-on-content-click": !1,
1017
1017
  activator: "parent"
1018
1018
  }, {
1019
- default: h(() => [
1020
- T(O, {
1019
+ default: _(() => [
1020
+ T(F, {
1021
1021
  modelValue: k.value,
1022
- "onUpdate:modelValue": c[7] || (c[7] = (V) => k.value = V),
1023
- onCancel: c[8] || (c[8] = (V) => v.value = ""),
1024
- onSave: c[9] || (c[9] = (V) => v.value = "")
1022
+ "onUpdate:modelValue": c[7] || (c[7] = (m) => k.value = m),
1023
+ onCancel: c[8] || (c[8] = (m) => v.value = ""),
1024
+ onSave: c[9] || (c[9] = (m) => v.value = "")
1025
1025
  }, {
1026
- default: h(({ model: V, actions: Y }) => [
1027
- T(I, {
1028
- modelValue: V.value,
1029
- "onUpdate:modelValue": (A) => V.value = A,
1026
+ default: _(({ model: m, actions: I }) => [
1027
+ T(pe, {
1028
+ modelValue: m.value,
1029
+ "onUpdate:modelValue": (H) => m.value = H,
1030
1030
  "hide-header": !0,
1031
1031
  format: "24hr"
1032
1032
  }, {
1033
- actions: h(() => [
1034
- (_(), B(re(Y)))
1033
+ actions: _(() => [
1034
+ (V(), B(ue(I)))
1035
1035
  ]),
1036
1036
  _: 2
1037
1037
  }, 1032, ["modelValue", "onUpdate:modelValue"])
@@ -1043,19 +1043,19 @@ const Yt = {
1043
1043
  }, 8, ["modelValue"])
1044
1044
  ]),
1045
1045
  _: 2
1046
- }, 1032, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) : F("", !0)
1046
+ }, 1032, ["modelValue", "readonly", "disabled", "name", "onFocus", "onBlur"])) : L("", !0)
1047
1047
  ])
1048
1048
  ]),
1049
1049
  _: 1
1050
1050
  }, 16);
1051
1051
  };
1052
1052
  }
1053
- }), sn = {
1053
+ }), un = {
1054
1054
  class: "d-flex w-100 pt-5 pl-2 pb-1",
1055
1055
  style: { position: "relative" }
1056
- }, rn = /* @__PURE__ */ L({
1056
+ }, dn = /* @__PURE__ */ R({
1057
1057
  __name: "df-file",
1058
- props: /* @__PURE__ */ Z({
1058
+ props: /* @__PURE__ */ Q({
1059
1059
  comms: {},
1060
1060
  control: {},
1061
1061
  modelValue: {},
@@ -1068,83 +1068,83 @@ const Yt = {
1068
1068
  visibility: {},
1069
1069
  cssClass: {},
1070
1070
  clearable: { type: Boolean }
1071
- }, Q),
1071
+ }, Y),
1072
1072
  emits: ["update:modelValue", "click:clear"],
1073
1073
  setup(l, { emit: e }) {
1074
- const n = l, a = e, { touched: o, value: s, vuetifyBindings: g } = G(n, a), r = x(null), b = x(null), i = x(0), v = x(Math.round(Math.random() * 1e3)), u = x(), m = w(() => b.value && i.value < 100), p = w(() => !u.value && s.value ? n.modelValue : "");
1075
- function f() {
1074
+ const n = l, a = e, { touched: o, value: s, vuetifyBindings: y } = z(n, a), r = D(null), g = D(null), i = D(0), v = D(Math.round(Math.random() * 1e3)), u = D(), p = w(() => g.value && i.value < 100), f = w(() => !u.value && s.value ? n.modelValue : "");
1075
+ function b() {
1076
1076
  r.value && window.clearInterval(r.value);
1077
1077
  }
1078
- function y() {
1079
- f(), r.value = window.setInterval(() => {
1078
+ function h() {
1079
+ b(), r.value = window.setInterval(() => {
1080
1080
  s.value && n.comms.touch(s.value);
1081
1081
  }, 60 * 1e3);
1082
1082
  }
1083
- Pe(() => f()), me(s, (N) => {
1084
- N ? y() : f();
1083
+ je(() => b()), re(s, (x) => {
1084
+ x ? h() : b();
1085
1085
  });
1086
1086
  function C() {
1087
- return pe(this, null, function* () {
1088
- s.value && (yield n.comms.delete(s.value)), s.value = null, i.value = 0, v.value = Math.round(Math.random() * 1e3), b.value = null, u.value = null, f();
1087
+ return ve(this, null, function* () {
1088
+ s.value && (yield n.comms.delete(s.value)), s.value = null, i.value = 0, v.value = Math.round(Math.random() * 1e3), g.value = null, u.value = null, b();
1089
1089
  });
1090
1090
  }
1091
- function k(N) {
1092
- return pe(this, null, function* () {
1093
- i.value = -1, b.value = N;
1091
+ function k(x) {
1092
+ return ve(this, null, function* () {
1093
+ i.value = -1, g.value = x;
1094
1094
  try {
1095
1095
  s.value = yield n.comms.upload(
1096
- N,
1096
+ x,
1097
1097
  (d, c) => {
1098
1098
  i.value = Math.round(d * 100 / c);
1099
1099
  }
1100
- ), i.value = 100, y();
1100
+ ), i.value = 100, h();
1101
1101
  } catch (d) {
1102
- throw i.value = 0, b.value = null, v.value = Math.round(Math.random() * 1e3), u.value = null, d;
1102
+ throw i.value = 0, g.value = null, v.value = Math.round(Math.random() * 1e3), u.value = null, d;
1103
1103
  }
1104
1104
  });
1105
1105
  }
1106
- function R(N) {
1107
- N && (Array.isArray(N) ? console.error("Uploading multiple files not supported right now") : k(N));
1106
+ function E(x) {
1107
+ x && (Array.isArray(x) ? console.error("Uploading multiple files not supported right now") : k(x));
1108
1108
  }
1109
- return (N, d) => {
1110
- const c = S("v-icon"), D = S("v-progress-linear"), O = S("v-file-input");
1111
- return _(), B(t(Ce), z(M(U({}, n), { loading: m.value }), {
1109
+ return (x, d) => {
1110
+ const c = $("v-icon"), A = $("v-progress-linear"), F = $("v-file-input");
1111
+ return V(), B(t(Ie), K(P(N({}, n), { loading: p.value }), {
1112
1112
  clearable: "",
1113
1113
  "onClick:clear": C,
1114
- onBlur: d[1] || (d[1] = (H) => o.value = !0)
1114
+ onBlur: d[1] || (d[1] = (G) => o.value = !0)
1115
1115
  }), {
1116
- "prepend-inner": h(() => [
1116
+ "prepend-inner": _(() => [
1117
1117
  T(c, { icon: "$file" })
1118
1118
  ]),
1119
- loader: h(() => [
1120
- b.value && i.value < 100 ? (_(), B(D, {
1119
+ loader: _(() => [
1120
+ g.value && i.value < 100 ? (V(), B(A, {
1121
1121
  key: 0,
1122
1122
  "model-value": i.value,
1123
1123
  indeterminate: i.value === -1
1124
- }, null, 8, ["model-value", "indeterminate"])) : F("", !0)
1124
+ }, null, 8, ["model-value", "indeterminate"])) : L("", !0)
1125
1125
  ]),
1126
- default: h((H) => [
1127
- J("div", sn, [
1128
- T(O, {
1126
+ default: _((G) => [
1127
+ ee("div", un, [
1128
+ T(F, {
1129
1129
  modelValue: u.value,
1130
1130
  "onUpdate:modelValue": [
1131
- d[0] || (d[0] = (j) => u.value = j),
1132
- R
1131
+ d[0] || (d[0] = (W) => u.value = W),
1132
+ E
1133
1133
  ],
1134
- label: p.value,
1134
+ label: f.value,
1135
1135
  density: "compact",
1136
1136
  variant: "plain",
1137
- readonly: t(g).readonly,
1138
- disabled: t(g).disabled,
1139
- name: t(g).name,
1137
+ readonly: t(y).readonly,
1138
+ disabled: t(y).disabled,
1139
+ name: t(y).name,
1140
1140
  "hide-details": !0,
1141
1141
  "show-size": !0,
1142
1142
  multiple: !1,
1143
- style: Te(b.value && i.value < 100 ? "visibility: hidden" : ""),
1143
+ style: Be(g.value && i.value < 100 ? "visibility: hidden" : ""),
1144
1144
  clearable: !1,
1145
1145
  "prepend-icon": "",
1146
- onFocus: (j) => H.focus(),
1147
- onBlur: (j) => H.blur()
1146
+ onFocus: (W) => G.focus(),
1147
+ onBlur: (W) => G.blur()
1148
1148
  }, null, 8, ["modelValue", "label", "readonly", "disabled", "name", "style", "onFocus", "onBlur"])
1149
1149
  ])
1150
1150
  ]),
@@ -1152,9 +1152,9 @@ const Yt = {
1152
1152
  }, 16);
1153
1153
  };
1154
1154
  }
1155
- }), un = { class: "container" }, dn = /* @__PURE__ */ L({
1155
+ }), cn = { class: "container" }, mn = /* @__PURE__ */ R({
1156
1156
  __name: "df-input",
1157
- props: /* @__PURE__ */ Z({
1157
+ props: /* @__PURE__ */ Q({
1158
1158
  inputType: {},
1159
1159
  precision: {},
1160
1160
  step: {},
@@ -1171,7 +1171,7 @@ const Yt = {
1171
1171
  visibility: {},
1172
1172
  cssClass: {},
1173
1173
  clearable: { type: Boolean }
1174
- }, M(U({}, Q), {
1174
+ }, P(N({}, Y), {
1175
1175
  inputType: "text",
1176
1176
  precision: null,
1177
1177
  step: void 0,
@@ -1180,20 +1180,20 @@ const Yt = {
1180
1180
  })),
1181
1181
  emits: ["update:modelValue", "click:clear"],
1182
1182
  setup(l, { emit: e }) {
1183
- const n = l, a = e, { errors: o, label: s, touched: g, value: r, vuetifyBindings: b } = G(n, a), { inputType: i, max: v, min: u, precision: m, step: p } = ge(n), f = w(() => i.value === "number"), y = w(() => f.value ? { min: t(u), max: t(v), precision: t(m), step: t(p) } : {});
1183
+ const n = l, a = e, { errors: o, label: s, touched: y, value: r, vuetifyBindings: g } = z(n, a), { inputType: i, max: v, min: u, precision: p, step: f } = he(n), b = w(() => i.value === "number"), h = w(() => b.value ? { min: t(u), max: t(v), precision: t(p), step: t(f) } : {});
1184
1184
  return (C, k) => {
1185
- const R = S("v-text-field"), N = S("v-number-input");
1186
- return _(), E("div", un, [
1187
- f.value ? (_(), B(N, z({
1185
+ const E = $("v-text-field"), x = $("v-number-input");
1186
+ return V(), U("div", cn, [
1187
+ b.value ? (V(), B(x, K({
1188
1188
  key: 1,
1189
1189
  modelValue: t(r),
1190
- "onUpdate:modelValue": k[2] || (k[2] = (d) => ee(r) ? r.value = d : null)
1191
- }, U(U({}, t(b)), y.value), {
1190
+ "onUpdate:modelValue": k[2] || (k[2] = (d) => le(r) ? r.value = d : null)
1191
+ }, N(N({}, t(g)), h.value), {
1192
1192
  density: "compact",
1193
1193
  "control-variant": "stacked"
1194
- }), q({
1195
- message: h(({ message: d }) => [
1196
- T(t(te), {
1194
+ }), Z({
1195
+ message: _(({ message: d }) => [
1196
+ T(t(ne), {
1197
1197
  message: d,
1198
1198
  errors: t(o)
1199
1199
  }, null, 8, ["message", "errors"])
@@ -1202,24 +1202,24 @@ const Yt = {
1202
1202
  }, [
1203
1203
  t(s).icon ? {
1204
1204
  name: "label",
1205
- fn: h((d) => [
1206
- T(t(le), {
1205
+ fn: _((d) => [
1206
+ T(t(te), {
1207
1207
  data: d,
1208
1208
  label: t(s)
1209
1209
  }, null, 8, ["data", "label"])
1210
1210
  ]),
1211
1211
  key: "0"
1212
1212
  } : void 0
1213
- ]), 1040, ["modelValue"])) : (_(), B(R, z({
1213
+ ]), 1040, ["modelValue"])) : (V(), B(E, K({
1214
1214
  key: 0,
1215
1215
  modelValue: t(r),
1216
- "onUpdate:modelValue": k[0] || (k[0] = (d) => ee(r) ? r.value = d : null)
1217
- }, t(b), {
1216
+ "onUpdate:modelValue": k[0] || (k[0] = (d) => le(r) ? r.value = d : null)
1217
+ }, t(g), {
1218
1218
  type: t(i),
1219
- onBlur: k[1] || (k[1] = (d) => g.value = !0)
1220
- }), q({
1221
- message: h(({ message: d }) => [
1222
- T(t(te), {
1219
+ onBlur: k[1] || (k[1] = (d) => y.value = !0)
1220
+ }), Z({
1221
+ message: _(({ message: d }) => [
1222
+ T(t(ne), {
1223
1223
  message: d,
1224
1224
  errors: t(o)
1225
1225
  }, null, 8, ["message", "errors"])
@@ -1228,8 +1228,8 @@ const Yt = {
1228
1228
  }, [
1229
1229
  t(s).icon ? {
1230
1230
  name: "label",
1231
- fn: h((d) => [
1232
- T(t(le), {
1231
+ fn: _((d) => [
1232
+ T(t(te), {
1233
1233
  data: d,
1234
1234
  label: t(s)
1235
1235
  }, null, 8, ["data", "label"])
@@ -1240,7 +1240,7 @@ const Yt = {
1240
1240
  ]);
1241
1241
  };
1242
1242
  }
1243
- }), cn = /* @__PURE__ */ ne(dn, [["__scopeId", "data-v-06be139f"]]), mn = { class: "editor-container" }, pn = { class: "editor-container__editor" }, vn = { ref: "editorElement" }, fn = /* @__PURE__ */ L({
1243
+ }), pn = /* @__PURE__ */ oe(mn, [["__scopeId", "data-v-06be139f"]]), vn = { class: "editor-container" }, fn = { class: "editor-container__editor" }, bn = { ref: "editorElement" }, gn = /* @__PURE__ */ R({
1244
1244
  __name: "ck-editor-custom",
1245
1245
  props: {
1246
1246
  modelValue: { default: "" },
@@ -1249,10 +1249,10 @@ const Yt = {
1249
1249
  },
1250
1250
  emits: ["update:modelValue"],
1251
1251
  setup(l, { expose: e, emit: n }) {
1252
- al((u) => ({
1252
+ rl((u) => ({
1253
1253
  "3d4d5a06": u.minHeight
1254
1254
  }));
1255
- const a = n, o = x(!1), s = ot, i = {
1255
+ const a = n, o = D(!1), s = st, i = {
1256
1256
  toolbar: {
1257
1257
  items: [
1258
1258
  "undo",
@@ -1284,8 +1284,6 @@ const Yt = {
1284
1284
  shouldNotGroupWhenFull: !1
1285
1285
  },
1286
1286
  plugins: [
1287
- gl,
1288
- yl,
1289
1287
  hl,
1290
1288
  _l,
1291
1289
  Vl,
@@ -1324,7 +1322,9 @@ const Yt = {
1324
1322
  et,
1325
1323
  lt,
1326
1324
  tt,
1327
- nt
1325
+ nt,
1326
+ ot,
1327
+ at
1328
1328
  ],
1329
1329
  balloonToolbar: ["bold", "italic", "|", "link", "|", "bulletedList", "numberedList"],
1330
1330
  heading: {
@@ -1383,34 +1383,34 @@ const Yt = {
1383
1383
  },
1384
1384
  table: { contentToolbar: ["tableColumn", "tableRow", "mergeTableCells", "tableProperties", "tableCellProperties"] }
1385
1385
  };
1386
- Oe(() => {
1386
+ He(() => {
1387
1387
  o.value = !0;
1388
1388
  });
1389
1389
  const v = (u) => {
1390
1390
  };
1391
- return e({ onEditorReady: v }), (u, m) => {
1392
- const p = S("ckeditor");
1393
- return _(), E("div", mn, [
1394
- J("div", pn, [
1395
- J("div", vn, [
1396
- o.value ? (_(), B(p, {
1391
+ return e({ onEditorReady: v }), (u, p) => {
1392
+ const f = $("ckeditor");
1393
+ return V(), U("div", vn, [
1394
+ ee("div", fn, [
1395
+ ee("div", bn, [
1396
+ o.value ? (V(), B(f, {
1397
1397
  key: 0,
1398
1398
  "model-value": u.modelValue,
1399
1399
  editor: t(s),
1400
1400
  config: i,
1401
1401
  disabled: u.disabled,
1402
- style: Te(`min-height: ${u.minHeight}`),
1402
+ style: Be(`min-height: ${u.minHeight}`),
1403
1403
  onReady: v,
1404
- "onUpdate:modelValue": m[0] || (m[0] = (f) => a("update:modelValue", f))
1405
- }, null, 8, ["model-value", "editor", "disabled", "style"])) : F("", !0)
1404
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => a("update:modelValue", b))
1405
+ }, null, 8, ["model-value", "editor", "disabled", "style"])) : L("", !0)
1406
1406
  ], 512)
1407
1407
  ])
1408
1408
  ]);
1409
1409
  };
1410
1410
  }
1411
- }), bn = /* @__PURE__ */ L({
1411
+ }), yn = /* @__PURE__ */ R({
1412
1412
  __name: "df-rtf-editor",
1413
- props: /* @__PURE__ */ Z({
1413
+ props: /* @__PURE__ */ Q({
1414
1414
  minHeight: {},
1415
1415
  control: {},
1416
1416
  modelValue: {},
@@ -1423,61 +1423,61 @@ const Yt = {
1423
1423
  visibility: {},
1424
1424
  cssClass: {},
1425
1425
  clearable: { type: Boolean }
1426
- }, M(U({}, Q), { minHeight: void 0 })),
1426
+ }, P(N({}, Y), { minHeight: void 0 })),
1427
1427
  emits: ["update:modelValue", "click:clear"],
1428
1428
  setup(l, { emit: e }) {
1429
- const n = l, a = e, { value: o, vuetifyBindings: s } = G(n, a);
1430
- return (g, r) => (_(), B(t(Ce), W(X(n)), {
1431
- default: h((b) => [
1432
- T(fn, {
1429
+ const n = l, a = e, { value: o, vuetifyBindings: s } = z(n, a);
1430
+ return (y, r) => (V(), B(t(Ie), X(q(n)), {
1431
+ default: _((g) => [
1432
+ T(gn, {
1433
1433
  ref: "$editor",
1434
1434
  modelValue: t(o),
1435
- "onUpdate:modelValue": r[0] || (r[0] = (i) => ee(o) ? o.value = i : null),
1436
- class: ue({ "mt-8": !!g.label }),
1437
- "min-height": g.minHeight,
1435
+ "onUpdate:modelValue": r[0] || (r[0] = (i) => le(o) ? o.value = i : null),
1436
+ class: de({ "mt-8": !!y.label }),
1437
+ "min-height": y.minHeight,
1438
1438
  disabled: t(s).disabled,
1439
- onFocusin: (i) => b.focus(),
1440
- onFocusout: (i) => b.blur()
1439
+ onFocusin: (i) => g.focus(),
1440
+ onFocusout: (i) => g.blur()
1441
1441
  }, null, 8, ["modelValue", "class", "min-height", "disabled", "onFocusin", "onFocusout"])
1442
1442
  ]),
1443
1443
  _: 1
1444
1444
  }, 16));
1445
1445
  }
1446
1446
  });
1447
- function gn(l) {
1447
+ function hn(l) {
1448
1448
  return l.map((e) => ({ value: e.id, title: e.text, icon: e.icon }));
1449
1449
  }
1450
- function ae(l, e) {
1450
+ function J(l, e) {
1451
1451
  var n;
1452
- return l == null || Ue(l) && l.length === 0 ? null : e ? je(l) : Ue(l) ? (n = Ke(l)) != null ? n : null : l;
1452
+ return l == null || Le(l) && l.length === 0 ? null : e ? Ge(l) : Le(l) ? (n = We(l)) != null ? n : null : l;
1453
1453
  }
1454
- function be(l, e) {
1454
+ function ye(l, e) {
1455
1455
  if (e == null) return [];
1456
- const n = je(e);
1456
+ const n = Ge(e);
1457
1457
  return l.filter((a) => n.some((o) => o === a.id));
1458
1458
  }
1459
- function Ve(l, e, n, a, o) {
1460
- var g;
1461
- const s = ae(l, n);
1459
+ function fe(l, e, n, a, o) {
1460
+ var y;
1461
+ const s = J(l, n);
1462
1462
  if (s == null) {
1463
1463
  e.value = n ? [] : null;
1464
1464
  return;
1465
1465
  }
1466
1466
  if (n)
1467
- a ? e.value = s : e.value = be(o, s).map((r) => r.id);
1467
+ a ? e.value = s : e.value = ye(o, s).map((r) => r.id);
1468
1468
  else if (a)
1469
1469
  e.value = s;
1470
1470
  else {
1471
- const r = Ke(be(o, s));
1472
- e.value = (g = r == null ? void 0 : r.id) != null ? g : null;
1471
+ const r = We(ye(o, s));
1472
+ e.value = (y = r == null ? void 0 : r.id) != null ? y : null;
1473
1473
  }
1474
1474
  }
1475
- const yn = {
1475
+ const _n = {
1476
1476
  key: 0,
1477
1477
  class: "me-1"
1478
- }, hn = /* @__PURE__ */ L({
1478
+ }, Vn = /* @__PURE__ */ R({
1479
1479
  __name: "df-select",
1480
- props: /* @__PURE__ */ Z({
1480
+ props: /* @__PURE__ */ Q({
1481
1481
  choices: {},
1482
1482
  multiple: { type: Boolean },
1483
1483
  allowTags: { type: Boolean },
@@ -1494,7 +1494,7 @@ const yn = {
1494
1494
  visibility: {},
1495
1495
  cssClass: {},
1496
1496
  clearable: { type: Boolean }
1497
- }, M(U({}, Q), {
1497
+ }, P(N({}, Y), {
1498
1498
  choices: void 0,
1499
1499
  multiple: !1,
1500
1500
  allowTags: !1,
@@ -1503,123 +1503,134 @@ const yn = {
1503
1503
  })),
1504
1504
  emits: ["update:modelValueDisplay", "update:modelValue", "click:clear"],
1505
1505
  setup(l, { emit: e }) {
1506
- const n = l, { choices: a, multiple: o, allowTags: s, allowNull: g, cssClass: r, visibility: b } = ge(n), i = e, { errors: v, label: u, touched: m, value: p, vuetifyBindings: f } = G(n, i), y = x(null), C = x(!1), k = x([]), R = w(() => t(C) ? t(k) : t(a) || []), N = x(!1), d = w(() => gn(R.value));
1507
- function c(I) {
1508
- i("update:modelValueDisplay", be(R.value, I));
1506
+ const n = l, { choices: a, multiple: o, allowTags: s, allowNull: y, cssClass: r, visibility: g } = he(n), i = e, { errors: v, label: u, touched: p, value: f, vuetifyBindings: b } = z(n, i), h = D(null), C = D(!1), k = D([]), E = w(() => t(C) ? t(k) : t(a) || []), x = D(!1), d = w(() => hn(E.value));
1507
+ function c(m) {
1508
+ i("update:modelValueDisplay", ye(E.value, m));
1509
+ }
1510
+ let A = !1;
1511
+ function F(m) {
1512
+ A = !0, f.value = m, Ne(() => {
1513
+ A = !1;
1514
+ });
1509
1515
  }
1510
- me(y, (I) => {
1511
- f.value.readonly || sl(() => {
1512
- const $ = ae(I, o.value);
1513
- c($), p.value = $;
1516
+ re(h, (m) => {
1517
+ b.value.readonly || Ne(() => {
1518
+ const I = J(m, o.value);
1519
+ c(I), F(I);
1514
1520
  });
1521
+ }, { deep: !0 }), re(f, (m) => {
1522
+ if (!A) {
1523
+ const I = J(m, o.value);
1524
+ fe(I, h, o.value, !1, E.value);
1525
+ }
1515
1526
  }, { deep: !0 });
1516
- function D() {
1517
- if (f.value.readonly || s.value) return;
1518
- const I = ae(y.value, o.value);
1519
- Ve(I, y, o.value, !1, R.value), p.value = I;
1527
+ function G() {
1528
+ if (b.value.readonly || s.value) return;
1529
+ const m = J(h.value, o.value);
1530
+ fe(m, h, o.value, !1, E.value), F(m);
1520
1531
  }
1521
- function O(I) {
1522
- let $;
1523
- o.value && Array.isArray(y.value) ? $ = ae(y.value.filter((V) => V !== I), o.value) : $ = null, Ve($, y, o.value, !1, R.value), p.value = $;
1532
+ function W(m) {
1533
+ let I;
1534
+ o.value && Array.isArray(h.value) ? I = J(h.value.filter((H) => H !== m), o.value) : I = null, fe(I, h, o.value, !1, E.value), F(I);
1524
1535
  }
1525
- function H(I, $) {
1526
- return pe(this, null, function* () {
1536
+ function pe(m, I) {
1537
+ return ve(this, null, function* () {
1527
1538
  if (!(a.value || n.fetchChoices === void 0)) {
1528
- N.value = !0;
1539
+ x.value = !0;
1529
1540
  try {
1530
- const V = be(R.value, ae(y.value, o.value)), Y = yield n.fetchChoices(I, $);
1531
- k.value = cl([...V, ...Y], "id"), C.value = !0;
1541
+ const H = ye(E.value, J(h.value, o.value)), _e = yield n.fetchChoices(m, I);
1542
+ k.value = pl([...H, ..._e], "id"), C.value = !0;
1532
1543
  } finally {
1533
- N.value = !1;
1544
+ x.value = !1;
1534
1545
  }
1535
1546
  }
1536
1547
  });
1537
1548
  }
1538
- function j() {
1539
- let I = p.value;
1540
- !g.value && I == null && d.value.length && (I = d.value[0].value), I = ae(I, o.value), Ve(I, y, o.value, s.value, R.value), c(I), p.value = I;
1549
+ function M() {
1550
+ let m = f.value;
1551
+ !y.value && m == null && d.value.length && (m = d.value[0].value), m = J(m, o.value), fe(m, h, o.value, s.value, E.value), c(m), F(m);
1541
1552
  }
1542
- return j(), n.fetchChoices !== void 0 && H(void 0, p.value).then(() => {
1543
- j();
1544
- }), (I, $) => {
1545
- const V = S("v-chip"), Y = S("v-list-item");
1546
- return t(b) !== t(K).SUPPRESS ? (_(), B(re(t(s) ? "v-combobox" : "v-autocomplete"), z({
1553
+ return M(), n.fetchChoices !== void 0 && pe(void 0, f.value).then(() => {
1554
+ M();
1555
+ }), (m, I) => {
1556
+ const H = $("v-chip"), _e = $("v-list-item");
1557
+ return t(g) !== t(j).SUPPRESS ? (V(), B(ue(t(s) ? "v-combobox" : "v-autocomplete"), K({
1547
1558
  key: 0,
1548
- modelValue: y.value,
1549
- "onUpdate:modelValue": $[0] || ($[0] = (A) => y.value = A),
1559
+ modelValue: h.value,
1560
+ "onUpdate:modelValue": I[0] || (I[0] = (S) => h.value = S),
1550
1561
  class: [
1551
1562
  t(r),
1552
1563
  {
1553
- "d-none": t(b) === t(K).HIDDEN,
1554
- invisible: t(b) === t(K).INVISIBLE
1564
+ "d-none": t(g) === t(j).HIDDEN,
1565
+ invisible: t(g) === t(j).INVISIBLE
1555
1566
  }
1556
1567
  ],
1557
1568
  items: d.value,
1558
1569
  "return-object": !1
1559
- }, t(f), {
1560
- label: t(f).label,
1570
+ }, t(b), {
1571
+ label: t(b).label,
1561
1572
  chips: "",
1562
1573
  "auto-select-first": !0,
1563
- "closable-chips": t(g) || t(o) && y.value.length > 1,
1564
- clearable: t(g),
1574
+ "closable-chips": t(y) || t(o) && h.value.length > 1,
1575
+ clearable: t(y),
1565
1576
  multiple: t(o),
1566
- loading: N.value,
1577
+ loading: x.value,
1567
1578
  "hide-selected": !1,
1568
- "aria-describedby": t(f).helpText ? `${t(f).name}-help` : null,
1579
+ "aria-describedby": t(b).helpText ? `${t(b).name}-help` : null,
1569
1580
  "menu-props": { maxHeight: "400" },
1570
1581
  "hide-details": "auto",
1571
- "onUpdate:search": $[1] || ($[1] = (A) => H(A, void 0)),
1572
- "onUpdate:modelValue": D,
1573
- "onClick:clear": $[2] || ($[2] = (A) => y.value = null),
1574
- onBlur: $[3] || ($[3] = (A) => m.value = !0)
1575
- }), q({
1576
- chip: h(({ item: A }) => [
1577
- (_(), B(V, {
1578
- key: A.value,
1582
+ "onUpdate:search": I[1] || (I[1] = (S) => pe(S, void 0)),
1583
+ "onUpdate:modelValue": G,
1584
+ "onClick:clear": I[2] || (I[2] = (S) => h.value = null),
1585
+ onBlur: I[3] || (I[3] = (S) => p.value = !0)
1586
+ }), Z({
1587
+ chip: _(({ item: S }) => [
1588
+ (V(), B(H, {
1589
+ key: S.value,
1579
1590
  label: "",
1580
1591
  size: "small",
1581
1592
  class: "d-flex align-middle",
1582
1593
  variant: t(o) ? "tonal" : "text",
1583
1594
  closable: t(o),
1584
- "onClick:close": (oe) => O(A.value)
1595
+ "onClick:close": (ae) => W(S.value)
1585
1596
  }, {
1586
- prepend: h(() => {
1587
- var oe;
1597
+ prepend: _(() => {
1598
+ var ae;
1588
1599
  return [
1589
- (oe = A.raw) != null && oe.icon ? (_(), B(t(ke), {
1600
+ (ae = S.raw) != null && ae.icon ? (V(), B(t(Te), {
1590
1601
  key: 0,
1591
1602
  class: "me-1 action-icon d-inline-block",
1592
- name: A.raw.icon
1593
- }, null, 8, ["name"])) : F("", !0)
1603
+ name: S.raw.icon
1604
+ }, null, 8, ["name"])) : L("", !0)
1594
1605
  ];
1595
1606
  }),
1596
- default: h(() => [
1597
- J("span", {
1598
- class: ue({ "text-body-1": !t(o) })
1599
- }, ie(A.title), 3)
1607
+ default: _(() => [
1608
+ ee("span", {
1609
+ class: de({ "text-body-1": !t(o) })
1610
+ }, ie(S.title), 3)
1600
1611
  ]),
1601
1612
  _: 2
1602
1613
  }, 1032, ["variant", "closable", "onClick:close"]))
1603
1614
  ]),
1604
- item: h(({ props: A, item: oe }) => [
1605
- T(Y, W(X(A)), {
1606
- prepend: h(() => {
1607
- var Be;
1615
+ item: _(({ props: S, item: ae }) => [
1616
+ T(_e, X(q(S)), {
1617
+ prepend: _(() => {
1618
+ var $e;
1608
1619
  return [
1609
- (Be = oe.raw) != null && Be.icon ? (_(), E("span", yn, [
1610
- T(t(ke), {
1620
+ ($e = ae.raw) != null && $e.icon ? (V(), U("span", _n, [
1621
+ T(t(Te), {
1611
1622
  class: "action-icon d-inline-block",
1612
- name: oe.raw.icon
1623
+ name: ae.raw.icon
1613
1624
  }, null, 8, ["name"])
1614
- ])) : F("", !0)
1625
+ ])) : L("", !0)
1615
1626
  ];
1616
1627
  }),
1617
1628
  _: 2
1618
1629
  }, 1040)
1619
1630
  ]),
1620
- message: h(({ message: A }) => [
1621
- T(t(te), {
1622
- message: A,
1631
+ message: _(({ message: S }) => [
1632
+ T(t(ne), {
1633
+ message: S,
1623
1634
  errors: t(v)
1624
1635
  }, null, 8, ["message", "errors"])
1625
1636
  ]),
@@ -1627,34 +1638,34 @@ const yn = {
1627
1638
  }, [
1628
1639
  t(u).icon ? {
1629
1640
  name: "label",
1630
- fn: h((A) => [
1631
- T(t(le), {
1632
- data: A,
1641
+ fn: _((S) => [
1642
+ T(t(te), {
1643
+ data: S,
1633
1644
  label: t(u)
1634
1645
  }, null, 8, ["data", "label"])
1635
1646
  ]),
1636
1647
  key: "0"
1637
1648
  } : void 0,
1638
- I.$slots["append-inner"] ? {
1649
+ m.$slots["append-inner"] ? {
1639
1650
  name: "append-inner",
1640
- fn: h((A) => [
1641
- se(I.$slots, "append-inner", W(X(A)), void 0, !0)
1651
+ fn: _((S) => [
1652
+ se(m.$slots, "append-inner", X(q(S)), void 0, !0)
1642
1653
  ]),
1643
1654
  key: "1"
1644
1655
  } : void 0,
1645
- I.$slots["prepend-inner"] ? {
1656
+ m.$slots["prepend-inner"] ? {
1646
1657
  name: "prepend-inner",
1647
- fn: h((A) => [
1648
- se(I.$slots, "prepend-inner", W(X(A)), void 0, !0)
1658
+ fn: _((S) => [
1659
+ se(m.$slots, "prepend-inner", X(q(S)), void 0, !0)
1649
1660
  ]),
1650
1661
  key: "2"
1651
1662
  } : void 0
1652
- ]), 1040, ["modelValue", "class", "items", "label", "closable-chips", "clearable", "multiple", "loading", "aria-describedby"])) : F("", !0);
1663
+ ]), 1040, ["modelValue", "class", "items", "label", "closable-chips", "clearable", "multiple", "loading", "aria-describedby"])) : L("", !0);
1653
1664
  };
1654
1665
  }
1655
- }), _n = /* @__PURE__ */ ne(hn, [["__scopeId", "data-v-077ebe0c"]]), Vn = { class: "container" }, kn = /* @__PURE__ */ L({
1666
+ }), kn = /* @__PURE__ */ oe(Vn, [["__scopeId", "data-v-349a7f8c"]]), wn = { class: "container" }, Tn = /* @__PURE__ */ R({
1656
1667
  __name: "df-text-area",
1657
- props: /* @__PURE__ */ Z({
1668
+ props: /* @__PURE__ */ Q({
1658
1669
  rows: {},
1659
1670
  maxRows: {},
1660
1671
  control: {},
@@ -1668,36 +1679,36 @@ const yn = {
1668
1679
  visibility: {},
1669
1680
  cssClass: {},
1670
1681
  clearable: { type: Boolean }
1671
- }, M(U({}, Q), {
1682
+ }, P(N({}, Y), {
1672
1683
  rows: void 0,
1673
1684
  maxRows: void 0
1674
1685
  })),
1675
1686
  emits: ["update:modelValue", "click:clear"],
1676
1687
  setup(l, { emit: e }) {
1677
- const n = l, a = e, { errors: o, label: s, touched: g, value: r, vuetifyBindings: b } = G(n, a), { cssClass: i, visibility: v } = ge(n);
1678
- return (u, m) => {
1679
- const p = S("v-textarea");
1680
- return _(), E("div", Vn, [
1681
- t(v) !== t(K).SUPPRESS ? (_(), B(p, z({
1688
+ const n = l, a = e, { errors: o, label: s, touched: y, value: r, vuetifyBindings: g } = z(n, a), { cssClass: i, visibility: v } = he(n);
1689
+ return (u, p) => {
1690
+ const f = $("v-textarea");
1691
+ return V(), U("div", wn, [
1692
+ t(v) !== t(j).SUPPRESS ? (V(), B(f, K({
1682
1693
  key: 0,
1683
1694
  modelValue: t(r),
1684
- "onUpdate:modelValue": m[0] || (m[0] = (f) => ee(r) ? r.value = f : null),
1695
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => le(r) ? r.value = b : null),
1685
1696
  class: [
1686
1697
  t(i),
1687
1698
  {
1688
- "d-none": t(v) === t(K).HIDDEN,
1689
- invisible: t(v) === t(K).INVISIBLE
1699
+ "d-none": t(v) === t(j).HIDDEN,
1700
+ invisible: t(v) === t(j).INVISIBLE
1690
1701
  }
1691
1702
  ],
1692
1703
  rows: u.rows,
1693
1704
  "auto-grow": (u.maxRows || 0) > 0,
1694
1705
  "max-rows": u.maxRows
1695
- }, t(b), {
1696
- onBlur: m[1] || (m[1] = (f) => g.value = !0)
1697
- }), q({
1698
- message: h(({ message: f }) => [
1699
- T(t(te), {
1700
- message: f,
1706
+ }, t(g), {
1707
+ onBlur: p[1] || (p[1] = (b) => y.value = !0)
1708
+ }), Z({
1709
+ message: _(({ message: b }) => [
1710
+ T(t(ne), {
1711
+ message: b,
1701
1712
  errors: t(o)
1702
1713
  }, null, 8, ["message", "errors"])
1703
1714
  ]),
@@ -1705,86 +1716,86 @@ const yn = {
1705
1716
  }, [
1706
1717
  t(s).icon ? {
1707
1718
  name: "label",
1708
- fn: h((f) => [
1709
- T(t(le), {
1710
- data: f,
1719
+ fn: _((b) => [
1720
+ T(t(te), {
1721
+ data: b,
1711
1722
  label: t(s)
1712
1723
  }, null, 8, ["data", "label"])
1713
1724
  ]),
1714
1725
  key: "0"
1715
1726
  } : void 0
1716
- ]), 1040, ["modelValue", "class", "rows", "auto-grow", "max-rows"])) : F("", !0)
1727
+ ]), 1040, ["modelValue", "class", "rows", "auto-grow", "max-rows"])) : L("", !0)
1717
1728
  ]);
1718
1729
  };
1719
1730
  }
1720
- }), wn = /* @__PURE__ */ ne(kn, [["__scopeId", "data-v-6257d46c"]]), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1731
+ }), Cn = /* @__PURE__ */ oe(Tn, [["__scopeId", "data-v-6257d46c"]]), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1721
1732
  __proto__: null,
1722
- DfActions: ln,
1723
- DfCheckbox: tn,
1724
- DfColor: nn,
1725
- DfDateTime: an,
1726
- DfFile: rn,
1727
- DfInput: cn,
1728
- DfRtfEditor: bn,
1729
- DfSelect: _n,
1730
- DfTextArea: wn
1731
- }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1733
+ DfActions: nn,
1734
+ DfCheckbox: on,
1735
+ DfColor: an,
1736
+ DfDateTime: rn,
1737
+ DfFile: dn,
1738
+ DfInput: pn,
1739
+ DfRtfEditor: yn,
1740
+ DfSelect: kn,
1741
+ DfTextArea: Cn
1742
+ }, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1732
1743
  __proto__: null,
1733
- VAutocomplete: at,
1734
- VBtn: st,
1735
- VCheckbox: it,
1736
- VChip: rt,
1737
- VCol: ft,
1738
- VColorPicker: dt,
1739
- VCombobox: ut,
1740
- VConfirmEdit: ct,
1741
- VDatePicker: mt,
1742
- VField: pt,
1743
- VFileInput: vt,
1744
- VIcon: gt,
1745
- VImg: yt,
1746
- VInput: ht,
1747
- VListItem: _t,
1748
- VMenu: Vt,
1749
- VNumberInput: kt,
1750
- VProgressLinear: wt,
1751
- VRow: bt,
1752
- VSelect: Tt,
1753
- VSwitch: Ct,
1754
- VTextField: It,
1755
- VTextarea: Bt,
1756
- VTimePicker: $t
1757
- }, Symbol.toStringTag, { value: "Module" })), oo = {
1744
+ VAutocomplete: it,
1745
+ VBtn: rt,
1746
+ VCheckbox: ut,
1747
+ VChip: dt,
1748
+ VCol: gt,
1749
+ VColorPicker: mt,
1750
+ VCombobox: ct,
1751
+ VConfirmEdit: pt,
1752
+ VDatePicker: vt,
1753
+ VField: ft,
1754
+ VFileInput: bt,
1755
+ VIcon: ht,
1756
+ VImg: _t,
1757
+ VInput: Vt,
1758
+ VListItem: kt,
1759
+ VMenu: wt,
1760
+ VNumberInput: Tt,
1761
+ VProgressLinear: Ct,
1762
+ VRow: yt,
1763
+ VSelect: Bt,
1764
+ VSwitch: It,
1765
+ VTextField: At,
1766
+ VTextarea: $t,
1767
+ VTimePicker: St
1768
+ }, Symbol.toStringTag, { value: "Module" })), so = {
1758
1769
  install: (l, e) => {
1759
1770
  var n, a;
1760
- l.use(Pt), l.provide(Xe, e != null ? e : {}), (n = e == null ? void 0 : e.registerComponents) != null && n && Object.entries(Tn).map(([o, s]) => l.component(o, s)), (a = e == null ? void 0 : e.registerVuetifyComponents) != null && a && Object.entries(Cn).map(([o, s]) => l.component(o, s));
1771
+ l.use(Ht), l.provide(Qe, e != null ? e : {}), (n = e == null ? void 0 : e.registerComponents) != null && n && Object.entries(Bn).map(([o, s]) => l.component(o, s)), (a = e == null ? void 0 : e.registerVuetifyComponents) != null && a && Object.entries(In).map(([o, s]) => l.component(o, s));
1761
1772
  }
1762
1773
  };
1763
1774
  export {
1764
- ve as Action,
1765
- P as ActionDisplayStyle,
1766
- ln as DfActions,
1767
- tn as DfCheckbox,
1768
- nn as DfColor,
1769
- an as DfDateTime,
1770
- rn as DfFile,
1771
- cn as DfInput,
1772
- le as DfLabel,
1773
- bn as DfRtfEditor,
1774
- _n as DfSelect,
1775
- wn as DfTextArea,
1776
- oo as DynamicFormsInputs,
1777
- Ce as InputBase,
1778
- jt as Label,
1779
- te as MessagesWidget,
1780
- Qt as ResponsiveLabelRenderOptions,
1781
- Zt as ResponsiveRenderOptions,
1782
- Cn as VuetifyComponents,
1783
- Q as defaultBaseProps,
1784
- Fe as defaultDisplayStyle,
1785
- Re as getBreakpointName,
1786
- Le as responsiveBreakpoints,
1787
- G as useInputBase,
1788
- Xe as vuetifyInputsSettingsKey
1775
+ be as Action,
1776
+ O as ActionDisplayStyle,
1777
+ nn as DfActions,
1778
+ on as DfCheckbox,
1779
+ an as DfColor,
1780
+ rn as DfDateTime,
1781
+ dn as DfFile,
1782
+ pn as DfInput,
1783
+ te as DfLabel,
1784
+ yn as DfRtfEditor,
1785
+ kn as DfSelect,
1786
+ Cn as DfTextArea,
1787
+ so as DynamicFormsInputs,
1788
+ Ie as InputBase,
1789
+ zt as Label,
1790
+ ne as MessagesWidget,
1791
+ Jt as ResponsiveLabelRenderOptions,
1792
+ Yt as ResponsiveRenderOptions,
1793
+ In as VuetifyComponents,
1794
+ Y as defaultBaseProps,
1795
+ Oe as defaultDisplayStyle,
1796
+ Me as getBreakpointName,
1797
+ Pe as responsiveBreakpoints,
1798
+ z as useInputBase,
1799
+ Qe as vuetifyInputsSettingsKey
1789
1800
  };
1790
1801
  //# sourceMappingURL=dynamicforms-vuetify-inputs.js.map