@newview/ui 1.2.4 → 1.2.6

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 CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.2.6
2
+ 1.行编辑增加文本类型
3
+
1
4
  ### 1.2.4
2
5
  1、表单项增加title提示
3
6
 
@@ -33253,7 +33253,7 @@ let GridColumnInstance$1 = class GridColumnInstance2 extends BaseInstance {
33253
33253
  }
33254
33254
  };
33255
33255
  const GridColumn_vue_vue_type_style_index_0_lang$1 = "";
33256
- const GridColumn_vue_vue_type_style_index_1_scoped_695d02ef_lang = "";
33256
+ const GridColumn_vue_vue_type_style_index_1_scoped_06bc9656_lang = "";
33257
33257
  const _hoisted_1$h = { class: "gridColumn" };
33258
33258
  const _hoisted_2$e = {
33259
33259
  key: 3,
@@ -33309,8 +33309,15 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33309
33309
  createElementVNode("span", null, toDisplayString(column.title ? column.title : "序号"), 1)
33310
33310
  ]),
33311
33311
  _: 2
33312
- }, 1032, ["align", "width", "fixed"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
33312
+ }, 1032, ["align", "width", "fixed"])) : column.colType == "textarea" ? (openBlock(), createBlock(_component_vxe_column, {
33313
33313
  key: 1,
33314
+ field: column.field,
33315
+ title: column.title,
33316
+ padding: false,
33317
+ "vertical-align": "top",
33318
+ "edit-render": column.editRender
33319
+ }, null, 8, ["field", "title", "edit-render"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
33320
+ key: 2,
33314
33321
  type: "radio",
33315
33322
  width: "60",
33316
33323
  align: "center"
@@ -33326,13 +33333,13 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33326
33333
  ]),
33327
33334
  _: 1
33328
33335
  })) : column.colType == "checkbox" ? (openBlock(), createBlock(_component_vxe_column, {
33329
- key: 2,
33336
+ key: 3,
33330
33337
  type: "checkbox",
33331
33338
  align: "center",
33332
33339
  width: "60",
33333
33340
  fixed: column.fixed ? column.fixed : null
33334
33341
  }, null, 8, ["fixed"])) : column.colType == "expand" ? (openBlock(), createBlock(_component_vxe_column, {
33335
- key: 3,
33342
+ key: 4,
33336
33343
  type: "expand",
33337
33344
  field: column.field,
33338
33345
  "min-width": column.minWidth,
@@ -33364,7 +33371,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33364
33371
  ]),
33365
33372
  _: 2
33366
33373
  }, 1032, ["field", "min-width", "width", "resizable", "visible", "fixed", "align", "header-align", "footer-align", "show-overflow", "show-header-overflow", "show-footer-overflow", "class-name", "header-class-name", "footer-class-name", "formatter", "sortable", "sort-by", "sort-type", "tree-node"])) : column.colType == "ed" || column.colType == "password" || column.colType == "auto" || column.colType == "date" || column.colType == "time" || column.colType == "num" || column.colType == "select" || column.colType == "treeSelect" || column.colType == "ch" || column.colType == "switch" || column.colType == "color" || column.colType == "mile" ? (openBlock(), createBlock(_component_vxe_column, {
33367
- key: 4,
33374
+ key: 5,
33368
33375
  field: column.field,
33369
33376
  "min-width": column.minWidth,
33370
33377
  width: column.width,
@@ -33549,7 +33556,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33549
33556
  ]),
33550
33557
  _: 2
33551
33558
  }, 1032, ["field", "min-width", "width", "resizable", "visible", "fixed", "align", "header-align", "footer-align", "show-overflow", "show-header-overflow", "show-footer-overflow", "class-name", "header-class-name", "footer-class-name", "formatter", "sortable", "sort-by", "sort-type", "tree-node", "filters", "filter-multiple", "filter-render"])) : _ctx.getHasRowButton(column) ? (openBlock(), createBlock(_component_vxe_column, {
33552
- key: 5,
33559
+ key: 6,
33553
33560
  field: column.field,
33554
33561
  "min-width": column.minWidth,
33555
33562
  width: column.width,
@@ -33585,7 +33592,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33585
33592
  ]),
33586
33593
  _: 2
33587
33594
  }, 1032, ["field", "min-width", "width", "align", "class-name", "header-class-name", "footer-class-name"])) : (openBlock(), createBlock(_component_vxe_column, {
33588
- key: 6,
33595
+ key: 7,
33589
33596
  field: column.field,
33590
33597
  "min-width": column.minWidth,
33591
33598
  width: column.width,
@@ -33626,7 +33633,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33626
33633
  }), 256))
33627
33634
  ]);
33628
33635
  }
