@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.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, {
|