@newview/ui 1.2.9 → 1.2.10
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/newview-ui.js +8 -8
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/Grid.d.ts +1 -1
- package/types/GridJava.d.ts +1 -1
package/dist/newview-ui.js
CHANGED
|
@@ -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
|
|
33256
|
+
const GridColumn_vue_vue_type_style_index_1_scoped_125c7c24_lang = "";
|
|
33257
33257
|
const _hoisted_1$h = { class: "gridColumn" };
|
|
33258
33258
|
const _hoisted_2$e = {
|
|
33259
33259
|
key: 3,
|
|
@@ -33315,8 +33315,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33315
33315
|
title: column.title,
|
|
33316
33316
|
padding: false,
|
|
33317
33317
|
"vertical-align": "top",
|
|
33318
|
-
"edit-render":
|
|
33319
|
-
}, null, 8, ["field", "title"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
|
|
33318
|
+
"edit-render": column.editRender
|
|
33319
|
+
}, null, 8, ["field", "title", "edit-render"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
|
|
33320
33320
|
key: 2,
|
|
33321
33321
|
type: "radio",
|
|
33322
33322
|
width: "60",
|
|
@@ -33633,7 +33633,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33633
33633
|
}), 256))
|
|
33634
33634
|
]);
|
|
33635
33635
|
}
|
|
33636
|
-
const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
33636
|
+
const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-125c7c24"]]);
|
|
33637
33637
|
const _sfc_main$l = defineComponent({
|
|
33638
33638
|
name: "FilterDaterange",
|
|
33639
33639
|
props: {
|
|
@@ -60281,7 +60281,7 @@ class GridColumnInstance extends BaseInstance {
|
|
|
60281
60281
|
//#endregion
|
|
60282
60282
|
}
|
|
60283
60283
|
const GridColumn_vue_vue_type_style_index_0_lang = "";
|
|
60284
|
-
const
|
|
60284
|
+
const GridColumn_vue_vue_type_style_index_1_scoped_d569c5cb_lang = "";
|
|
60285
60285
|
const _hoisted_1$d = { class: "gridColumn" };
|
|
60286
60286
|
const _hoisted_2$a = {
|
|
60287
60287
|
key: 3,
|
|
@@ -60343,8 +60343,8 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
60343
60343
|
title: column.title,
|
|
60344
60344
|
padding: false,
|
|
60345
60345
|
"vertical-align": "top",
|
|
60346
|
-
"edit-render":
|
|
60347
|
-
}, null, 8, ["field", "title"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
|
|
60346
|
+
"edit-render": column.editRender
|
|
60347
|
+
}, null, 8, ["field", "title", "edit-render"])) : column.colType == "radio" ? (openBlock(), createBlock(_component_vxe_column, {
|
|
60348
60348
|
key: 2,
|
|
60349
60349
|
type: "radio",
|
|
60350
60350
|
width: "60",
|
|
@@ -60650,7 +60650,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
60650
60650
|
}), 256))
|
|
60651
60651
|
]);
|
|
60652
60652
|
}
|
|
60653
|
-
const GridColumn = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
60653
|
+
const GridColumn = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-d569c5cb"]]);
|
|
60654
60654
|
const _sfc_main$h = defineComponent({
|
|
60655
60655
|
name: "FilterDaterange",
|
|
60656
60656
|
props: {
|