@newview/ui 1.1.27 → 1.1.29
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 -5
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/types/ComForm.d.ts +5 -0
- package/types/Grid.d.ts +42 -0
package/dist/newview-ui.js
CHANGED
|
@@ -31055,7 +31055,7 @@ class IconSelectInstance extends BaseInstance {
|
|
|
31055
31055
|
const IconSelect_vue_vue_type_style_index_0_lang = "";
|
|
31056
31056
|
const _hoisted_1$e = { class: "icon-select" };
|
|
31057
31057
|
const _hoisted_2$b = { class: "icon-select-search" };
|
|
31058
|
-
const _hoisted_3$
|
|
31058
|
+
const _hoisted_3$9 = { class: "icon-select-list" };
|
|
31059
31059
|
const _hoisted_4$6 = ["onClick", "title"];
|
|
31060
31060
|
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31061
31061
|
const _component_Icon = resolveComponent("Icon");
|
|
@@ -31086,7 +31086,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31086
31086
|
onOnChange: _ctx.doSearchIcon
|
|
31087
31087
|
}, null, 8, ["modelValue", "onOnChange"])
|
|
31088
31088
|
]),
|
|
31089
|
-
createElementVNode("div", _hoisted_3$
|
|
31089
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
31090
31090
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.icons, (item2) => {
|
|
31091
31091
|
return openBlock(), createElementBlock("div", {
|
|
31092
31092
|
class: "icon-select-item",
|
|
@@ -31279,9 +31279,10 @@ 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_84edc676_lang = "";
|
|
31283
31283
|
const _hoisted_1$d = { class: "comForm" };
|
|
31284
31284
|
const _hoisted_2$a = { key: 1 };
|
|
31285
|
+
const _hoisted_3$8 = ["onClick"];
|
|
31285
31286
|
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31286
31287
|
const _component_com_form = resolveComponent("com-form", true);
|
|
31287
31288
|
const _component_Card = resolveComponent("Card");
|
|
@@ -31438,7 +31439,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31438
31439
|
_ctx.getAppend(item2.inputProp) != "" ? {
|
|
31439
31440
|
name: "append",
|
|
31440
31441
|
fn: withCtx(() => [
|
|
31441
|
-
|
|
31442
|
+
createElementVNode("div", {
|
|
31443
|
+
onClick: ($event) => _ctx.getPropEvent(item2.inputProp, "onTextClick")($event, item2)
|
|
31444
|
+
}, toDisplayString(_ctx.getPropValue(item2.inputProp, "append")), 9, _hoisted_3$8)
|
|
31442
31445
|
]),
|
|
31443
31446
|
key: "1"
|
|
31444
31447
|
} : void 0
|
|
@@ -31804,7 +31807,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31804
31807
|
], 2)
|
|
31805
31808
|
]);
|
|
31806
31809
|
}
|
|
31807
|
-
const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-
|
|
31810
|
+
const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-84edc676"]]);
|
|
31808
31811
|
const style = "";
|
|
31809
31812
|
const propDefine$q = {
|
|
31810
31813
|
options: {
|