@yoooloo42/joker 1.0.159 → 1.0.160
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 +2 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -11
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42496,17 +42496,8 @@ var script$c = {
|
|
|
42496
42496
|
const props = __props;
|
|
42497
42497
|
|
|
42498
42498
|
// 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
|
|
42499
|
-
let tableData_box = vue.reactive(unclassified.deepClone.deepMerge(props.modelValue,
|
|
42500
|
-
|
|
42501
|
-
total: props.modelValue.total ?? ly0default$1.modelValue.total,
|
|
42502
|
-
sort: props.modelValue.sort ?? ly0default$1.modelValue.sort,
|
|
42503
|
-
pageSize: props.modelValue.pageSize ?? ly0default$1.modelValue.pageSize,
|
|
42504
|
-
currentPage: props.modelValue.currentPage ?? ly0default$1.modelValue.currentPage,
|
|
42505
|
-
}));
|
|
42506
|
-
const tableProps_box = vue.reactive(unclassified.deepClone.deepMerge(
|
|
42507
|
-
unclassified.deepClone.deepClone(ly0default$1.myProps),
|
|
42508
|
-
props.myProps
|
|
42509
|
-
));
|
|
42499
|
+
let tableData_box = vue.reactive(unclassified.deepClone.deepMerge(props.modelValue, ly0default$1.modelValue));
|
|
42500
|
+
const tableProps_box = vue.reactive(unclassified.deepClone.deepMerge(props.myProps, ly0default$1.myProps));
|
|
42510
42501
|
|
|
42511
42502
|
const scopeThis_box = vue.reactive(props.scopeThis);
|
|
42512
42503
|
|