@yoooloo42/joker 1.0.225 → 1.0.227

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
@@ -1,5 +1,5 @@
1
1
  import { ElMessageBox, ElMessage } from 'element-plus';
2
- import { ref, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, unref, watch, reactive, computed, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, isRef, defineComponent, h, onMounted, onBeforeUnmount, nextTick as nextTick$1, resolveDirective, withDirectives } from 'vue';
2
+ import { ref, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, unref, reactive, computed, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, isRef, defineComponent, h, onMounted, onBeforeUnmount, watch, nextTick as nextTick$1, resolveDirective, withDirectives } from 'vue';
3
3
 
4
4
  function _mergeNamespaces(n, m) {
5
5
  m.forEach(function (e) {
@@ -23435,8 +23435,7 @@ var script$j = {
23435
23435
  default: () => ({})
23436
23436
  }
23437
23437
  },
23438
- emits: ['update:modelValue', 'change'],
23439
- setup(__props, { emit: __emit }) {
23438
+ setup(__props) {
23440
23439
 
23441
23440
  const props = __props;
23442
23441
 
@@ -23446,25 +23445,6 @@ const formProps_box = props.myProps;
23446
23445
  const scopeThis_box = props.scopeThis;
23447
23446
  const propsItem_box = props.item;
23448
23447
 
23449
- watch(
23450
- ()=>formData_box[propsItem_box.fieldName],
23451
- (newVal, oldVal) => {
23452
- console.log('测试 000', newVal);
23453
- },
23454
- {
23455
- deep: true, // 深层监听
23456
- }
23457
- );
23458
- watch(
23459
- ()=>props.myProps[propsItem_box.fieldName],
23460
- (newVal, oldVal) => {
23461
- console.log('测试 111', newVal);
23462
- },
23463
- {
23464
- deep: true, // 深层监听
23465
- }
23466
- );
23467
-
23468
23448
  const input = reactive({
23469
23449
  placeholder: propsItem_box.placeholder || formProps_box.para.placeholder.input,
23470
23450
  showPassword: !!propsItem_box.showPassword,