wargerm 0.5.3 → 0.5.4
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/components/Table/example/demo1.d.ts +3 -0
- package/dist/components/Table/example/demo2.d.ts +3 -0
- package/dist/components/Table/example/demo3.d.ts +3 -0
- package/dist/components/Table/example/demo4.d.ts +3 -0
- package/dist/components/Table/example/demo5.d.ts +3 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -8351,7 +8351,7 @@ function Table(_ref) {
|
|
8351
8351
|
}
|
8352
8352
|
}, _callee);
|
8353
8353
|
}))();
|
8354
|
-
}, [params, pageParams, pagination, tableList, formSearch, columns]);
|
8354
|
+
}, [JSON.stringify(params), JSON.stringify(pageParams), JSON.stringify(pagination), JSON.stringify(tableList), formSearch, JSON.stringify(columns)]);
|
8355
8355
|
|
8356
8356
|
var onFormSubmit = function onFormSubmit(values) {
|
8357
8357
|
onSubmit && onSubmit(values);
|
package/dist/index.js
CHANGED
@@ -8410,7 +8410,7 @@ function Table(_ref) {
|
|
8410
8410
|
}
|
8411
8411
|
}, _callee);
|
8412
8412
|
}))();
|
8413
|
-
}, [params, pageParams, pagination, tableList, formSearch, columns]);
|
8413
|
+
}, [JSON.stringify(params), JSON.stringify(pageParams), JSON.stringify(pagination), JSON.stringify(tableList), formSearch, JSON.stringify(columns)]);
|
8414
8414
|
|
8415
8415
|
var onFormSubmit = function onFormSubmit(values) {
|
8416
8416
|
onSubmit && onSubmit(values);
|