@newview/ui 1.1.96 → 1.1.97
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 +3 -0
- package/dist/newview-ui.js +10 -10
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/newview-ui.js
CHANGED
|
@@ -32185,7 +32185,7 @@ let SearchComInstance$1 = class SearchComInstance2 extends BaseInstance {
|
|
|
32185
32185
|
}
|
|
32186
32186
|
//#endregion AutoComplete END
|
|
32187
32187
|
};
|
|
32188
|
-
const
|
|
32188
|
+
const SearchCom_vue_vue_type_style_index_0_scoped_4a07b3ec_lang = "";
|
|
32189
32189
|
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32190
32190
|
const _component_Input = resolveComponent("Input");
|
|
32191
32191
|
const _component_Radio = resolveComponent("Radio");
|
|
@@ -32305,22 +32305,22 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32305
32305
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "filter-method", "placeholder", "style"])) : createCommentVNode("", true),
|
|
32306
32306
|
option.type == "DatePicker" ? (openBlock(), createBlock(_component_DatePicker, {
|
|
32307
32307
|
key: 6,
|
|
32308
|
-
|
|
32309
|
-
"onUpdate:modelValue": ($event) => _ctx.formModel[option.field] = $event,
|
|
32308
|
+
"model-value": _ctx.formModel[option.field],
|
|
32310
32309
|
type: option.pickerType,
|
|
32311
32310
|
placeholder: option.placeholder,
|
|
32312
32311
|
format: option.format,
|
|
32313
|
-
style: normalizeStyle({ width: _ctx.getWidth(option) })
|
|
32314
|
-
|
|
32312
|
+
style: normalizeStyle({ width: _ctx.getWidth(option) }),
|
|
32313
|
+
onOnChange: ($event) => _ctx.formModel[option.field] = $event
|
|
32314
|
+
}, null, 8, ["model-value", "type", "placeholder", "format", "style", "onOnChange"])) : createCommentVNode("", true),
|
|
32315
32315
|
option.type == "TimePicker" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
32316
32316
|
key: 7,
|
|
32317
|
-
|
|
32318
|
-
"onUpdate:modelValue": ($event) => _ctx.formModel[option.field] = $event,
|
|
32317
|
+
"model-value": _ctx.formModel[option.field],
|
|
32319
32318
|
type: option.pickerType,
|
|
32320
32319
|
placeholder: option.placeholder,
|
|
32321
32320
|
format: option.format,
|
|
32322
|
-
style: normalizeStyle({ width: _ctx.getWidth(option) })
|
|
32323
|
-
|
|
32321
|
+
style: normalizeStyle({ width: _ctx.getWidth(option) }),
|
|
32322
|
+
onOnChange: ($event) => _ctx.formModel[option.field] = $event
|
|
32323
|
+
}, null, 8, ["model-value", "type", "placeholder", "format", "style", "onOnChange"])) : createCommentVNode("", true),
|
|
32324
32324
|
option.type == "InputNumber" ? (openBlock(), createBlock(_component_InputNumber, {
|
|
32325
32325
|
key: 8,
|
|
32326
32326
|
modelValue: _ctx.formModel[option.field],
|
|
@@ -32373,7 +32373,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32373
32373
|
_: 1
|
|
32374
32374
|
}, 8, ["model", "label-width"]);
|
|
32375
32375
|
}
|
|
32376
|
-
const SearchCom = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-
|
|
32376
|
+
const SearchCom = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-4a07b3ec"]]);
|
|
32377
32377
|
const propDefine$u = {
|
|
32378
32378
|
options: {
|
|
32379
32379
|
// 配置项
|