@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.esm.js CHANGED
@@ -24345,6 +24345,7 @@ script$i.__file = "src/form/Form.vue";
24345
24345
  var ly0default$3 = {
24346
24346
  myProps: {
24347
24347
  popup: {
24348
+ switch: false,
24348
24349
  visible: false,
24349
24350
  title: '',
24350
24351
  width: '800px',
@@ -24410,7 +24411,7 @@ const scopeThis_box = reactive(props.scopeThis);
24410
24411
  return (_ctx, _cache) => {
24411
24412
  const _component_el_dialog = resolveComponent("el-dialog");
24412
24413
 
24413
- return (formProps_box.popup)
24414
+ return (formProps_box.popup.switch)
24414
24415
  ? (openBlock(), createBlock(_component_el_dialog, {
24415
24416
  key: 0,
24416
24417
  modelValue: formProps_box.popup.visible,
@@ -42410,6 +42411,7 @@ script$d.__file = "src/table/Table.vue";
42410
42411
  var ly0default$1 = {
42411
42412
  myProps: {
42412
42413
  popup: {
42414
+ switch: false,
42413
42415
  visible: false,
42414
42416
  title: '',
42415
42417
  width: "1024px",
@@ -42519,12 +42521,12 @@ const scopeThis_box = reactive(props.scopeThis);
42519
42521
  return (_ctx, _cache) => {
42520
42522
  const _component_el_dialog = resolveComponent("el-dialog");
42521
42523
 
42522
- return (tableProps_box.popup)
42524
+ return (tableProps_box.popup.switch)
42523
42525
  ? (openBlock(), createBlock(_component_el_dialog, {
42524
42526
  key: 0,
42525
42527
  modelValue: tableProps_box.popup.visible,
42526
42528
  "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => ((tableProps_box.popup.visible) = $event)),
42527
- "custom-class": 'code-template-dialog',
42529
+ "custom-class": "code-template-dialog",
42528
42530
  "close-on-press-escape": true,
42529
42531
  "append-to-body": "",
42530
42532
  title: tableProps_box.popup.title,