@qikdev/vue-ui 0.1.72 → 0.1.73

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
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelSelect, withKeys, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.1.72";
35
+ const version$1 = "0.1.73";
36
36
  var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
37
37
  var _export_sfc = (sfc, props2) => {
38
38
  const target = sfc.__vccOpts || sfc;
@@ -11757,7 +11757,7 @@ const _sfc_main$v = {
11757
11757
  singleReferenceField() {
11758
11758
  return {
11759
11759
  type: "reference",
11760
- referenceType,
11760
+ referenceType: this.referenceType,
11761
11761
  maximum: 1,
11762
11762
  minimum: 1
11763
11763
  };
@@ -11765,7 +11765,7 @@ const _sfc_main$v = {
11765
11765
  multiReferenceField() {
11766
11766
  return {
11767
11767
  type: "reference",
11768
- referenceType,
11768
+ referenceType: this.referenceType,
11769
11769
  maximum: 0,
11770
11770
  minimum: 1
11771
11771
  };
@@ -12531,12 +12531,12 @@ const _sfc_main$s = {
12531
12531
  },
12532
12532
  watch: {
12533
12533
  "field.referenceType": {
12534
- handler: async function(referenceType2) {
12535
- if (!referenceType2) {
12534
+ handler: async function(referenceType) {
12535
+ if (!referenceType) {
12536
12536
  return this.definition = null;
12537
12537
  }
12538
12538
  var glossary = await this.$sdk.content.glossary({ hash: true });
12539
- this.definition = glossary[referenceType2];
12539
+ this.definition = glossary[referenceType];
12540
12540
  },
12541
12541
  immediate: true
12542
12542
  }