@newview/ui 1.1.50 → 1.1.51
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 +16 -10
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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, renderSlot,
|
|
8
|
+
import { openBlock, createElementBlock, normalizeStyle, defineComponent, ref, resolveComponent, createVNode, reactive, watch, onMounted, onUnmounted, createBlock, withCtx, createElementVNode, Fragment, renderList, normalizeClass, withDirectives, createTextVNode, toDisplayString, renderSlot, createSlots, createCommentVNode, vShow, h, mergeProps, toRaw, computed, nextTick, toHandlers, pushScopeId, popScopeId, withModifiers, createApp, getCurrentInstance, watchEffect, normalizeProps, guardReactiveProps } from "vue";
|
|
9
9
|
import { VxeColumn, VxeColgroup, VXETable, VxeGrid, VxeTable } from "vxe-table";
|
|
10
10
|
import { utilities } from "@newview/tools";
|
|
11
11
|
import { Space, Icon, Drawer, Button } from "view-ui-plus";
|
|
@@ -31279,7 +31279,7 @@ let ComFormInstance$1 = class ComFormInstance2 extends BaseInstance {
|
|
|
31279
31279
|
}
|
|
31280
31280
|
//#endregion 公开Api End
|
|
31281
31281
|
};
|
|
31282
|
-
const
|
|
31282
|
+
const ComForm_vue_vue_type_style_index_0_scoped_be8021fc_lang = "";
|
|
31283
31283
|
const _hoisted_1$f = { class: "comForm" };
|
|
31284
31284
|
const _hoisted_2$c = ["onClick"];
|
|
31285
31285
|
const _hoisted_3$9 = { key: 1 };
|
|
@@ -31361,12 +31361,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31361
31361
|
rules: item2.rules,
|
|
31362
31362
|
error: item2.error,
|
|
31363
31363
|
"show-message": item2["show-message"]
|
|
31364
|
-
}, {
|
|
31365
|
-
label: withCtx(() => [
|
|
31366
|
-
createElementVNode("span", {
|
|
31367
|
-
onClick: ($event) => _ctx.getPropEvent(item2, "onLabelClick")($event, item2)
|
|
31368
|
-
}, toDisplayString(item2.label), 9, _hoisted_2$c)
|
|
31369
|
-
]),
|
|
31364
|
+
}, createSlots({
|
|
31370
31365
|
default: withCtx(() => [
|
|
31371
31366
|
item2.type == "Switch" ? (openBlock(), createBlock(_component_Switch, {
|
|
31372
31367
|
key: 0,
|
|
@@ -31816,7 +31811,18 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31816
31811
|
renderSlot(_ctx.$slots, "extend", { item: item2 }, void 0, true)
|
|
31817
31812
|
]),
|
|
31818
31813
|
_: 2
|
|
31819
|
-
},
|
|
31814
|
+
}, [
|
|
31815
|
+
item2.label ? {
|
|
31816
|
+
name: "label",
|
|
31817
|
+
fn: withCtx(() => [
|
|
31818
|
+
item2.label ? (openBlock(), createElementBlock("span", {
|
|
31819
|
+
key: 0,
|
|
31820
|
+
onClick: ($event) => _ctx.getPropEvent(item2, "onLabelClick")($event, item2)
|
|
31821
|
+
}, toDisplayString(item2.label), 9, _hoisted_2$c)) : createCommentVNode("", true)
|
|
31822
|
+
]),
|
|
31823
|
+
key: "0"
|
|
31824
|
+
} : void 0
|
|
31825
|
+
]), 1032, ["prop", "label", "label-width", "label-for", "required", "rules", "error", "show-message"]))
|
|
31820
31826
|
]),
|
|
31821
31827
|
_: 2
|
|
31822
31828
|
}, 1032, ["span"])), [
|
|
@@ -31829,7 +31835,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31829
31835
|
], 2)
|
|
31830
31836
|
]);
|
|
31831
31837
|
}
|
|
31832
|
-
const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-
|
|
31838
|
+
const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-be8021fc"]]);
|
|
31833
31839
|
const style = "";
|
|
31834
31840
|
const propDefine$s = {
|
|
31835
31841
|
options: {
|