@yoooloo42/joker 1.0.204 → 1.0.205
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 +5 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24349,6 +24349,7 @@ script$i.__file = "src/form/Form.vue";
|
|
|
24349
24349
|
var ly0default$3 = {
|
|
24350
24350
|
myProps: {
|
|
24351
24351
|
popup: {
|
|
24352
|
+
switch: false,
|
|
24352
24353
|
visible: false,
|
|
24353
24354
|
title: '',
|
|
24354
24355
|
width: '800px',
|
|
@@ -24414,7 +24415,7 @@ const scopeThis_box = vue.reactive(props.scopeThis);
|
|
|
24414
24415
|
return (_ctx, _cache) => {
|
|
24415
24416
|
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
24416
24417
|
|
|
24417
|
-
return (formProps_box.popup)
|
|
24418
|
+
return (formProps_box.popup.switch)
|
|
24418
24419
|
? (vue.openBlock(), vue.createBlock(_component_el_dialog, {
|
|
24419
24420
|
key: 0,
|
|
24420
24421
|
modelValue: formProps_box.popup.visible,
|
|
@@ -42414,6 +42415,7 @@ script$d.__file = "src/table/Table.vue";
|
|
|
42414
42415
|
var ly0default$1 = {
|
|
42415
42416
|
myProps: {
|
|
42416
42417
|
popup: {
|
|
42418
|
+
switch: false,
|
|
42417
42419
|
visible: false,
|
|
42418
42420
|
title: '',
|
|
42419
42421
|
width: "1024px",
|
|
@@ -42523,12 +42525,12 @@ const scopeThis_box = vue.reactive(props.scopeThis);
|
|
|
42523
42525
|
return (_ctx, _cache) => {
|
|
42524
42526
|
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
42525
42527
|
|
|
42526
|
-
return (tableProps_box.popup)
|
|
42528
|
+
return (tableProps_box.popup.switch)
|
|
42527
42529
|
? (vue.openBlock(), vue.createBlock(_component_el_dialog, {
|
|
42528
42530
|
key: 0,
|
|
42529
42531
|
modelValue: tableProps_box.popup.visible,
|
|
42530
42532
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => ((tableProps_box.popup.visible) = $event)),
|
|
42531
|
-
"custom-class":
|
|
42533
|
+
"custom-class": "code-template-dialog",
|
|
42532
42534
|
"close-on-press-escape": true,
|
|
42533
42535
|
"append-to-body": "",
|
|
42534
42536
|
title: tableProps_box.popup.title,
|