@qikdev/vue-ui 0.2.250 → 0.2.251

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((V["@qikdev/vue-ui"] = {}), V.Vue, V["@qikdev/sdk"]));
8
8
  })(this, function (V, t, Or) {
9
9
  "use strict";
10
- const oc = "0.2.250";
10
+ const oc = "0.2.251";
11
11
  class st extends Error {}
12
12
  class rc extends st {
13
13
  constructor(n) {
@@ -8825,8 +8825,7 @@
8825
8825
  var e = this;
8826
8826
  return {
8827
8827
  click(n) {
8828
- console.log("CLICKETY CLICK"),
8829
- e.stop && n.stopImmediatePropagation(),
8828
+ e.stop && n.stopImmediatePropagation(),
8830
8829
  (e.triggerEvent = n),
8831
8830
  (e.expanded = !e.expanded);
8832
8831
  },
@@ -8884,7 +8883,7 @@
8884
8883
  }
8885
8884
  const Qi = g(a_, [
8886
8885
  ["render", s_],
8887
- ["__scopeId", "data-v-9d3e0d4e"],
8886
+ ["__scopeId", "data-v-df62da5c"],
8888
8887
  ]),
8889
8888
  bF = "",
8890
8889
  c_ = {
@@ -17031,61 +17030,60 @@
17031
17030
  ux = ["innerHTML"],
17032
17031
  mx = ["innerHTML"];
17033
17032
  function fx(e, n, o, l, i, r) {
17034
- const a = t.resolveComponent("flex-cell"),
17035
- s = t.resolveComponent("ux-icon"),
17036
- c = t.resolveComponent("ux-button"),
17037
- u = t.resolveComponent("flex-row");
17033
+ const a = t.resolveComponent("compile"),
17034
+ s = t.resolveComponent("flex-cell"),
17035
+ c = t.resolveComponent("ux-icon"),
17036
+ u = t.resolveComponent("ux-button"),
17037
+ d = t.resolveComponent("flex-row");
17038
17038
  return e.multiValue
17039
17039
  ? (t.openBlock(),
17040
17040
  t.createElementBlock("div", dx, [
17041
17041
  t.createVNode(
17042
- u,
17042
+ d,
17043
17043
  { class: "ux-text-row" },
17044
17044
  {
17045
17045
  default: t.withCtx(() => [
17046
- t.createVNode(a, null, {
17046
+ t.createVNode(s, null, {
17047
17047
  default: t.withCtx(() => [
17048
- (t.openBlock(!0),
17049
- t.createElementBlock(
17050
- t.Fragment,
17051
- null,
17052
- t.renderList(
17053
- e.model,
17054
- (d, m) => (
17055
- t.openBlock(),
17056
- t.createElementBlock(
17057
- "div",
17058
- { innerHTML: e.field.template, key: m },
17059
- null,
17060
- 8,
17061
- ux,
17062
- )
17063
- ),
17064
- ),
17065
- 128,
17066
- )),
17048
+ e.field.compile
17049
+ ? (t.openBlock(),
17050
+ t.createBlock(
17051
+ a,
17052
+ { key: 0, template: e.field.template },
17053
+ null,
17054
+ 8,
17055
+ ["template"],
17056
+ ))
17057
+ : (t.openBlock(),
17058
+ t.createElementBlock(
17059
+ "div",
17060
+ { key: 1, innerHTML: e.field.template },
17061
+ null,
17062
+ 8,
17063
+ ux,
17064
+ )),
17067
17065
  ]),
17068
17066
  _: 1,
17069
17067
  }),
17070
17068
  t.createVNode(
17071
- a,
17069
+ s,
17072
17070
  { shrink: "", vcenter: "" },
17073
17071
  {
17074
17072
  default: t.withCtx(() => [
17075
17073
  e.canRemoveValue
17076
17074
  ? (t.openBlock(),
17077
17075
  t.createBlock(
17078
- c,
17076
+ u,
17079
17077
  {
17080
17078
  key: 0,
17081
17079
  tag: "a",
17082
17080
  icon: "",
17083
17081
  onClick:
17084
- n[0] || (n[0] = (d) => e.remove(e.entry)),
17082
+ n[0] || (n[0] = (m) => e.remove(e.entry)),
17085
17083
  },
17086
17084
  {
17087
17085
  default: t.withCtx(() => [
17088
- t.createVNode(s, { icon: "fa-times" }),
17086
+ t.createVNode(c, { icon: "fa-times" }),
17089
17087
  ]),
17090
17088
  _: 1,
17091
17089
  },
@@ -17102,8 +17100,8 @@
17102
17100
  e.canAddValue
17103
17101
  ? (t.openBlock(),
17104
17102
  t.createBlock(
17105
- c,
17106
- { key: 0, onClick: n[1] || (n[1] = (d) => e.add()) },
17103
+ u,
17104
+ { key: 0, onClick: n[1] || (n[1] = (m) => e.add()) },
17107
17105
  {
17108
17106
  default: t.withCtx(() => [
17109
17107
  t.createTextVNode(t.toDisplayString(e.addLabel), 1),
@@ -17115,11 +17113,28 @@
17115
17113
  ]))
17116
17114
  : (t.openBlock(),
17117
17115
  t.createElementBlock(
17118
- "div",
17119
- { key: 1, innerHTML: e.field.template },
17120
- null,
17121
- 8,
17122
- mx,
17116
+ t.Fragment,
17117
+ { key: 1 },
17118
+ [
17119
+ e.field.compile
17120
+ ? (t.openBlock(),
17121
+ t.createBlock(
17122
+ a,
17123
+ { key: 0, template: e.field.template },
17124
+ null,
17125
+ 8,
17126
+ ["template"],
17127
+ ))
17128
+ : (t.openBlock(),
17129
+ t.createElementBlock(
17130
+ "div",
17131
+ { key: 1, innerHTML: e.field.template },
17132
+ null,
17133
+ 8,
17134
+ mx,
17135
+ )),
17136
+ ],
17137
+ 64,
17123
17138
  ));
17124
17139
  }
17125
17140
  const px = g(cx, [["render", fx]]);