@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.esm.js CHANGED
@@ -40362,50 +40362,56 @@ 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) {
40368
+
40369
+ const props = __props;
40373
40370
 
40374
- function render$7(_ctx, _cache, $props, $setup, $data, $options) {
40375
- const _component_compForm = resolveComponent("compForm");
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
40396
- }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"])
40391
+ myProps0
40392
+ ? (openBlock(), createBlock(script$e, {
40393
+ key: 0,
40394
+ scopeThis: __props.scopeThis,
40395
+ myProps: myProps0,
40396
+ dataBox: __props.dataBox
40397
+ }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40398
+ : createCommentVNode("v-if", true)
40397
40399
  ]),
40398
40400
  _: 1 /* STABLE */
40399
40401
  }, 8 /* PROPS */, ["modelValue", "title", "width", "top"]))
40400
- : (openBlock(), createBlock(_component_compForm, {
40401
- key: 1,
40402
- scopeThis: $props.scopeThis,
40403
- myProps: $options.myProps0,
40404
- dataBox: $props.dataBox
40405
- }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40402
+ : myProps0
40403
+ ? (openBlock(), createBlock(script$e, {
40404
+ key: 1,
40405
+ scopeThis: __props.scopeThis,
40406
+ myProps: myProps0,
40407
+ dataBox: __props.dataBox
40408
+ }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40409
+ : createCommentVNode("v-if", true)
40410
+ }
40406
40411
  }
40407
40412
 
40408
- script$d.render = render$7;
40413
+ };
40414
+
40409
40415
  script$d.__file = "src/form/index.vue";
40410
40416
 
40411
40417
  var ly0default$1 = {