@newview/ui 1.1.77 → 1.1.79
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 +5 -4
- 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/README.md
CHANGED
package/dist/newview-ui.js
CHANGED
|
@@ -33214,7 +33214,7 @@ let GridColumnInstance$1 = class GridColumnInstance2 extends BaseInstance {
|
|
|
33214
33214
|
}
|
|
33215
33215
|
};
|
|
33216
33216
|
const GridColumn_vue_vue_type_style_index_0_lang$1 = "";
|
|
33217
|
-
const
|
|
33217
|
+
const GridColumn_vue_vue_type_style_index_1_scoped_3dcb22bd_lang = "";
|
|
33218
33218
|
const _hoisted_1$h = { class: "gridColumn" };
|
|
33219
33219
|
const _hoisted_2$e = {
|
|
33220
33220
|
key: 3,
|
|
@@ -33407,7 +33407,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33407
33407
|
multiple: _ctx.getSelectMultiple(column),
|
|
33408
33408
|
clearable: _ctx.getSelectClearable(column),
|
|
33409
33409
|
transfer: _ctx.getSelectTransfer(column),
|
|
33410
|
-
onOnChange: ($event) => _ctx.doChange(column, scope.row)
|
|
33410
|
+
onOnChange: ($event) => _ctx.doChange(column, scope.row),
|
|
33411
|
+
disabled: _ctx.getIsEnableSw(column)
|
|
33411
33412
|
}, {
|
|
33412
33413
|
default: withCtx(() => [
|
|
33413
33414
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getSelectData(column), (item2) => {
|
|
@@ -33423,7 +33424,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33423
33424
|
}), 128))
|
|
33424
33425
|
]),
|
|
33425
33426
|
_: 2
|
|
33426
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "multiple", "clearable", "transfer", "onOnChange"])) : column.colType == "treeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
33427
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "multiple", "clearable", "transfer", "onOnChange", "disabled"])) : column.colType == "treeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
33427
33428
|
key: 7,
|
|
33428
33429
|
class: "column-tree",
|
|
33429
33430
|
modelValue: scope.row[_ctx.getField(column)],
|
|
@@ -33574,7 +33575,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33574
33575
|
}), 256))
|
|
33575
33576
|
]);
|
|
33576
33577
|
}
|
|
33577
|
-
const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
33578
|
+
const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-3dcb22bd"]]);
|
|
33578
33579
|
const _sfc_main$l = defineComponent({
|
|
33579
33580
|
name: "FilterDaterange",
|
|
33580
33581
|
props: {
|