@yoooloo42/joker 1.0.160 → 1.0.162

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
@@ -42140,11 +42140,15 @@ return (_ctx, _cache) => {
42140
42140
  }), 128 /* KEYED_FRAGMENT */))
42141
42141
  ], 4 /* STYLE */))
42142
42142
  : createCommentVNode("v-if", true),
42143
+ createTextVNode(" " + toDisplayString('测试loading: '+unref(tableProps_box).table.loading.visible) + " ", 1 /* TEXT */),
42143
42144
  createCommentVNode(" 表体 "),
42144
42145
  withDirectives((openBlock(), createBlock(_component_el_table, {
42145
42146
  data: unref(tableData_box).data,
42146
42147
  stripe: "",
42147
42148
  border: "",
42149
+ "element-loading-text": "tableProps_box.table.loading.text",
42150
+ "element-loading-spinner": " tableProps_box.table.loading.spinner",
42151
+ "element-loading-background": "tableProps_box.table.loading.background",
42148
42152
  onCellMouseEnter: hdl.cellMouseEnter,
42149
42153
  onRowClick: hdl.rowClick,
42150
42154
  onSelectionChange: hdl.selectionChange,
@@ -42344,25 +42348,7 @@ return (_ctx, _cache) => {
42344
42348
  ]),
42345
42349
  _: 1 /* STABLE */
42346
42350
  }, 8 /* PROPS */, ["data", "onCellMouseEnter", "onRowClick", "onSelectionChange", "onSortChange"])), [
42347
- [_directive_loading, unref(tableProps_box).table.loading.visible],
42348
- [
42349
- _directive_loading,
42350
- unref(tableProps_box).table.loading.text,
42351
- void 0,
42352
- { text: true }
42353
- ],
42354
- [
42355
- _directive_loading,
42356
- unref(tableProps_box).table.loading.spinner,
42357
- void 0,
42358
- { spinner: true }
42359
- ],
42360
- [
42361
- _directive_loading,
42362
- unref(tableProps_box).table.loading.background,
42363
- void 0,
42364
- { background: true }
42365
- ]
42351
+ [_directive_loading, unref(tableProps_box).table.loading.visible]
42366
42352
  ]),
42367
42353
  createCommentVNode(" 分页 "),
42368
42354
  createVNode(_component_el_pagination, {
@@ -42495,6 +42481,9 @@ const props = __props;
42495
42481
  let tableData_box = reactive(unclassified.deepClone.deepMerge(props.modelValue, ly0default$1.modelValue));
42496
42482
  const tableProps_box = reactive(unclassified.deepClone.deepMerge(props.myProps, ly0default$1.myProps));
42497
42483
 
42484
+ console.log('测试 000', tableData_box);
42485
+ console.log('测试 111', tableProps_box);
42486
+
42498
42487
  const scopeThis_box = reactive(props.scopeThis);
42499
42488
 
42500
42489
  return (_ctx, _cache) => {