@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.cjs.js CHANGED
@@ -42144,11 +42144,15 @@ return (_ctx, _cache) => {
42144
42144
  }), 128 /* KEYED_FRAGMENT */))
42145
42145
  ], 4 /* STYLE */))
42146
42146
  : vue.createCommentVNode("v-if", true),
42147
+ vue.createTextVNode(" " + vue.toDisplayString('测试loading: '+vue.unref(tableProps_box).table.loading.visible) + " ", 1 /* TEXT */),
42147
42148
  vue.createCommentVNode(" 表体 "),
42148
42149
  vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_table, {
42149
42150
  data: vue.unref(tableData_box).data,
42150
42151
  stripe: "",
42151
42152
  border: "",
42153
+ "element-loading-text": "tableProps_box.table.loading.text",
42154
+ "element-loading-spinner": " tableProps_box.table.loading.spinner",
42155
+ "element-loading-background": "tableProps_box.table.loading.background",
42152
42156
  onCellMouseEnter: hdl.cellMouseEnter,
42153
42157
  onRowClick: hdl.rowClick,
42154
42158
  onSelectionChange: hdl.selectionChange,
@@ -42348,25 +42352,7 @@ return (_ctx, _cache) => {
42348
42352
  ]),
42349
42353
  _: 1 /* STABLE */
42350
42354
  }, 8 /* PROPS */, ["data", "onCellMouseEnter", "onRowClick", "onSelectionChange", "onSortChange"])), [
42351
- [_directive_loading, vue.unref(tableProps_box).table.loading.visible],
42352
- [
42353
- _directive_loading,
42354
- vue.unref(tableProps_box).table.loading.text,
42355
- void 0,
42356
- { text: true }
42357
- ],
42358
- [
42359
- _directive_loading,
42360
- vue.unref(tableProps_box).table.loading.spinner,
42361
- void 0,
42362
- { spinner: true }
42363
- ],
42364
- [
42365
- _directive_loading,
42366
- vue.unref(tableProps_box).table.loading.background,
42367
- void 0,
42368
- { background: true }
42369
- ]
42355
+ [_directive_loading, vue.unref(tableProps_box).table.loading.visible]
42370
42356
  ]),
42371
42357
  vue.createCommentVNode(" 分页 "),
42372
42358
  vue.createVNode(_component_el_pagination, {
@@ -42499,6 +42485,9 @@ const props = __props;
42499
42485
  let tableData_box = vue.reactive(unclassified.deepClone.deepMerge(props.modelValue, ly0default$1.modelValue));
42500
42486
  const tableProps_box = vue.reactive(unclassified.deepClone.deepMerge(props.myProps, ly0default$1.myProps));
42501
42487
 
42488
+ console.log('测试 000', tableData_box);
42489
+ console.log('测试 111', tableProps_box);
42490
+
42502
42491
  const scopeThis_box = vue.reactive(props.scopeThis);
42503
42492
 
42504
42493
  return (_ctx, _cache) => {