@xatlas/rainbow-core 2.0.6 → 2.0.7

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.
@@ -4952,7 +4952,7 @@ var ACTION_ACCESS = {
4952
4952
  this.action = null;
4953
4953
  this.formModal = null;
4954
4954
  this.actionViewVisible = false;
4955
- this.actionViewkMode = null;
4955
+ // this.actionViewkMode = null
4956
4956
  this.submitting = false;
4957
4957
  this.actionViewMode = 'modal';
4958
4958
  this.actionViewType = 'Form';
@@ -9107,8 +9107,8 @@ var Size_component = normalizeComponent(
9107
9107
  )
9108
9108
 
9109
9109
  /* harmony default export */ var Size = (Size_component.exports);
9110
- // CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4325b732-vue-loader-template"}!../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/babel-loader/lib!../node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/cell/Cell.vue?vue&type=template&id=6d0e4c08&
9111
- var Cellvue_type_template_id_6d0e4c08_render = function render() {
9110
+ // CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4325b732-vue-loader-template"}!../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/babel-loader/lib!../node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/cell/Cell.vue?vue&type=template&id=7e59b125&
9111
+ var Cellvue_type_template_id_7e59b125_render = function render() {
9112
9112
  var _vm = this,
9113
9113
  _c = _vm._self._c;
9114
9114
  return _c('span', [_vm.editable && ['write', 'updateonly'].includes(_vm.schema.access) ? _c('Item', {
@@ -9151,9 +9151,9 @@ var Cellvue_type_template_id_6d0e4c08_render = function render() {
9151
9151
  }
9152
9152
  }, [_vm._v(" " + _vm._s(_vm.text) + " ")]) : _c('span', [_vm._v(_vm._s(_vm.text))])], 1);
9153
9153
  };
9154
- var Cellvue_type_template_id_6d0e4c08_staticRenderFns = [];
9154
+ var Cellvue_type_template_id_7e59b125_staticRenderFns = [];
9155
9155
 
9156
- // CONCATENATED MODULE: ../src/web/components/cell/Cell.vue?vue&type=template&id=6d0e4c08&
9156
+ // CONCATENATED MODULE: ../src/web/components/cell/Cell.vue?vue&type=template&id=7e59b125&
9157
9157
 
9158
9158
  // CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/cell/Cell.vue?vue&type=script&lang=js&
9159
9159
  function Cellvue_type_script_lang_js_typeof(obj) { "@babel/helpers - typeof"; return Cellvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, Cellvue_type_script_lang_js_typeof(obj); }
@@ -9216,6 +9216,11 @@ function Cellvue_type_script_lang_js_toPrimitive(input, hint) { if (Cellvue_type
9216
9216
  if (newVal !== oldVal) {
9217
9217
  this.editValue = newVal;
9218
9218
  }
9219
+ },
9220
+ editable: function editable(val) {
9221
+ if (val && this.editValue !== this.editRow[this.schema.name]) {
9222
+ this.editValue = this.editRow[this.schema.name];
9223
+ }
9219
9224
  }
9220
9225
  }
9221
9226
  });
@@ -9231,8 +9236,8 @@ function Cellvue_type_script_lang_js_toPrimitive(input, hint) { if (Cellvue_type
9231
9236
 
9232
9237
  var Cell_component = normalizeComponent(
9233
9238
  cell_Cellvue_type_script_lang_js_,
9234
- Cellvue_type_template_id_6d0e4c08_render,
9235
- Cellvue_type_template_id_6d0e4c08_staticRenderFns,
9239
+ Cellvue_type_template_id_7e59b125_render,
9240
+ Cellvue_type_template_id_7e59b125_staticRenderFns,
9236
9241
  false,
9237
9242
  null,
9238
9243
  null,