comand-component-library 4.2.74 → 4.2.75

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,8 +1,8 @@
1
1
  var zl = Object.defineProperty;
2
2
  var Wl = (e, t, n) => t in e ? zl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var Ze = (e, t, n) => Wl(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { defineComponent as gi, h as Fn, resolveComponent as _e, openBlock as a, createBlock as v, normalizeClass as C, createElementBlock as r, getCurrentInstance as Gl, resolveDynamicComponent as Ue, withModifiers as S, withCtx as k, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as ye, Fragment as O, toDisplayString as y, renderSlot as V, normalizeProps as N, mergeProps as L, createTextVNode as M, renderList as q, Transition as Fe, vModelDynamic as Kl, vModelText as et, toHandlers as Wt, TransitionGroup as dn, createApp as Yl, guardReactiveProps as Be, normalizeStyle as Ct, useCssVars as yi, createStaticVNode as Jl, resolveDirective as Zl, vModelSelect as Ql, vModelRadio as Et, onBeforeUpdate as Xl, onMounted as $l, onUnmounted as eo, reactive as to } from "vue";
5
- const tt = /^[a-z0-9]+(-[a-z0-9]+)*$/, Tt = (e, t, n, s = "") => {
4
+ import { defineComponent as gi, h as Fn, resolveComponent as _e, openBlock as a, createBlock as v, normalizeClass as C, createElementBlock as r, getCurrentInstance as Gl, resolveDynamicComponent as Ue, withModifiers as S, withCtx as k, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as ye, Fragment as O, toDisplayString as y, renderSlot as V, normalizeProps as N, mergeProps as L, createTextVNode as M, renderList as q, Transition as Fe, vModelDynamic as Kl, toHandlers as Wt, TransitionGroup as dn, createApp as Yl, guardReactiveProps as Be, normalizeStyle as Ct, useCssVars as yi, createStaticVNode as Jl, vModelText as ft, resolveDirective as Zl, vModelSelect as Ql, vModelRadio as Et, onBeforeUpdate as Xl, onMounted as $l, onUnmounted as eo, reactive as to } from "vue";
5
+ const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, Tt = (e, t, n, s = "") => {
6
6
  const i = e.split(":");
7
7
  if (e.slice(0, 1) === "@") {
8
8
  if (i.length < 2 || i.length > 3)
@@ -37,7 +37,7 @@ const tt = /^[a-z0-9]+(-[a-z0-9]+)*$/, Tt = (e, t, n, s = "") => {
37
37
  return t && !ht(u, n) ? null : u;
38
38
  }
39
39
  return null;
40
- }, ht = (e, t) => e ? !!((e.provider === "" || e.provider.match(tt)) && (t && e.prefix === "" || e.prefix.match(tt)) && e.name.match(tt)) : !1, bi = Object.freeze(
40
+ }, ht = (e, t) => e ? !!((e.provider === "" || e.provider.match(et)) && (t && e.prefix === "" || e.prefix.match(et)) && e.name.match(et)) : !1, bi = Object.freeze(
41
41
  {
42
42
  left: 0,
43
43
  top: 0,
@@ -128,7 +128,7 @@ function Ci(e) {
128
128
  const n = t.icons;
129
129
  for (const i in n) {
130
130
  const l = n[i];
131
- if (!i.match(tt) || typeof l.body != "string" || !Ht(
131
+ if (!i.match(et) || typeof l.body != "string" || !Ht(
132
132
  l,
133
133
  Gt
134
134
  ))
@@ -137,7 +137,7 @@ function Ci(e) {
137
137
  const s = t.aliases || {};
138
138
  for (const i in s) {
139
139
  const l = s[i], d = l.parent;
140
- if (!i.match(tt) || typeof d != "string" || !n[d] && !s[d] || !Ht(
140
+ if (!i.match(et) || typeof d != "string" || !n[d] && !s[d] || !Ht(
141
141
  l,
142
142
  Gt
143
143
  ))
@@ -171,19 +171,19 @@ function so(e, t, n) {
171
171
  }
172
172
  return !1;
173
173
  }
174
- let nt = !1;
174
+ let tt = !1;
175
175
  function vi(e) {
176
- return typeof e == "boolean" && (nt = e), nt;
176
+ return typeof e == "boolean" && (tt = e), tt;
177
177
  }
178
178
  function ro(e) {
179
- const t = typeof e == "string" ? Tt(e, !0, nt) : e;
179
+ const t = typeof e == "string" ? Tt(e, !0, tt) : e;
180
180
  if (t) {
181
181
  const n = Ee(t.provider, t.prefix), s = t.name;
182
182
  return n.icons[s] || (n.missing.has(s) ? null : void 0);
183
183
  }
184
184
  }
185
185
  function uo(e, t) {
186
- const n = Tt(e, !0, nt);
186
+ const n = Tt(e, !0, tt);
187
187
  if (!n)
188
188
  return !1;
189
189
  const s = Ee(n.provider, n.prefix);
@@ -192,7 +192,7 @@ function uo(e, t) {
192
192
  function ki(e, t) {
193
193
  if (typeof e != "object")
194
194
  return !1;
195
- if (typeof t != "string" && (t = e.provider || ""), nt && !t && !e.prefix) {
195
+ if (typeof t != "string" && (t = e.provider || ""), tt && !t && !e.prefix) {
196
196
  let i = !1;
197
197
  return Ci(e) && (e.prefix = "", xi(e, (l, d) => {
198
198
  d && uo(l, d) && (i = !0);
@@ -720,7 +720,7 @@ function Vo(e, t, n) {
720
720
  }
721
721
  return !s || !i ? (n(void 0, 424), En) : s.query(t, i, n)().abort;
722
722
  }
723
- const Hn = "iconify2", it = "iconify", Oi = it + "-count", qn = it + "-version", Li = 36e5, Ao = 168;
723
+ const Hn = "iconify2", nt = "iconify", Oi = nt + "-count", qn = nt + "-version", Li = 36e5, Ao = 168;
724
724
  function Jt(e, t) {
725
725
  try {
726
726
  return e.getItem(t);
@@ -756,12 +756,12 @@ let hn = !1;
756
756
  function Eo(e) {
757
757
  hn = e;
758
758
  }
759
- let pt = typeof window > "u" ? {} : window;
759
+ let mt = typeof window > "u" ? {} : window;
760
760
  function Bi(e) {
761
761
  const t = e + "Storage";
762
762
  try {
763
- if (pt && pt[t] && typeof pt[t].length == "number")
764
- return pt[t];
763
+ if (mt && mt[t] && typeof mt[t].length == "number")
764
+ return mt[t];
765
765
  } catch {
766
766
  }
767
767
  _t[e] = !1;
@@ -775,13 +775,13 @@ function Di(e, t) {
775
775
  if (s) {
776
776
  const u = Qt(n);
777
777
  for (let c = 0; c < u; c++)
778
- Rn(n, it + c.toString());
778
+ Rn(n, nt + c.toString());
779
779
  }
780
780
  fn(n, qn, Hn), Zt(n, 0);
781
781
  return;
782
782
  }
783
783
  const i = Math.floor(Date.now() / Li) - Ao, l = (u) => {
784
- const c = it + u.toString(), f = Jt(n, c);
784
+ const c = nt + u.toString(), f = Jt(n, c);
785
785
  if (typeof f == "string") {
786
786
  try {
787
787
  const g = JSON.parse(f);
@@ -843,7 +843,7 @@ function qo(e, t) {
843
843
  };
844
844
  return fn(
845
845
  i,
846
- it + d.toString(),
846
+ nt + d.toString(),
847
847
  JSON.stringify(u)
848
848
  );
849
849
  }
@@ -2576,7 +2576,7 @@ function Za(e = "Field contains capital letters") {
2576
2576
  }
2577
2577
  };
2578
2578
  }
2579
- function lt() {
2579
+ function it() {
2580
2580
  let e = (/* @__PURE__ */ new Date()).getTime();
2581
2581
  return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(t) {
2582
2582
  const n = (e + Math.random() * 16) % 16 | 0;
@@ -2584,7 +2584,7 @@ function lt() {
2584
2584
  });
2585
2585
  }
2586
2586
  function Vi() {
2587
- return "cmd-" + lt();
2587
+ return "cmd-" + it();
2588
2588
  }
2589
2589
  const Lt = {
2590
2590
  props: {
@@ -4883,7 +4883,7 @@ function Qr(e, t, n, s, i, l) {
4883
4883
  class: C(["cmd-form", { error: i.errorOccurred }]),
4884
4884
  action: n.formAction,
4885
4885
  "data-use-validation": n.useValidation,
4886
- onSubmit: t[4] || (t[4] = (...f) => l.onSubmit && l.onSubmit(...f)),
4886
+ onSubmit: t[2] || (t[2] = (...f) => l.onSubmit && l.onSubmit(...f)),
4887
4887
  novalidate: n.novalidate,
4888
4888
  method: n.formMethod
4889
4889
  }, [
@@ -4897,22 +4897,6 @@ function Qr(e, t, n, s, i, l) {
4897
4897
  validationStatus: i.systemMessage.validationStatus,
4898
4898
  systemMessage: i.systemMessage.message
4899
4899
  }, null, 8, ["validationStatus", "systemMessage"])) : m("", !0),
4900
- p(u, {
4901
- element: "input",
4902
- type: "text",
4903
- labelText: "TEST",
4904
- modelValue: i.formValues.nase,
4905
- "onUpdate:modelValue": t[0] || (t[0] = (f) => i.formValues.nase = f)
4906
- }, null, 8, ["modelValue"]),
4907
- o("label", null, [
4908
- t[5] || (t[5] = M("TEST2: ")),
4909
- $(o("input", {
4910
- type: "text",
4911
- "onUpdate:modelValue": t[1] || (t[1] = (f) => i.formValues.ahoi = f)
4912
- }, null, 512), [
4913
- [et, i.formValues.ahoi]
4914
- ])
4915
- ]),
4916
4900
  n.useSlot ? V(e.$slots, "default", { key: 1 }) : (a(!0), r(O, { key: 2 }, q(n.formElements, (f, g) => (a(), r(O, { key: g }, [
4917
4901
  !f.component || f.component === "CmdFormElement" ? (a(), v(u, {
4918
4902
  key: g,
@@ -4976,14 +4960,14 @@ function Qr(e, t, n, s, i, l) {
4976
4960
  ], 64))), 128)),
4977
4961
  l.submitButtonOptions.show && (l.submitButtonOptions.position === "insideFieldset" || l.submitButtonOptions.position === null) ? (a(), r("div", jr, [
4978
4962
  n.mandatoryText ? (a(), r("small", Nr, [
4979
- t[6] || (t[6] = o("sup", null, "*", -1)),
4963
+ t[3] || (t[3] = o("sup", null, "*", -1)),
4980
4964
  M(y(n.mandatoryText), 1)
4981
4965
  ])) : m("", !0),
4982
4966
  l.cancelButtonOptions !== void 0 ? (a(), r("button", {
4983
4967
  key: 1,
4984
4968
  class: C(["button", { "stretch-on-small-devices": l.cancelButtonOptions.stretchOnSmallDevices, disabled: l.cancelButtonOptions.disabled, cancel: l.cancelButtonOptions.useDefaultStyling }]),
4985
4969
  type: "button",
4986
- onClick: t[2] || (t[2] = (...f) => l.cancelFormSubmit && l.cancelFormSubmit(...f))
4970
+ onClick: t[0] || (t[0] = (...f) => l.cancelFormSubmit && l.cancelFormSubmit(...f))
4987
4971
  }, [
4988
4972
  l.cancelButtonOptions.iconClass ? (a(), r("span", {
4989
4973
  key: 0,
@@ -5005,14 +4989,14 @@ function Qr(e, t, n, s, i, l) {
5005
4989
  ]),
5006
4990
  l.submitButtonOptions.show && l.submitButtonOptions.position === "belowFieldset" ? (a(), r("div", Gr, [
5007
4991
  n.mandatoryText ? (a(), r("small", Kr, [
5008
- t[7] || (t[7] = o("sup", null, "*", -1)),
4992
+ t[4] || (t[4] = o("sup", null, "*", -1)),
5009
4993
  M(y(n.mandatoryText), 1)
5010
4994
  ])) : m("", !0),
5011
4995
  l.cancelButtonOptions.show ? (a(), r("button", {
5012
4996
  key: 1,
5013
4997
  class: C(["button", { "stretch-on-small-devices": l.cancelButtonOptions.stretchOnSmallDevices, disabled: l.cancelButtonOptions.disabled, cancel: l.cancelButtonOptions.useDefaultStyling }]),
5014
4998
  type: "button",
5015
- onClick: t[3] || (t[3] = (...f) => l.cancelFormSubmit && l.cancelFormSubmit(...f))
4999
+ onClick: t[1] || (t[1] = (...f) => l.cancelFormSubmit && l.cancelFormSubmit(...f))
5016
5000
  }, [
5017
5001
  l.cancelButtonOptions.iconClass ? (a(), r("span", {
5018
5002
  key: 0,
@@ -5305,7 +5289,7 @@ const $r = {
5305
5289
  addHandlerProvider() {
5306
5290
  const e = {
5307
5291
  image: {
5308
- id: lt(),
5292
+ id: it(),
5309
5293
  src: "media/images/demo-images/large/landscape-06.jpg",
5310
5294
  srcImageLarge: "media/images/demo-images/large/landscape-06.jpg",
5311
5295
  alt: "Alternative Text"
@@ -5730,7 +5714,7 @@ const It = /* @__PURE__ */ P(ud, [["render", md]]), pd = {
5730
5714
  itemProvider() {
5731
5715
  return {
5732
5716
  image: {
5733
- id: lt(),
5717
+ id: it(),
5734
5718
  src: "/media/images/demo-images/small/landscape-01.jpg",
5735
5719
  srcImageLarge: "/media/images/demo-images/large/landscape-01.jpg",
5736
5720
  alt: "Alternative Text",
@@ -5754,7 +5738,7 @@ const It = /* @__PURE__ */ P(ud, [["render", md]]), pd = {
5754
5738
  return {
5755
5739
  itemProviderOverwrite: () => ({
5756
5740
  image: {
5757
- id: lt(),
5741
+ id: it(),
5758
5742
  src: "/media/images/demo-images/small/landscape-01.jpg",
5759
5743
  srcImageLarge: "/media/images/demo-images/large/landscape-01.jpg",
5760
5744
  tooltip: "Tooltip DE"
@@ -6624,7 +6608,7 @@ function Kd(e, t, n, s, i, l) {
6624
6608
  class: "flex-container flex-direction-column"
6625
6609
  }), {
6626
6610
  default: k(() => {
6627
- var f, g, h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, ie, me, le, ne, se, pe, fe, X, he, A, re, xe, Te, Oe, Ve, de, rt, dt, ut, ct, je, Ke, mt;
6611
+ var f, g, h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, ie, me, le, ne, se, pe, fe, X, he, A, re, xe, Te, Oe, Ve, de, st, rt, dt, ut, je, Ke, ct;
6628
6612
  return [
6629
6613
  n.configuration.salutation ? (a(), r("div", Nd, [
6630
6614
  p(u, {
@@ -6802,13 +6786,13 @@ function Kd(e, t, n, s, i, l) {
6802
6786
  ])) : m("", !0),
6803
6787
  n.configuration.userMessage ? (a(), v(u, {
6804
6788
  key: 4,
6805
- element: ((rt = n.configuration.userMessage) == null ? void 0 : rt.element) || "textarea",
6789
+ element: ((st = n.configuration.userMessage) == null ? void 0 : st.element) || "textarea",
6806
6790
  labelText: e.getMessage("basic_form.labeltext.user_message"),
6807
6791
  placeholder: e.getMessage("basic_form.placeholder.user_message"),
6808
- required: (dt = n.configuration.userMessage) == null ? void 0 : dt.required,
6809
- name: (ut = n.configuration.userMessage) == null ? void 0 : ut.name,
6792
+ required: (rt = n.configuration.userMessage) == null ? void 0 : rt.required,
6793
+ name: (dt = n.configuration.userMessage) == null ? void 0 : dt.name,
6810
6794
  textCharactersLeft: e.getMessage("basic_form.text.characters_left"),
6811
- maxlength: (ct = n.configuration.userMessage) == null ? void 0 : ct.maxLength,
6795
+ maxlength: (ut = n.configuration.userMessage) == null ? void 0 : ut.maxLength,
6812
6796
  modelValue: i.formData.userMessage.value,
6813
6797
  "onUpdate:modelValue": t[12] || (t[12] = (Y) => i.formData.userMessage.value = Y),
6814
6798
  status: i.formData.userMessage.error ? "error" : "",
@@ -6823,7 +6807,7 @@ function Kd(e, t, n, s, i, l) {
6823
6807
  class: "flex-none",
6824
6808
  required: (je = n.configuration.acceptPrivacy) == null ? void 0 : je.required,
6825
6809
  name: (Ke = n.configuration.acceptPrivacy) == null ? void 0 : Ke.name,
6826
- replaceInputType: (mt = n.configuration.acceptPrivacy) == null ? void 0 : mt.replaceInputType,
6810
+ replaceInputType: (ct = n.configuration.acceptPrivacy) == null ? void 0 : ct.replaceInputType,
6827
6811
  modelValue: i.formData.acceptPrivacy.value,
6828
6812
  "onUpdate:modelValue": t[13] || (t[13] = (Y) => i.formData.acceptPrivacy.value = Y),
6829
6813
  status: i.formData.acceptPrivacy.error ? "error" : "",
@@ -12283,7 +12267,7 @@ const Lf = /* @__PURE__ */ P(bf, [["render", Of]]), If = {
12283
12267
  });
12284
12268
  },
12285
12269
  updateHandlerProvider() {
12286
- const e = lt(), t = this.editablePath, n = this.editableTooltip, s = this.editableLinktext;
12270
+ const e = it(), t = this.editablePath, n = this.editableTooltip, s = this.editableLinktext;
12287
12271
  return oe(this, {
12288
12272
  update(i) {
12289
12273
  i.id = e, i.path = t, i.tooltip = n, i.linkText = s;
@@ -14549,7 +14533,7 @@ function xg(e, t, n, s, i, l) {
14549
14533
  "onUpdate:modelValue": t[0] || (t[0] = (_) => i.editableHtmlContent = _),
14550
14534
  placeholder: "Paragraph"
14551
14535
  }, null, 2)), [
14552
- [et, i.editableHtmlContent]
14536
+ [ft, i.editableHtmlContent]
14553
14537
  ]) : n.htmlContent ? (a(), r("div", {
14554
14538
  key: 1,
14555
14539
  innerHTML: n.htmlContent,
@@ -14835,9 +14819,9 @@ function tl(e, t) {
14835
14819
  const { toString: _g } = Object.prototype, { getPrototypeOf: Sn } = Object, Bt = /* @__PURE__ */ ((e) => (t) => {
14836
14820
  const n = _g.call(t);
14837
14821
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
14838
- })(/* @__PURE__ */ Object.create(null)), we = (e) => (e = e.toLowerCase(), (t) => Bt(t) === e), Dt = (e) => (t) => typeof t === e, { isArray: We } = Array, ot = Dt("undefined");
14822
+ })(/* @__PURE__ */ Object.create(null)), we = (e) => (e = e.toLowerCase(), (t) => Bt(t) === e), Dt = (e) => (t) => typeof t === e, { isArray: We } = Array, lt = Dt("undefined");
14839
14823
  function Og(e) {
14840
- return e !== null && !ot(e) && e.constructor !== null && !ot(e.constructor) && be(e.constructor.isBuffer) && e.constructor.isBuffer(e);
14824
+ return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) && be(e.constructor.isBuffer) && e.constructor.isBuffer(e);
14841
14825
  }
14842
14826
  const nl = we("ArrayBuffer");
14843
14827
  function Lg(e) {
@@ -14854,7 +14838,7 @@ const Ig = Dt("string"), be = Dt("function"), il = Dt("number"), Ft = (e) => e !
14854
14838
  return e && (typeof FormData == "function" && e instanceof FormData || be(e.append) && ((t = Bt(e)) === "formdata" || // detect form-data instance
14855
14839
  t === "object" && be(e.toString) && e.toString() === "[object FormData]"));
14856
14840
  }, Eg = we("URLSearchParams"), [Hg, qg, Rg, jg] = ["ReadableStream", "Request", "Response", "Headers"].map(we), Ng = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
14857
- function at(e, t, { allOwnKeys: n = !1 } = {}) {
14841
+ function ot(e, t, { allOwnKeys: n = !1 } = {}) {
14858
14842
  if (e === null || typeof e > "u")
14859
14843
  return;
14860
14844
  let s, i;
@@ -14877,17 +14861,17 @@ function ll(e, t) {
14877
14861
  return i;
14878
14862
  return null;
14879
14863
  }
14880
- const ol = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, al = (e) => !ot(e) && e !== ol;
14864
+ const ol = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, al = (e) => !lt(e) && e !== ol;
14881
14865
  function en() {
14882
14866
  const { caseless: e } = al(this) && this || {}, t = {}, n = (s, i) => {
14883
14867
  const l = e && ll(t, i) || i;
14884
14868
  bt(t[l]) && bt(s) ? t[l] = en(t[l], s) : bt(s) ? t[l] = en({}, s) : We(s) ? t[l] = s.slice() : t[l] = s;
14885
14869
  };
14886
14870
  for (let s = 0, i = arguments.length; s < i; s++)
14887
- arguments[s] && at(arguments[s], n);
14871
+ arguments[s] && ot(arguments[s], n);
14888
14872
  return t;
14889
14873
  }
14890
- const Ug = (e, t, n, { allOwnKeys: s } = {}) => (at(t, (i, l) => {
14874
+ const Ug = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
14891
14875
  n && be(i) ? e[l] = tl(i, n) : e[l] = i;
14892
14876
  }, { allOwnKeys: s }), e), zg = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Wg = (e, t, n, s) => {
14893
14877
  e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
@@ -14936,7 +14920,7 @@ const Ug = (e, t, n, { allOwnKeys: s } = {}) => (at(t, (i, l) => {
14936
14920
  }
14937
14921
  ), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), ey = we("RegExp"), sl = (e, t) => {
14938
14922
  const n = Object.getOwnPropertyDescriptors(e), s = {};
14939
- at(n, (i, l) => {
14923
+ ot(n, (i, l) => {
14940
14924
  let d;
14941
14925
  (d = t(i, l, e)) !== !1 && (s[l] = d || i);
14942
14926
  }), Object.defineProperties(e, s);
@@ -14985,9 +14969,9 @@ const sy = (e) => {
14985
14969
  if (!("toJSON" in s)) {
14986
14970
  t[i] = s;
14987
14971
  const l = We(s) ? [] : {};
14988
- return at(s, (d, u) => {
14972
+ return ot(s, (d, u) => {
14989
14973
  const c = n(d, i + 1);
14990
- !ot(c) && (l[u] = c);
14974
+ !lt(c) && (l[u] = c);
14991
14975
  }), t[i] = void 0, l;
14992
14976
  }
14993
14977
  }
@@ -15009,7 +14993,7 @@ const sy = (e) => {
15009
14993
  isRequest: qg,
15010
14994
  isResponse: Rg,
15011
14995
  isHeaders: jg,
15012
- isUndefined: ot,
14996
+ isUndefined: lt,
15013
14997
  isDate: Dg,
15014
14998
  isFile: Fg,
15015
14999
  isBlob: Mg,
@@ -15019,7 +15003,7 @@ const sy = (e) => {
15019
15003
  isURLSearchParams: Eg,
15020
15004
  isTypedArray: Jg,
15021
15005
  isFileList: Pg,
15022
- forEach: at,
15006
+ forEach: ot,
15023
15007
  merge: en,
15024
15008
  extend: Ug,
15025
15009
  trim: Ng,
@@ -15345,7 +15329,7 @@ function Sy(e, t, n) {
15345
15329
  }
15346
15330
  return (0, JSON.stringify)(e);
15347
15331
  }
15348
- const st = {
15332
+ const at = {
15349
15333
  transitional: fl,
15350
15334
  adapter: ["xhr", "http", "fetch"],
15351
15335
  transformRequest: [function(t, n) {
@@ -15374,7 +15358,7 @@ const st = {
15374
15358
  return l || i ? (n.setContentType("application/json", !1), Sy(t)) : t;
15375
15359
  }],
15376
15360
  transformResponse: [function(t) {
15377
- const n = this.transitional || st.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
15361
+ const n = this.transitional || at.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
15378
15362
  if (I.isResponse(t) || I.isReadableStream(t))
15379
15363
  return t;
15380
15364
  if (t && I.isString(t) && (s && !this.responseType || i)) {
@@ -15412,7 +15396,7 @@ const st = {
15412
15396
  }
15413
15397
  };
15414
15398
  I.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
15415
- st.headers[e] = {};
15399
+ at.headers[e] = {};
15416
15400
  });
15417
15401
  const _y = I.toObjectSet([
15418
15402
  "age",
@@ -15608,7 +15592,7 @@ I.reduceDescriptors(ue.prototype, ({ value: e }, t) => {
15608
15592
  });
15609
15593
  I.freezeMethods(ue);
15610
15594
  function Ut(e, t) {
15611
- const n = this || st, s = t || n, i = ue.from(s.headers);
15595
+ const n = this || at, s = t || n, i = ue.from(s.headers);
15612
15596
  let l = s.data;
15613
15597
  return I.forEach(e, function(u) {
15614
15598
  l = u.call(n, l, i.normalize(), t ? t.status : void 0);
@@ -16125,7 +16109,7 @@ function mi(e) {
16125
16109
  return zt(e), e.headers = ue.from(e.headers), e.data = Ut.call(
16126
16110
  e,
16127
16111
  e.transformRequest
16128
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), vl.getAdapter(e.adapter || st.adapter)(e).then(function(s) {
16112
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), vl.getAdapter(e.adapter || at.adapter)(e).then(function(s) {
16129
16113
  return zt(e), s.data = Ut.call(
16130
16114
  e,
16131
16115
  e.transformResponse,
@@ -16455,7 +16439,7 @@ function wl(e) {
16455
16439
  return wl(He(e, i));
16456
16440
  }, n;
16457
16441
  }
16458
- const ee = wl(st);
16442
+ const ee = wl(at);
16459
16443
  ee.Axios = Ae;
16460
16444
  ee.CanceledError = Ge;
16461
16445
  ee.CancelToken = In;
@@ -21582,7 +21566,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
21582
21566
  text: "Zimbabwe",
21583
21567
  value: "zw"
21584
21568
  }
21585
- ], i1 = "comand-component-library", l1 = "4.2.74", o1 = "GPL-3.0-only", a1 = "CoManD-UI", s1 = "module", r1 = {
21569
+ ], i1 = "comand-component-library", l1 = "4.2.75", o1 = "GPL-3.0-only", a1 = "CoManD-UI", s1 = "module", r1 = {
21586
21570
  prepublishOnly: "npm run build-lib",
21587
21571
  dev: "vite",
21588
21572
  build: "vite build",
@@ -23222,7 +23206,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
23222
23206
  id: "content"
23223
23207
  };
23224
23208
  function fk(e, t, n, s, i, l) {
23225
- const d = wn, u = Ni, c = ch, f = vn, g = zi, h = xh, w = Tl, x = Ai, _ = Gi, T = te, D = Rh, B = Wi, H = eh, F = Cn, U = Ei, G = fr, E = vr, R = Ri, W = Ui, Q = Tc, Z = Fc, ie = Bm, me = Ji, le = J, ne = K, se = ke, pe = Km, fe = $m, X = Pe, he = yp, A = qx, re = Zi, xe = _e("router-view"), Te = Zp, Oe = Xi, Ve = tf, de = Lf, rt = Nf, dt = Kf, ut = Qi, ct = lx, je = lh, Ke = hh, mt = Ih, Y = Ah, Bl = $i, Dl = Kh, Fl = Re, Bn = lg, Ml = el, Pl = ji, Vt = Cg, Vl = Hi, Al = Tg, At = Pi, El = Lb, Hl = _l, ql = nm, Rl = Xc, jl = qd, Nl = Vb, Ul = Zl("fancybox");
23209
+ const d = wn, u = Ni, c = ch, f = vn, g = zi, h = xh, w = Tl, x = Ai, _ = Gi, T = te, D = Rh, B = Wi, H = eh, F = Cn, U = Ei, G = fr, E = vr, R = Ri, W = Ui, Q = Tc, Z = Fc, ie = Bm, me = Ji, le = J, ne = K, se = ke, pe = Km, fe = $m, X = Pe, he = yp, A = qx, re = Zi, xe = _e("router-view"), Te = Zp, Oe = Xi, Ve = tf, de = Lf, st = Nf, rt = Kf, dt = Qi, ut = lx, je = lh, Ke = hh, ct = Ih, Y = Ah, Bl = $i, Dl = Kh, Fl = Re, Bn = lg, Ml = el, Pl = ji, Vt = Cg, Vl = Hi, Al = Tg, At = Pi, El = Lb, Hl = _l, ql = nm, Rl = Xc, jl = qd, Nl = Vb, Ul = Zl("fancybox");
23226
23210
  return $((a(), r("div", {
23227
23211
  class: "page-wrapper",
23228
23212
  id: l.templateId
@@ -23885,7 +23869,7 @@ function fk(e, t, n, s, i, l) {
23885
23869
  max: "100",
23886
23870
  id: "range-value"
23887
23871
  }, null, 10, G1), [
23888
- [et, i.rangeValue]
23872
+ [ft, i.rangeValue]
23889
23873
  ])
23890
23874
  ]),
23891
23875
  o("label", K1, [
@@ -23901,7 +23885,7 @@ function fk(e, t, n, s, i, l) {
23901
23885
  min: "0",
23902
23886
  max: "100"
23903
23887
  }, null, 8, Y1), [
23904
- [et, i.rangeValue]
23888
+ [ft, i.rangeValue]
23905
23889
  ])
23906
23890
  ])
23907
23891
  ])
@@ -25334,7 +25318,7 @@ function fk(e, t, n, s, i, l) {
25334
25318
  type: "text",
25335
25319
  "onUpdate:modelValue": (j) => b.formDataForPage.nase = j
25336
25320
  }, null, 8, Bv), [
25337
- [et, b.formDataForPage.nase]
25321
+ [ft, b.formDataForPage.nase]
25338
25322
  ]),
25339
25323
  o("a", {
25340
25324
  href: "#",
@@ -25525,7 +25509,7 @@ function fk(e, t, n, s, i, l) {
25525
25509
  onClick: t[102] || (t[102] = S((b) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
25526
25510
  })
25527
25511
  ]),
25528
- p(rt, L({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
25512
+ p(st, L({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
25529
25513
  "button-print-view": { text: "Print this page" },
25530
25514
  cmdSocialNetworks: i.socialNetworksData
25531
25515
  }), {
@@ -25554,7 +25538,7 @@ function fk(e, t, n, s, i, l) {
25554
25538
  onClick: t[103] || (t[103] = S((b) => l.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
25555
25539
  })
25556
25540
  ]),
25557
- p(dt, {
25541
+ p(rt, {
25558
25542
  ref: "CmdPageHeader",
25559
25543
  cmdBreadcrumbs: i.breadcrumbsData,
25560
25544
  cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
@@ -25587,7 +25571,7 @@ function fk(e, t, n, s, i, l) {
25587
25571
  o("div", null, [
25588
25572
  o("p", null, "Page " + y(i.showPagePager), 1)
25589
25573
  ]),
25590
- p(ut, L({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
25574
+ p(dt, L({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
25591
25575
  onClick: t[105] || (t[105] = (b) => i.showPagePager = b)
25592
25576
  }), null, 16)
25593
25577
  ]),
@@ -25604,7 +25588,7 @@ function fk(e, t, n, s, i, l) {
25604
25588
  onClick: t[106] || (t[106] = S((b) => l.openSettingsSidebar("CmdParagraph"), ["prevent"]))
25605
25589
  })
25606
25590
  ]),
25607
- p(ct, L({ ref: "CmdParagraph" }, e.cmdParagraphSettingsData), null, 16)
25591
+ p(ut, L({ ref: "CmdParagraph" }, e.cmdParagraphSettingsData), null, 16)
25608
25592
  ]),
25609
25593
  _: 1
25610
25594
  }),
@@ -25702,7 +25686,7 @@ function fk(e, t, n, s, i, l) {
25702
25686
  onClick: t[109] || (t[109] = S((b) => l.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
25703
25687
  })
25704
25688
  ]),
25705
- p(mt, L({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
25689
+ p(ct, L({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
25706
25690
  modelValueInput1: i.siteSearchInput1,
25707
25691
  "onUpdate:modelValueInput1": t[110] || (t[110] = (b) => i.siteSearchInput1 = b),
25708
25692
  modelValueInput2: i.siteSearchInput2,
@@ -26153,7 +26137,7 @@ function Il(e) {
26153
26137
  n.preventDefault(), Se({ url: e[t].href });
26154
26138
  }), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
26155
26139
  }
26156
- const ft = new MutationObserver(hk);
26140
+ const pt = new MutationObserver(hk);
26157
26141
  function hk(e) {
26158
26142
  const t = [];
26159
26143
  for (let n = 0; n < e.length; n++)
@@ -26167,7 +26151,7 @@ function hk(e) {
26167
26151
  }
26168
26152
  const Lk = (e) => {
26169
26153
  const t = e.querySelectorAll(".fancybox");
26170
- Il(t), ft == null || ft.disconnect(), ft.observe(e, {
26154
+ Il(t), pt == null || pt.disconnect(), pt.observe(e, {
26171
26155
  subtree: !0,
26172
26156
  // observe nested elements
26173
26157
  childList: !0,
@@ -26307,7 +26291,7 @@ export {
26307
26291
  Ub as MultipleListsOfLinks,
26308
26292
  Ik as capitalizeFirstLetter,
26309
26293
  Vi as createHtmlId,
26310
- lt as createUuid,
26294
+ it as createUuid,
26311
26295
  vk as currentDate,
26312
26296
  kk as currentTime,
26313
26297
  Ol as formatDate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.74",
3
+ "version": "4.2.75",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -9,15 +9,6 @@
9
9
  }}
10
10
  </legend>
11
11
  <CmdSystemMessage v-if="systemMessage.show && systemMessage.message" :validationStatus="systemMessage.validationStatus" :systemMessage="systemMessage.message"/>
12
- <CmdFormElement
13
- element="input"
14
- type="text"
15
- labelText="TEST"
16
- v-model="formValues.nase"
17
- />
18
- <label>TEST2:
19
- <input type="text" v-model="formValues.ahoi" />
20
- </label>
21
12
  <!-- begin default-slot-content -->
22
13
  <slot v-if="useSlot"></slot>
23
14
  <!-- end default-slot-content -->