@newview/ui 1.1.10 → 1.1.12
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 +1 -4
- package/dist/newview-ui.js +11 -4
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
package/dist/newview-ui.js
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField2 = (obj, key2, value) => {
|
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
7
|
import { BaseInstance } from "@newview/base-vue";
|
|
8
|
-
import { openBlock, createElementBlock, normalizeStyle, defineComponent, ref, resolveComponent, createVNode, reactive, watch, onMounted, onUnmounted, createBlock, withCtx, createElementVNode, Fragment, renderList, normalizeClass, withDirectives, createTextVNode, toDisplayString, createCommentVNode, createSlots,
|
|
8
|
+
import { openBlock, createElementBlock, normalizeStyle, defineComponent, ref, resolveComponent, createVNode, reactive, watch, onMounted, onUnmounted, createBlock, withCtx, createElementVNode, Fragment, renderList, normalizeClass, withDirectives, createTextVNode, toDisplayString, renderSlot, createCommentVNode, createSlots, vShow, h, computed, nextTick, mergeProps, toHandlers, withModifiers, createApp, getCurrentInstance, pushScopeId, popScopeId } from "vue";
|
|
9
9
|
import { VxeColumn, VxeColgroup, VxeGrid, VxeTable } from "vxe-table";
|
|
10
10
|
import { utilities } from "@newview/tools";
|
|
11
11
|
import { Space, Icon, Drawer, Button } from "view-ui-plus";
|
|
@@ -31320,7 +31320,7 @@ let ComFormInstance$1 = class ComFormInstance2 extends BaseInstance {
|
|
|
31320
31320
|
}
|
|
31321
31321
|
//#endregion 公开Api End
|
|
31322
31322
|
};
|
|
31323
|
-
const
|
|
31323
|
+
const ComForm_vue_vue_type_style_index_0_scoped_f1e7ddce_lang = "";
|
|
31324
31324
|
const _hoisted_1$a = { class: "comForm" };
|
|
31325
31325
|
const _hoisted_2$8 = { key: 1 };
|
|
31326
31326
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -31375,7 +31375,14 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31375
31375
|
"only-view": _ctx.onlyView,
|
|
31376
31376
|
"form-items": item2.children,
|
|
31377
31377
|
"form-model": _ctx.formModel
|
|
31378
|
-
},
|
|
31378
|
+
}, {
|
|
31379
|
+
extend: withCtx((props) => [
|
|
31380
|
+
renderSlot(_ctx.$slots, "extend", {
|
|
31381
|
+
item: props.item
|
|
31382
|
+
}, void 0, true)
|
|
31383
|
+
]),
|
|
31384
|
+
_: 2
|
|
31385
|
+
}, 1032, ["only-view", "form-items", "form-model"])
|
|
31379
31386
|
]),
|
|
31380
31387
|
_: 2
|
|
31381
31388
|
}, 1024)) : (openBlock(), createBlock(_component_FormItem, {
|
|
@@ -31833,7 +31840,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31833
31840
|
], 2)
|
|
31834
31841
|
]);
|
|
31835
31842
|
}
|
|
31836
|
-
const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-
|
|
31843
|
+
const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-f1e7ddce"]]);
|
|
31837
31844
|
const style = "";
|
|
31838
31845
|
const propDefine$n = {
|
|
31839
31846
|
options: {
|