@yoooloo42/joker 1.0.204 → 1.0.206

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
@@ -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,
@@ -24471,10 +24472,7 @@ var script$g = {
24471
24472
  setup(__props) {
24472
24473
 
24473
24474
  const props = __props;
24474
- const myProps_box = vue.reactive(unclassified.deepClone.deepMerge(
24475
- unclassified.deepClone.deepClone(ly0default$2.myProps),
24476
- props.myProps
24477
- ));
24475
+ const myProps_box = vue.reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
24478
24476
  const scopeThis_box = vue.reactive(props.scopeThis);
24479
24477
 
24480
24478
  const handleRun = (
@@ -42414,6 +42412,7 @@ script$d.__file = "src/table/Table.vue";
42414
42412
  var ly0default$1 = {
42415
42413
  myProps: {
42416
42414
  popup: {
42415
+ switch: false,
42417
42416
  visible: false,
42418
42417
  title: '',
42419
42418
  width: "1024px",
@@ -42523,12 +42522,12 @@ const scopeThis_box = vue.reactive(props.scopeThis);
42523
42522
  return (_ctx, _cache) => {
42524
42523
  const _component_el_dialog = vue.resolveComponent("el-dialog");
42525
42524
 
42526
- return (tableProps_box.popup)
42525
+ return (tableProps_box.popup.switch)
42527
42526
  ? (vue.openBlock(), vue.createBlock(_component_el_dialog, {
42528
42527
  key: 0,
42529
42528
  modelValue: tableProps_box.popup.visible,
42530
42529
  "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => ((tableProps_box.popup.visible) = $event)),
42531
- "custom-class": 'code-template-dialog',
42530
+ "custom-class": "code-template-dialog",
42532
42531
  "close-on-press-escape": true,
42533
42532
  "append-to-body": "",
42534
42533
  title: tableProps_box.popup.title,