keli-ui 0.0.17 → 0.0.18
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 +5 -5
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/packages/FormComponents/FormInputNumber/FormInputNumber.vue.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncClient.vue.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncMobile.vue.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormText/FormText.vue.d.ts +2 -2
- package/dist/types/packages/types/button.d.ts +1 -0
- package/dist/types/packages/types/componentFrame.d.ts +3 -1
- package/dist/types/packages/types/formFrame.d.ts +5 -1
- package/dist/types/packages/types/queryFrame.d.ts +1 -1
- 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: null,
|
|
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-de127bcd"]]);
|
|
88620
88620
|
KeFormInputNumber.install = (app) => {
|
|
88621
88621
|
app.component(KeFormInputNumber.__name, KeFormInputNumber);
|
|
88622
88622
|
};
|
|
@@ -89816,7 +89816,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
89816
89816
|
type: String
|
|
89817
89817
|
},
|
|
89818
89818
|
mittId: {
|
|
89819
|
-
type:
|
|
89819
|
+
type: null,
|
|
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: null,
|
|
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: null,
|
|
90224
90224
|
required: false,
|
|
90225
90225
|
default: () => null
|
|
90226
90226
|
}
|