@newview/ui 1.1.98 → 1.1.99

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.
@@ -33002,7 +33002,6 @@ let GridColumnInstance$1 = class GridColumnInstance2 extends BaseInstance {
33002
33002
  //#endregion 事件 END
33003
33003
  //#region 表头筛选
33004
33004
  __publicField2(this, "getColumFilters", (filter3) => {
33005
- debugger;
33006
33005
  if (filter3) {
33007
33006
  if (filter3.type == "select") {
33008
33007
  return filter3.options.map((e) => {
@@ -33010,8 +33009,8 @@ let GridColumnInstance$1 = class GridColumnInstance2 extends BaseInstance {
33010
33009
  return e;
33011
33010
  });
33012
33011
  } else if (filter3.type == "daterange") {
33013
- if ((filter3 == null ? void 0 : filter3.data) && (filter3 == null ? void 0 : filter3.data.length) >= 2) {
33014
- return [{ data: filter3.data }];
33012
+ if ((filter3 == null ? void 0 : filter3.defaultFilteringTimeRange) && (filter3 == null ? void 0 : filter3.defaultFilteringTimeRange.length) >= 2) {
33013
+ return [{ data: filter3.defaultFilteringTimeRange }];
33015
33014
  } else {
33016
33015
  return [{ data: ["", ""] }];
33017
33016
  }
@@ -59455,8 +59454,8 @@ let GridInstance$1 = class GridInstance2 extends BaseInstance {
59455
59454
  }
59456
59455
  //#endregion 公开方法 END
59457
59456
  };
59458
- const Grid_vue_vue_type_style_index_0_scoped_2a3c4718_lang = "";
59459
- const _withScopeId$3 = (n) => (pushScopeId("data-v-2a3c4718"), n = n(), popScopeId(), n);
59457
+ const Grid_vue_vue_type_style_index_0_scoped_1b3fc6d2_lang = "";
59458
+ const _withScopeId$3 = (n) => (pushScopeId("data-v-1b3fc6d2"), n = n(), popScopeId(), n);
59460
59459
  const _hoisted_1$e = { class: "nv-crud nv-pos-r" };
59461
59460
  const _hoisted_2$b = { class: "grid-msg" };
59462
59461
  const _hoisted_3$9 = { class: "nv-crud-body" };
@@ -59493,7 +59492,6 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
59493
59492
  const _component_vxe_table = resolveComponent("vxe-table");
59494
59493
  const _component_Page = resolveComponent("Page");
59495
59494
  return openBlock(), createElementBlock("div", _hoisted_1$e, [
59496
- createTextVNode(" 123 "),
59497
59495
  createVNode(_component_Spin, {
59498
59496
  fix: "",
59499
59497
  show: _ctx.doMethodLoading.show,
@@ -59689,7 +59687,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
59689
59687
  ])) : createCommentVNode("", true)
59690
59688
  ]);
59691
59689
  }
59692
- const Grid = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-2a3c4718"]]);
59690
+ const Grid = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-1b3fc6d2"]]);
59693
59691
  const GridCellContent = defineComponent({
59694
59692
  name: "GridCellContent",
59695
59693
  props: {