form-custom-test 3.0.28 → 3.0.29

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.
@@ -62031,13 +62031,13 @@ function registerIcon(app) {
62031
62031
  if (typeof window !== "undefined") {
62032
62032
  let loadSvg = function() {
62033
62033
  var body = document.body;
62034
- var svgDom = document.getElementById("__svg__icons__dom__1767869712760__");
62034
+ var svgDom = document.getElementById("__svg__icons__dom__1767870913484__");
62035
62035
  if (!svgDom) {
62036
62036
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
62037
62037
  svgDom.style.position = "absolute";
62038
62038
  svgDom.style.width = "0";
62039
62039
  svgDom.style.height = "0";
62040
- svgDom.id = "__svg__icons__dom__1767869712760__";
62040
+ svgDom.id = "__svg__icons__dom__1767870913484__";
62041
62041
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
62042
62042
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
62043
62043
  }
@@ -65420,6 +65420,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
65420
65420
  footer: withCtx(() => [
65421
65421
  createElementVNode("span", _hoisted_4$1, [
65422
65422
  createVNode(_component_el_button, {
65423
+ size: "default",
65423
65424
  onClick: _cache[0] || (_cache[0] = ($event) => $data.dialogVisible = false)
65424
65425
  }, {
65425
65426
  default: withCtx(() => [..._cache[6] || (_cache[6] = [
@@ -65428,6 +65429,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
65428
65429
  _: 1
65429
65430
  }),
65430
65431
  createVNode(_component_el_button, {
65432
+ size: "default",
65431
65433
  type: "primary",
65432
65434
  onClick: $options.handleDialogConfirm
65433
65435
  }, {
@@ -65539,7 +65541,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
65539
65541
  _: 1
65540
65542
  }, 8, ["widget"]);
65541
65543
  }
65542
- var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-a29aeb0a"]]);
65544
+ var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-03803496"]]);
65543
65545
  var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
65544
65546
  const _sfc_main = {
65545
65547
  name: "sub-table-columns-editor",
@@ -66113,6 +66115,10 @@ const loadExtension = function(app) {
66113
66115
  registerCPEditor(app, "sub-table-columns", "sub-table-columns-editor", SubTableColumnsEditor);
66114
66116
  registerCPEditor(app, "select-tree-showCheckbox", "select-tree-showCheckbox-editor", createBooleanEditor("showCheckbox", "designer.setting.showCheckbox"));
66115
66117
  };
66118
+ const { cookies } = useCookies();
66119
+ if (typeof window !== "undefined") {
66120
+ window.cookies = cookies;
66121
+ }
66116
66122
  const SortableLib = (_b = (_a = require$$1) == null ? void 0 : _a.default) != null ? _b : require$$1;
66117
66123
  if (typeof window !== "undefined" && !window.Sortable) {
66118
66124
  window.Sortable = SortableLib;