keli-ui 0.0.15 → 0.0.16
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/keli-ui.css +1 -1
- package/dist/keli-ui.js +7 -7
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/packages/FormComponents/FormInputNumber/FormInputNumber.vue.d.ts +3 -3
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncClient.vue.d.ts +3 -3
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncMobile.vue.d.ts +3 -3
- package/dist/types/packages/FormComponents/FormSelectAsync/hooks/selectAsync.hook.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +3 -3
- package/dist/types/packages/FormComponents/FormText/FormText.vue.d.ts +3 -3
- package/dist/types/packages/FormComponents/hook/useMitt.hook.d.ts +1 -1
- package/dist/types/packages/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/keli-ui.js
CHANGED
|
@@ -88558,7 +88558,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
88558
88558
|
type: Object
|
|
88559
88559
|
},
|
|
88560
88560
|
mittId: {
|
|
88561
|
-
type:
|
|
88561
|
+
type: Object,
|
|
88562
88562
|
required: false,
|
|
88563
88563
|
default: () => null
|
|
88564
88564
|
}
|
|
@@ -88616,7 +88616,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
88616
88616
|
};
|
|
88617
88617
|
}
|
|
88618
88618
|
});
|
|
88619
|
-
const KeFormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
88619
|
+
const KeFormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-a7df7efe"]]);
|
|
88620
88620
|
KeFormInputNumber.install = (app) => {
|
|
88621
88621
|
app.component(KeFormInputNumber.__name, KeFormInputNumber);
|
|
88622
88622
|
};
|
|
@@ -88909,7 +88909,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
88909
88909
|
const componentShowRuleModel = useModel(__props, "componentShowRule");
|
|
88910
88910
|
const mittId = Math.floor(Math.random() * (99999 - 1e4 + 1)) + 1e4;
|
|
88911
88911
|
const getSpan = (item, type) => {
|
|
88912
|
-
if (item.formEditor === "
|
|
88912
|
+
if (item.formEditor === "KeFormDivider") {
|
|
88913
88913
|
return 24;
|
|
88914
88914
|
} else if (item.formSpan) {
|
|
88915
88915
|
return item.formSpan;
|
|
@@ -89172,7 +89172,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
89172
89172
|
};
|
|
89173
89173
|
}
|
|
89174
89174
|
});
|
|
89175
|
-
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
89175
|
+
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-25e7ca41"]]);
|
|
89176
89176
|
const _hoisted_1 = { class: "van-doc-demo-block__title" };
|
|
89177
89177
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
89178
89178
|
__name: "FormRenderMobile",
|
|
@@ -89816,7 +89816,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
89816
89816
|
type: String
|
|
89817
89817
|
},
|
|
89818
89818
|
mittId: {
|
|
89819
|
-
type:
|
|
89819
|
+
type: Object,
|
|
89820
89820
|
required: false,
|
|
89821
89821
|
default: () => null
|
|
89822
89822
|
}
|
|
@@ -89900,7 +89900,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
89900
89900
|
type: String
|
|
89901
89901
|
},
|
|
89902
89902
|
mittId: {
|
|
89903
|
-
type:
|
|
89903
|
+
type: Object,
|
|
89904
89904
|
required: false,
|
|
89905
89905
|
default: () => null
|
|
89906
89906
|
}
|
|
@@ -90220,7 +90220,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
90220
90220
|
type: Object
|
|
90221
90221
|
},
|
|
90222
90222
|
mittId: {
|
|
90223
|
-
type:
|
|
90223
|
+
type: Object,
|
|
90224
90224
|
required: false,
|
|
90225
90225
|
default: () => null
|
|
90226
90226
|
}
|