@newview/ui 1.2.11 → 1.2.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.
@@ -59512,8 +59512,8 @@ let GridInstance$1 = class GridInstance2 extends BaseInstance {
59512
59512
  }
59513
59513
  //#endregion 公开方法 END
59514
59514
  };
59515
- const Grid_vue_vue_type_style_index_0_scoped_b1d2ef6b_lang = "";
59516
- const _withScopeId$3 = (n) => (pushScopeId("data-v-b1d2ef6b"), n = n(), popScopeId(), n);
59515
+ const Grid_vue_vue_type_style_index_0_scoped_cad0be75_lang = "";
59516
+ const _withScopeId$3 = (n) => (pushScopeId("data-v-cad0be75"), n = n(), popScopeId(), n);
59517
59517
  const _hoisted_1$e = { class: "nv-crud nv-pos-r" };
59518
59518
  const _hoisted_2$b = { class: "grid-msg" };
59519
59519
  const _hoisted_3$9 = { class: "nv-crud-body" };
@@ -59578,7 +59578,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
59578
59578
  ], 512), [
59579
59579
  [vShow, _ctx.showSearch]
59580
59580
  ]),
59581
- _ctx.isShowSearchBtn || _ctx.hasToolbar() || _ctx.hasRightToolbar() || _ctx.isHasSlot ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
59581
+ _ctx.isShowSearchBtn || _ctx.hasToolbar() || _ctx.getRefreshBtn() || _ctx.hasRightToolbar() || _ctx.isHasSlot ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
59582
59582
  createVNode(_component_Row, null, {
59583
59583
  default: withCtx(() => [
59584
59584
  createVNode(_component_Col, { flex: "auto" }, {
@@ -59765,7 +59765,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
59765
59765
  ])) : createCommentVNode("", true)
59766
59766
  ]);
59767
59767
  }
59768
- const Grid = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-b1d2ef6b"]]);
59768
+ const Grid = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-cad0be75"]]);
59769
59769
  const GridCellContent = defineComponent({
59770
59770
  name: "GridCellContent",
59771
59771
  props: {
@@ -61785,10 +61785,10 @@ let GridInstanceJava$1 = class GridInstanceJava2 extends BaseInstance {
61785
61785
  }
61786
61786
  break;
61787
61787
  case "refresh":
61788
+ item2.isShow = () => {
61789
+ return !window["rightRefreshIsHide"];
61790
+ };
61788
61791
  if (this.utilities.isNull(item2.onclick)) {
61789
- item2.isShow = () => {
61790
- return !window["rightRefreshIsHide"];
61791
- };
61792
61792
  item2.onclick = () => {
61793
61793
  this.doRefresh();
61794
61794
  };
@@ -62284,8 +62284,8 @@ let GridInstanceJava$1 = class GridInstanceJava2 extends BaseInstance {
62284
62284
  }
62285
62285
  //#endregion 公开方法 END
62286
62286
  };
62287
- const GridJava_vue_vue_type_style_index_0_scoped_bae851ed_lang = "";
62288
- const _withScopeId$2 = (n) => (pushScopeId("data-v-bae851ed"), n = n(), popScopeId(), n);
62287
+ const GridJava_vue_vue_type_style_index_0_scoped_9f5bd71e_lang = "";
62288
+ const _withScopeId$2 = (n) => (pushScopeId("data-v-9f5bd71e"), n = n(), popScopeId(), n);
62289
62289
  const _hoisted_1$a = { class: "nv-crud nv-pos-r" };
62290
62290
  const _hoisted_2$7 = { class: "grid-msg" };
62291
62291
  const _hoisted_3$6 = { class: "nv-crud-body" };
@@ -62350,7 +62350,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
62350
62350
  ], 512), [
62351
62351
  [vShow, _ctx.showSearch]
62352
62352
  ]),
62353
- _ctx.isShowSearchBtn || _ctx.hasToolbar() || _ctx.hasRightToolbar() || _ctx.isHasSlot ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
62353
+ _ctx.isShowSearchBtn || _ctx.hasToolbar() || _ctx.getRefreshBtn() || _ctx.hasRightToolbar() || _ctx.isHasSlot ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
62354
62354
  createVNode(_component_Row, null, {
62355
62355
  default: withCtx(() => [
62356
62356
  createVNode(_component_Col, { flex: "auto" }, {
@@ -62532,7 +62532,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
62532
62532
  ])) : createCommentVNode("", true)
62533
62533
  ]);
62534
62534
  }
62535
- const GridJava = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-bae851ed"]]);
62535
+ const GridJava = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-9f5bd71e"]]);
62536
62536
  const propDefine$p = {
62537
62537
  width: {
62538
62538
  // Box 宽度
@@ -243148,10 +243148,10 @@ class GridInstanceJava extends BaseInstance {
243148
243148
  }
243149
243149
  break;
243150
243150
  case "refresh":
243151
+ item2.isShow = () => {
243152
+ return !window["rightRefreshIsHide"];
243153
+ };
243151
243154
  if (this.utilities.isNull(item2.onclick)) {
243152
- item2.isShow = () => {
243153
- return !window["rightRefreshIsHide"];
243154
- };
243155
243155
  item2.onclick = () => {
243156
243156
  this.doRefresh();
243157
243157
  };