@yoooloo42/joker 1.0.161 → 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 +5 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -19
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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, {
|