@yoooloo42/joker 1.0.51 → 1.0.52

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.
package/dist/index.esm.js CHANGED
@@ -40362,50 +40362,51 @@ var ly0default$2 = {
40362
40362
  }};
40363
40363
 
40364
40364
  var script$d = {
40365
- props: ['scopeThis', 'myProps', 'dataBox'],
40366
- components: { compForm: script$e },
40367
- computed: {
40368
- myProps0() {
40369
- return Object.assign({}, ly0default$2.myProps, this.myProps)
40370
- }
40371
- }
40372
- };
40365
+ __name: 'index',
40366
+ props: ["scopeThis", "myProps", "dataBox"],
40367
+ setup(__props) {
40373
40368
 
40374
- function render$7(_ctx, _cache, $props, $setup, $data, $options) {
40375
- const _component_compForm = resolveComponent("compForm");
40369
+ const props = __props;
40370
+
40371
+ const myProps0 = reactive({});
40372
+ Object.assign(myProps0, ly0default$2.myProps, props.myProps);
40373
+
40374
+ return (_ctx, _cache) => {
40376
40375
  const _component_el_dialog = resolveComponent("el-dialog");
40377
40376
 
40378
- return ($options.myProps0.popup.visible)
40377
+ return (myProps0.popup.visible)
40379
40378
  ? (openBlock(), createBlock(_component_el_dialog, {
40380
40379
  key: 0,
40381
- modelValue: $options.myProps0.popup.visible,
40382
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (($options.myProps0.popup.visible) = $event)),
40380
+ modelValue: myProps0.popup.visible,
40381
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((myProps0.popup.visible) = $event)),
40383
40382
  "custom-class": "code-template-dialog",
40384
40383
  "close-on-press-escape": true,
40385
40384
  "append-to-body": "",
40386
- title: $options.myProps0.popup.title,
40387
- width: $options.myProps0.popup.width,
40388
- top: $options.myProps0.popup.top,
40385
+ title: myProps0.popup.title,
40386
+ width: myProps0.popup.width,
40387
+ top: myProps0.popup.top,
40389
40388
  "destroy-on-close": true
40390
40389
  }, {
40391
40390
  default: withCtx(() => [
40392
- createVNode(_component_compForm, {
40393
- scopeThis: $props.scopeThis,
40394
- myProps: $options.myProps0,
40395
- dataBox: $props.dataBox
40391
+ createVNode(script$e, {
40392
+ scopeThis: __props.scopeThis,
40393
+ myProps: myProps0,
40394
+ dataBox: __props.dataBox
40396
40395
  }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"])
40397
40396
  ]),
40398
40397
  _: 1 /* STABLE */
40399
40398
  }, 8 /* PROPS */, ["modelValue", "title", "width", "top"]))
40400
- : (openBlock(), createBlock(_component_compForm, {
40399
+ : (openBlock(), createBlock(script$e, {
40401
40400
  key: 1,
40402
- scopeThis: $props.scopeThis,
40403
- myProps: $options.myProps0,
40404
- dataBox: $props.dataBox
40401
+ scopeThis: __props.scopeThis,
40402
+ myProps: myProps0,
40403
+ dataBox: __props.dataBox
40405
40404
  }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40406
40405
  }
40406
+ }
40407
+
40408
+ };
40407
40409
 
40408
- script$d.render = render$7;
40409
40410
  script$d.__file = "src/form/index.vue";
40410
40411
 
40411
40412
  var ly0default$1 = {