@yetuzi/vue3-query-components 1.1.11 → 1.1.12

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './index.css';var Cr = Object.defineProperty, Or = Object.defineProperties;
1
+ var Cr = Object.defineProperty, Or = Object.defineProperties;
2
2
  var Er = Object.getOwnPropertyDescriptors;
3
3
  var Be = Object.getOwnPropertySymbols;
4
4
  var It = Object.prototype.hasOwnProperty, zt = Object.prototype.propertyIsEnumerable;
@@ -3186,7 +3186,7 @@ function Bc(e) {
3186
3186
  return n;
3187
3187
  });
3188
3188
  }
3189
- const Xc = "1.1.11", Hc = Ie({
3189
+ const Xc = "1.1.12", Hc = Ie({
3190
3190
  component: {
3191
3191
  placeholder: "-",
3192
3192
  pagination: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yetuzi/vue3-query-components",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Vue3查询页面组件库,基于Element Plus封装的表格查询组件 - 开箱即用",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",