@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.esm.js
CHANGED
|
@@ -40362,50 +40362,51 @@ var ly0default$2 = {
|
|
|
40362
40362
|
}};
|
|
40363
40363
|
|
|
40364
40364
|
var script$d = {
|
|
40365
|
-
|
|
40366
|
-
|
|
40367
|
-
|
|
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
|
-
|
|
40375
|
-
|
|
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 (
|
|
40377
|
+
return (myProps0.popup.visible)
|
|
40379
40378
|
? (openBlock(), createBlock(_component_el_dialog, {
|
|
40380
40379
|
key: 0,
|
|
40381
|
-
modelValue:
|
|
40382
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $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:
|
|
40387
|
-
width:
|
|
40388
|
-
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(
|
|
40393
|
-
scopeThis:
|
|
40394
|
-
myProps:
|
|
40395
|
-
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(
|
|
40399
|
+
: (openBlock(), createBlock(script$e, {
|
|
40401
40400
|
key: 1,
|
|
40402
|
-
scopeThis:
|
|
40403
|
-
myProps:
|
|
40404
|
-
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 = {
|