@newview/ui 1.1.44 → 1.1.46
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/README.md +4 -0
- package/dist/newview-ui.js +10 -7
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/newview-ui.js
CHANGED
|
@@ -32924,7 +32924,7 @@ class GridColumnInstance extends BaseInstance {
|
|
|
32924
32924
|
//#endregion
|
|
32925
32925
|
}
|
|
32926
32926
|
const GridColumn_vue_vue_type_style_index_0_lang = "";
|
|
32927
|
-
const
|
|
32927
|
+
const GridColumn_vue_vue_type_style_index_1_scoped_4f9996c6_lang = "";
|
|
32928
32928
|
const _hoisted_1$d = { class: "gridColumn" };
|
|
32929
32929
|
const _hoisted_2$a = {
|
|
32930
32930
|
key: 3,
|
|
@@ -33198,7 +33198,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33198
33198
|
field: column.field,
|
|
33199
33199
|
"min-width": column.minWidth,
|
|
33200
33200
|
width: column.width,
|
|
33201
|
-
align: "
|
|
33201
|
+
align: "left",
|
|
33202
33202
|
fixed: "right"
|
|
33203
33203
|
}, {
|
|
33204
33204
|
header: withCtx(() => [
|
|
@@ -33268,7 +33268,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33268
33268
|
}), 256))
|
|
33269
33269
|
]);
|
|
33270
33270
|
}
|
|
33271
|
-
const GridColumn = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
33271
|
+
const GridColumn = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-4f9996c6"]]);
|
|
33272
33272
|
const _sfc_main$h = defineComponent({
|
|
33273
33273
|
name: "FilterDaterange",
|
|
33274
33274
|
props: {
|
|
@@ -34787,8 +34787,8 @@ let GridInstance$1 = class GridInstance2 extends BaseInstance {
|
|
|
34787
34787
|
}
|
|
34788
34788
|
//#endregion 公开方法 END
|
|
34789
34789
|
};
|
|
34790
|
-
const
|
|
34791
|
-
const _withScopeId$2 = (n) => (pushScopeId("data-v-
|
|
34790
|
+
const Grid_vue_vue_type_style_index_0_scoped_feb345e7_lang = "";
|
|
34791
|
+
const _withScopeId$2 = (n) => (pushScopeId("data-v-feb345e7"), n = n(), popScopeId(), n);
|
|
34792
34792
|
const _hoisted_1$a = { class: "nv-crud nv-pos-r" };
|
|
34793
34793
|
const _hoisted_2$7 = { class: "grid-msg" };
|
|
34794
34794
|
const _hoisted_3$6 = { class: "nv-crud-body" };
|
|
@@ -35011,7 +35011,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35011
35011
|
])) : createCommentVNode("", true)
|
|
35012
35012
|
]);
|
|
35013
35013
|
}
|
|
35014
|
-
const Grid = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-
|
|
35014
|
+
const Grid = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-feb345e7"]]);
|
|
35015
35015
|
const propDefine$o = {
|
|
35016
35016
|
width: {
|
|
35017
35017
|
// Box 宽度
|
|
@@ -191550,9 +191550,12 @@ class ModalInstance extends BaseInstance {
|
|
|
191550
191550
|
__publicField2(this, "modalWidth", ref(500));
|
|
191551
191551
|
// 响应式方法 | xxx = () => {}
|
|
191552
191552
|
__publicField2(this, "visibleChange", (flag) => {
|
|
191553
|
+
var _a;
|
|
191553
191554
|
if (flag) {
|
|
191554
191555
|
this.getWidth();
|
|
191555
|
-
const layoutContent = document.getElementsByClassName("ivu-layout-content")[0].getBoundingClientRect();
|
|
191556
|
+
const layoutContent = (_a = document.getElementsByClassName("ivu-layout-content")[0]) == null ? void 0 : _a.getBoundingClientRect();
|
|
191557
|
+
if (!layoutContent)
|
|
191558
|
+
return;
|
|
191556
191559
|
const myModal = document.getElementById(this.myModalId);
|
|
191557
191560
|
if (myModal) {
|
|
191558
191561
|
const modalContent = Array.from(myModal.getElementsByClassName("ivu-modal-content"));
|