@fecp/designer 5.5.18 → 5.5.19

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,4 +1,4 @@
1
- const version = "5.5.18";
1
+ const version = "5.5.19";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -22,6 +22,8 @@ const _sfc_main = {
22
22
  },
23
23
  emits: ["update:modelValue", "change"],
24
24
  setup(__props, { emit: __emit }) {
25
+ const currentInstance = getCurrentInstance();
26
+ const ctx = currentInstance.proxy;
25
27
  const props = __props;
26
28
  const emit = __emit;
27
29
  const instance = getCurrentInstance();
@@ -83,7 +85,7 @@ const _sfc_main = {
83
85
  };
84
86
  }
85
87
  };
86
- const DefaultValueEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2b89d5b3"]]);
88
+ const DefaultValueEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7742453a"]]);
87
89
  export {
88
90
  DefaultValueEditor as default
89
91
  };
package/es/designer.css CHANGED
@@ -3236,16 +3236,16 @@ to {
3236
3236
  .dev-root-header .opt-btn-content {
3237
3237
  height: 100%;
3238
3238
  }
3239
- .default-value-editor[data-v-2b89d5b3] {
3239
+ .default-value-editor[data-v-7742453a] {
3240
3240
  width: 100%;
3241
3241
  }
3242
- .default-value-editor[data-v-2b89d5b3] .el-input,
3243
- .default-value-editor[data-v-2b89d5b3] .el-textarea,
3244
- .default-value-editor[data-v-2b89d5b3] .el-date-editor,
3245
- .default-value-editor[data-v-2b89d5b3] .el-select,
3246
- .default-value-editor[data-v-2b89d5b3] .el-radio-group,
3247
- .default-value-editor[data-v-2b89d5b3] .el-checkbox-group,
3248
- .default-value-editor[data-v-2b89d5b3] .el-switch {
3242
+ .default-value-editor[data-v-7742453a] .el-input,
3243
+ .default-value-editor[data-v-7742453a] .el-textarea,
3244
+ .default-value-editor[data-v-7742453a] .el-date-editor,
3245
+ .default-value-editor[data-v-7742453a] .el-select,
3246
+ .default-value-editor[data-v-7742453a] .el-radio-group,
3247
+ .default-value-editor[data-v-7742453a] .el-checkbox-group,
3248
+ .default-value-editor[data-v-7742453a] .el-switch {
3249
3249
  width: 100%;
3250
3250
  }
3251
3251
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.5.18";
3
+ const version = "5.5.19";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -24,6 +24,8 @@ const _sfc_main = {
24
24
  },
25
25
  emits: ["update:modelValue", "change"],
26
26
  setup(__props, { emit: __emit }) {
27
+ const currentInstance = vue.getCurrentInstance();
28
+ const ctx = currentInstance.proxy;
27
29
  const props = __props;
28
30
  const emit = __emit;
29
31
  const instance = vue.getCurrentInstance();
@@ -85,5 +87,5 @@ const _sfc_main = {
85
87
  };
86
88
  }
87
89
  };
88
- const DefaultValueEditor = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2b89d5b3"]]);
90
+ const DefaultValueEditor = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7742453a"]]);
89
91
  exports.default = DefaultValueEditor;
package/lib/designer.css CHANGED
@@ -3236,16 +3236,16 @@ to {
3236
3236
  .dev-root-header .opt-btn-content {
3237
3237
  height: 100%;
3238
3238
  }
3239
- .default-value-editor[data-v-2b89d5b3] {
3239
+ .default-value-editor[data-v-7742453a] {
3240
3240
  width: 100%;
3241
3241
  }
3242
- .default-value-editor[data-v-2b89d5b3] .el-input,
3243
- .default-value-editor[data-v-2b89d5b3] .el-textarea,
3244
- .default-value-editor[data-v-2b89d5b3] .el-date-editor,
3245
- .default-value-editor[data-v-2b89d5b3] .el-select,
3246
- .default-value-editor[data-v-2b89d5b3] .el-radio-group,
3247
- .default-value-editor[data-v-2b89d5b3] .el-checkbox-group,
3248
- .default-value-editor[data-v-2b89d5b3] .el-switch {
3242
+ .default-value-editor[data-v-7742453a] .el-input,
3243
+ .default-value-editor[data-v-7742453a] .el-textarea,
3244
+ .default-value-editor[data-v-7742453a] .el-date-editor,
3245
+ .default-value-editor[data-v-7742453a] .el-select,
3246
+ .default-value-editor[data-v-7742453a] .el-radio-group,
3247
+ .default-value-editor[data-v-7742453a] .el-checkbox-group,
3248
+ .default-value-editor[data-v-7742453a] .el-switch {
3249
3249
  width: 100%;
3250
3250
  }
3251
3251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.5.18",
3
+ "version": "5.5.19",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [