@yetuzi/vue3-query-components 1.1.16 → 1.1.17
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.css +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.common-query-table[data-v-ee2bbffc]{--spacing: 15px;width:100%;height:100%;flex:1;display:flex;flex-direction:column;box-sizing:border-box;padding:var(--spacing) 12px;overflow:hidden}[class^=common-query-table-][data-v-ee2bbffc]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-ee2bbffc]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-ee2bbffc]{flex:1;overflow:hidden}.el-form[data-v-503168f2]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-503168f2] .el-form-item__content{width:var(--v649e410a);min-width:200px}.el-form .el-form-item[data-v-503168f2] .el-select,.el-form .el-form-item[data-v-503168f2] .el-input,.el-form .el-form-item[data-v-503168f2] .el-date-editor{width:100%}.common-table[data-v-
|
|
1
|
+
.common-query-table[data-v-ee2bbffc]{--spacing: 15px;width:100%;height:100%;flex:1;display:flex;flex-direction:column;box-sizing:border-box;padding:var(--spacing) 12px;overflow:hidden}[class^=common-query-table-][data-v-ee2bbffc]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-ee2bbffc]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-ee2bbffc]{flex:1;overflow:hidden}.el-form[data-v-503168f2]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-503168f2] .el-form-item__content{width:var(--v649e410a);min-width:200px}.el-form .el-form-item[data-v-503168f2] .el-select,.el-form .el-form-item[data-v-503168f2] .el-input,.el-form .el-form-item[data-v-503168f2] .el-date-editor{width:100%}.common-table[data-v-171dddad]{width:100%;height:100%;display:flex;flex-direction:column}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Or = Object.defineProperty, Er = Object.defineProperties;
|
|
1
|
+
import './index.css';var Or = Object.defineProperty, Er = Object.defineProperties;
|
|
2
2
|
var Pr = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Be = Object.getOwnPropertySymbols;
|
|
4
4
|
var It = Object.prototype.hasOwnProperty, zt = Object.prototype.propertyIsEnumerable;
|
|
@@ -2664,7 +2664,9 @@ function Cc() {
|
|
|
2664
2664
|
}
|
|
2665
2665
|
var Oc = Cc();
|
|
2666
2666
|
const On = /* @__PURE__ */ vc(Oc), Ec = {
|
|
2667
|
-
index: {
|
|
2667
|
+
index: {
|
|
2668
|
+
label: "序号"
|
|
2669
|
+
},
|
|
2668
2670
|
selection: {},
|
|
2669
2671
|
expand: {},
|
|
2670
2672
|
date: {
|
|
@@ -2765,7 +2767,7 @@ const On = /* @__PURE__ */ vc(Oc), Ec = {
|
|
|
2765
2767
|
s.formatter ? void 0 : {
|
|
2766
2768
|
name: "default",
|
|
2767
2769
|
fn: k((u) => [
|
|
2768
|
-
s.type
|
|
2770
|
+
!s.type || !["index", "selection", "expand"].includes(s.type) ? X(i.$slots, s.prop, {
|
|
2769
2771
|
key: 0,
|
|
2770
2772
|
row: u.row,
|
|
2771
2773
|
column: u.column,
|
|
@@ -2783,7 +2785,7 @@ const On = /* @__PURE__ */ vc(Oc), Ec = {
|
|
|
2783
2785
|
}, 16, ["headerCellStyle"])
|
|
2784
2786
|
]));
|
|
2785
2787
|
}
|
|
2786
|
-
}), Ac = /* @__PURE__ */ Vt(jc, [["__scopeId", "data-v-
|
|
2788
|
+
}), Ac = /* @__PURE__ */ Vt(jc, [["__scopeId", "data-v-171dddad"]]), Rc = /* @__PURE__ */ Q({
|
|
2787
2789
|
name: "CommonPagination",
|
|
2788
2790
|
__name: "index",
|
|
2789
2791
|
props: /* @__PURE__ */ te({
|