@yoooloo42/joker 1.0.51 → 1.0.53

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