@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.cjs.js +26 -25
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +26 -25
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40366,50 +40366,51 @@ var ly0default$2 = {
|
|
|
40366
40366
|
}};
|
|
40367
40367
|
|
|
40368
40368
|
var script$d = {
|
|
40369
|
-
|
|
40370
|
-
|
|
40371
|
-
|
|
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) {
|
|
40377
40372
|
|
|
40378
|
-
|
|
40379
|
-
|
|
40373
|
+
const props = __props;
|
|
40374
|
+
|
|
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 (
|
|
40381
|
+
return (myProps0.popup.visible)
|
|
40383
40382
|
? (vue.openBlock(), vue.createBlock(_component_el_dialog, {
|
|
40384
40383
|
key: 0,
|
|
40385
|
-
modelValue:
|
|
40386
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $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:
|
|
40391
|
-
width:
|
|
40392
|
-
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(
|
|
40397
|
-
scopeThis:
|
|
40398
|
-
myProps:
|
|
40399
|
-
dataBox:
|
|
40395
|
+
vue.createVNode(script$e, {
|
|
40396
|
+
scopeThis: __props.scopeThis,
|
|
40397
|
+
myProps: myProps0,
|
|
40398
|
+
dataBox: __props.dataBox
|
|
40400
40399
|
}, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"])
|
|
40401
40400
|
]),
|
|
40402
40401
|
_: 1 /* STABLE */
|
|
40403
40402
|
}, 8 /* PROPS */, ["modelValue", "title", "width", "top"]))
|
|
40404
|
-
: (vue.openBlock(), vue.createBlock(
|
|
40403
|
+
: (vue.openBlock(), vue.createBlock(script$e, {
|
|
40405
40404
|
key: 1,
|
|
40406
|
-
scopeThis:
|
|
40407
|
-
myProps:
|
|
40408
|
-
dataBox:
|
|
40405
|
+
scopeThis: __props.scopeThis,
|
|
40406
|
+
myProps: myProps0,
|
|
40407
|
+
dataBox: __props.dataBox
|
|
40409
40408
|
}, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
|
|
40410
40409
|
}
|
|
40410
|
+
}
|
|
40411
|
+
|
|
40412
|
+
};
|
|
40411
40413
|
|
|
40412
|
-
script$d.render = render$7;
|
|
40413
40414
|
script$d.__file = "src/form/index.vue";
|
|
40414
40415
|
|
|
40415
40416
|
var ly0default$1 = {
|