@qikdev/vue-ui 0.2.87 → 0.2.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import './style.css';
2
2
  import { defineComponent as ki, ref as Kt, toRefs as oa, onMounted as ua, onBeforeUnmount as So, watch as xi, computed as ai, openBlock as o, createElementBlock as d, renderSlot as q, createCommentVNode as _, useSlots as Oo, reactive as kr, provide as Fr, resolveComponent as y, normalizeClass as P, Fragment as S, unref as jn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as b, withModifiers as W, createTextVNode as O, createElementVNode as w, h as li, resolveDynamicComponent as xt, mergeProps as wi, toHandlers as da, withDirectives as K, vModelSelect as wt, pushScopeId as st, popScopeId as at, normalizeStyle as St, Teleport as To, vModelText as pe, withKeys as ge, TransitionGroup as Eo, nextTick as ca, vModelDynamic as Rn, vShow as qi } from "vue";
3
3
  import { EventDispatcher as Co } from "@qikdev/sdk";
4
- const Vo = "0.2.87", lr = {
4
+ const Vo = "0.2.90", lr = {
5
5
  STRIPE_NOT_LOADED: "Stripe v3 library is not loaded",
6
6
  INSTANCE_NOT_DEFINED: "Instance object is not defined. Make sure you initialized Stripe before creating elements",
7
7
  ELEMENTS_NOT_DEFINED: "Elements object is not defined. You can't create stripe element without it",
@@ -18803,7 +18803,7 @@ const tT = {
18803
18803
  },
18804
18804
  watch: {
18805
18805
  modelValue(e, t) {
18806
- this.value = e;
18806
+ console.log("Model value changed", e, t), this.value = e;
18807
18807
  }
18808
18808
  },
18809
18809
  computed: {
@@ -18846,7 +18846,7 @@ function iT(e, t, n, i, s, r) {
18846
18846
  ])
18847
18847
  ]);
18848
18848
  }
18849
- const po = /* @__PURE__ */ E(tT, [["render", iT], ["__scopeId", "data-v-9cf5026c"]]), sT = {
18849
+ const po = /* @__PURE__ */ E(tT, [["render", iT], ["__scopeId", "data-v-41858ddc"]]), sT = {
18850
18850
  props: {
18851
18851
  field: {
18852
18852
  type: Object,
@@ -21406,6 +21406,7 @@ export {
21406
21406
  du as FlexRow,
21407
21407
  hu as FlexSpacer,
21408
21408
  l_ as Info,
21409
+ Sl as Item,
21409
21410
  Ln as ModalMixin,
21410
21411
  Lt as NativeSelect,
21411
21412
  IE as Pager,