blixify-ui-web 0.4.216 → 0.4.217

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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAQN,MAAM,OAAO,CAAC;AAuEf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,YAAY,mFAm4QvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAQN,MAAM,OAAO,CAAC;AAuEf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,YAAY,mFAw4QvB,CAAC"}
@@ -4446,7 +4446,9 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
4446
4446
  if (present_1)
4447
4447
  return false;
4448
4448
  }
4449
- if (type === "update" && !eachAttribute.listObjOrder) {
4449
+ if (type === "update" &&
4450
+ !eachAttribute.listObjOrder &&
4451
+ !eachAttribute.listFlexTable) {
4450
4452
  return true;
4451
4453
  }
4452
4454
  else if (type === "read") {
@@ -5212,6 +5214,7 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
5212
5214
  handleSelectListObjectData: handleSelectListObjectData,
5213
5215
  renderObjectTags: renderObjectTags,
5214
5216
  setSelectedData: setSelectedData,
5217
+ flexTableRefs: flexTableRefs,
5215
5218
  }, { signing: signatureSigning, setSigning: setSignatureSigning }, { readOnly: markdownReadOnly ? true : false }, props.onComplete ? true : false, (_f = props.bareSettings) === null || _f === void 0 ? void 0 : _f.bareOffline, (_h = (_g = props.bareSettings) === null || _g === void 0 ? void 0 : _g.bareUpdateColumnType) !== null && _h !== void 0 ? _h : "two", (_j = props.bareSettings) === null || _j === void 0 ? void 0 : _j.bareUpdateIndividualComponent, (_k = props.bareSettings) === null || _k === void 0 ? void 0 : _k.bareUpdateMobileView);
5216
5219
  };
5217
5220
  var renderGridAndListData = function (imageTag, type, kanbanGroupId, useColumnName) {