33629
- const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-695d02ef"]]);
33636
+ const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-06bc9656"]]);
33630
33637
  const _sfc_main$l = defineComponent({
33631
33638
  name: "FilterDaterange",
33632
33639
  props: {
@@ -60274,7 +60281,7 @@ class GridColumnInstance extends BaseInstance {
60274
60281
  //#endregion
60275
60282
  }
60276
60283
  const GridColumn_vue_vue_type_style_index_0_lang = "";
60277
- const GridColumn_vue_vue_type_style_index_1_scoped_85926738_lang = "";
60284
+ const GridColumn_vue_vue_type_style_index_1_scoped_d569c5cb_lang = "";
60278
60285
  const _hoisted_1$d = { class: "gridColumn" };
60279
60286
  const _hoisted_2$a = {
60280
60287
  key: 3,
@@ -60330,8 +60337,15 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
60330
60337
  createElementVNode("span", null, toDisplayString(column.title ? column.title : "序号"), 1)
60331
60338
  ]),
60332
60339
  _: 2
60333
- }, 1032, ["align", "width", "fixed"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
60340
+ }, 1032, ["align", "width", "fixed"])) : column.colType == "textarea" ? (openBlock(), createBlock(_component_vxe_column, {
60334
60341
  key: 1,
60342
+ field: column.field,
60343
+ title: column.title,
60344
+ padding: false,
60345
+ "vertical-align": "top",
60346
+ "edit-render": column.editRender
60347
+ }, null, 8, ["field", "title", "edit-render"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
60348
+ key: 2,
60335
60349
  type: "radio",
60336
60350
  width: "60",
60337
60351
  align: "center"
@@ -60347,13 +60361,13 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
60347
60361
  ]),
60348
60362
  _: 1
60349
60363
  })) : column.colType == "checkbox" ? (openBlock(), createBlock(_component_vxe_column, {
60350
- key: 2,
60364
+ key: 3,
60351
60365
  type: "checkbox",
60352
60366
  align: "center",
60353
60367
  width: "60",
60354
60368
  fixed: column.fixed ? column.fixed : null
60355
60369
  }, null, 8, ["fixed"])) : column.colType == "expand" ? (openBlock(), createBlock(_component_vxe_column, {
60356
- key: 3,
60370
+ key: 4,
60357
60371
  type: "expand",
60358
60372
  field: column.field,
60359
60373
  "min-width": column.minWidth,
@@ -60385,7 +60399,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
60385
60399
  ]),
60386
60400
  _: 2
60387
60401
  }, 1032, ["field", "min-width", "width", "resizable", "visible", "fixed", "align", "header-align", "footer-align", "show-overflow", "show-header-overflow", "show-footer-overflow", "class-name", "header-class-name", "footer-class-name", "formatter", "sortable", "sort-by", "sort-type", "tree-node"])) : column.colType == "ed" || column.colType == "password" || column.colType == "auto" || column.colType == "date" || column.colType == "time" || column.colType == "num" || column.colType == "select" || column.colType == "treeSelect" || column.colType == "ch" || column.colType == "switch" || column.colType == "color" || column.colType == "mile" ? (openBlock(), createBlock(_component_vxe_column, {
60388
- key: 4,
60402
+ key: 5,
60389
60403
  field: column.field,
60390
60404
  "min-width": column.minWidth,
60391
60405
  width: column.width,
@@ -60562,7 +60576,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
60562
60576
  ]),
60563
60577
  _: 2
60564
60578
  }, 1032, ["field", "min-width", "width", "resizable", "visible", "fixed", "align", "header-align", "footer-align", "show-overflow", "show-header-overflow", "show-footer-overflow", "class-name", "header-class-name", "footer-class-name", "formatter", "sortable", "sort-by", "sort-type", "tree-node", "filters", "filter-multiple", "filter-render"])) : _ctx.getHasRowButton(column) ? (openBlock(), createBlock(_component_vxe_column, {
60565
- key: 5,
60579
+ key: 6,
60566
60580
  field: column.field,
60567
60581
  "min-width": column.minWidth,
60568
60582
  width: column.width,
@@ -60595,7 +60609,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
60595
60609
  ]),
60596
60610
  _: 2
60597
60611
  }, 1032, ["field", "min-width", "width"])) : (openBlock(), createBlock(_component_vxe_column, {
60598
- key: 6,
60612
+ key: 7,
60599
60613
  field: column.field,
60600
60614
  "min-width": column.minWidth,
60601
60615
  width: column.width,
@@ -60636,7 +60650,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
60636
60650
  }), 256))
60637
60651
  ]);
60638
60652
  }
60639
- const GridColumn = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-85926738"]]);
60653
+ const GridColumn = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-d569c5cb"]]);
60640
60654
  const _sfc_main$h = defineComponent({
60641
60655
  name: "FilterDaterange",
60642
60656
  props: {