super-page-designer 2.0.88 → 2.0.89

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.
@@ -454,6 +454,8 @@ function getDynamicColumnJson(item) {
454
454
  function getCheckType(type) {
455
455
  if (Array.isArray(type) && type.length > 0) {
456
456
  return JSON.stringify(type);
457
+ } else if (Array.isArray(type) && type.length === 0) {
458
+ return null;
457
459
  }
458
460
  return type;
459
461
  }
@@ -1,4 +1,4 @@
1
- import _sfc_main from "./common-variable-bind.vue3.js";
1
+ import _sfc_main from "./common-variable-bind.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const BindVariable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-34b580aa"]]);
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, createCommentVNode, createElementBlock, Fragment, renderList } from "vue";
2
2
  import "@element-plus/icons-vue";
3
- /* empty css */
3
+ /* empty css */
4
4
  import http from "agilebuilder-ui/src/utils/request";
5
5
  const _hoisted_1 = { class: "dialog-footer" };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, createTextVNode, createBlock, createCommentVNode } from "vue";
2
- import IconSetDialog from "../../form/common/icon-set-dialog.vue2.js";
2
+ import IconSetDialog from "../../form/common/icon-set-dialog.vue.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "formatting-icon-label",
5
5
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, createCommentVNode, unref } from "vue";
2
2
  import _sfc_main$1 from "../../form/common/suffixmodule.vue.js";
3
3
  import { Search } from "@element-plus/icons-vue";
4
- /* empty css */
4
+ /* empty css */
5
5
  import _sfc_main$2 from "./formatting-icon-label.vue.js";
6
6
  const _hoisted_1 = { class: "dialog-footer" };
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode } from "vue";
2
2
  import "@element-plus/icons-vue";
3
- /* empty css */
3
+ /* empty css */
4
4
  const _hoisted_1 = { class: "dialog-footer" };
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "querySetting",
@@ -9,7 +9,7 @@ import { getUuidv4 } from "../../../../utils/common-util.js";
9
9
  import eventBus from "../../../../utils/eventBus.js";
10
10
  import _sfc_main$1 from "../component/variate-select.vue.js";
11
11
  import _sfc_main$6 from "../../form/common/suffixmodule.vue.js";
12
- /* empty css */
12
+ /* empty css */
13
13
  import _sfc_main$2 from "../../common/common-function-code.vue.js";
14
14
  import _sfc_main$9 from "../../common/common-select-table.vue.js";
15
15
  import { queryTableFields, tableResetConfigIndo } from "../../../../utils/page-table-util.js";
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./icon-set-dialog.vue3.js";
2
- /* empty css */
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const IconSetDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4aa5ce08"]]);
5
5
  export {
@@ -2,7 +2,7 @@ import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx
2
2
  import _sfc_main$3 from "../common/suffixmodule.vue.js";
3
3
  import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
4
4
  import { componentNameChange } from "../../../../utils/form-design-util.js";
5
- import IconSetDialog from "../common/icon-set-dialog.vue2.js";
5
+ import IconSetDialog from "../common/icon-set-dialog.vue.js";
6
6
  import _sfc_main$4 from "../../common/common-attr-size.vue.js";
7
7
  import BindVariable from "../../common/common-variable-bind.vue.js";
8
8
  import _sfc_main$2 from "../common/condition.vue.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.0.88",
3
+ "version": "2.0.89",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",