mhz-ui 1.4.28 → 1.4.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/UiBreadcrumbs/UiBreadcrumbs.d.ts +1 -1
- package/dist/UiBreadcrumbs/UiBreadcrumbs.js +1 -1
- package/dist/UiButton/UiButton.d.ts +6 -11
- package/dist/UiButton/UiButton.js +1 -1
- package/dist/{UiButton-DGcBst9r.js → UiButton-DCQiGgkB.js} +1 -1
- package/dist/UiButtongroup/UiButtongroup.d.ts +1 -1
- package/dist/UiButtongroup/UiButtongroup.js +1 -1
- package/dist/UiCalendar/UiCalendar.d.ts +1 -1
- package/dist/UiCalendar/UiCalendar.js +1 -1
- package/dist/UiChart/UiChart.d.ts +1 -1
- package/dist/UiChart/UiChart.js +3 -5
- package/dist/UiCheckbox/UiCheckbox.d.ts +1 -3
- package/dist/UiCheckbox/UiCheckbox.js +1 -1
- package/dist/UiChip/UiChip.d.ts +6 -11
- package/dist/UiChip/UiChip.js +2 -2
- package/dist/UiClose/UiClose.d.ts +1 -1
- package/dist/UiClose/UiClose.js +1 -1
- package/dist/{UiClose-Bgqb7IM4.js → UiClose-24LsZd6X.js} +1 -1
- package/dist/UiEditor/UiEditor.d.ts +1 -3
- package/dist/UiEditor/UiEditor.js +1 -1
- package/dist/UiField/UiField.d.ts +6 -11
- package/dist/UiField/UiField.js +1 -1
- package/dist/UiFlex/UiFlex.d.ts +5 -10
- package/dist/UiFlex/UiFlex.js +1 -1
- package/dist/UiInput/UiInput.d.ts +1 -3
- package/dist/UiInput/UiInput.js +1 -1
- package/dist/{UiInput-CAMyX2OI.js → UiInput-DfxP3_4K.js} +1 -1
- package/dist/UiModal/UiModal.d.ts +6 -15
- package/dist/UiModal/UiModal.js +4 -4
- package/dist/UiPagination/UiPagination.d.ts +1 -1
- package/dist/UiPagination/UiPagination.js +2 -2
- package/dist/UiRange/UiRange.d.ts +1 -4
- package/dist/UiRange/UiRange.js +1 -1
- package/dist/UiSearch/UiSearch.d.ts +1 -3
- package/dist/UiSearch/UiSearch.js +4 -4
- package/dist/UiSelect/UiSelect.d.ts +1 -6
- package/dist/UiSelect/UiSelect.js +4 -4
- package/dist/UiSlider/UiSlider.d.ts +1 -1
- package/dist/UiSlider/UiSlider.js +1 -1
- package/dist/UiSpoiler/UiSpoiler.d.ts +6 -11
- package/dist/UiSpoiler/UiSpoiler.js +1 -1
- package/dist/UiTable/UiTable.d.ts +6 -17
- package/dist/UiTable/UiTable.js +2 -2
- package/dist/UiTabs/UiTabs.d.ts +1 -1
- package/dist/UiTabs/UiTabs.js +1 -1
- package/dist/UiTextarea/UiTextarea.d.ts +1 -1
- package/dist/UiTextarea/UiTextarea.js +1 -1
- package/dist/UiUpload/UiUpload.d.ts +1 -3
- package/dist/UiUpload/UiUpload.js +3 -3
- package/dist/{dist-edEKabqb.js → dist-D_-3w5cA.js} +3 -2
- package/package.json +27 -27
- /package/dist/{_plugin-vue_export-helper-BTgDAbhb.js → _plugin-vue_export-helper-B3ysoDQm.js} +0 -0
- /package/dist/{locales-CBs_KfVd.js → locales-CsU1R1Is.js} +0 -0
|
@@ -10,5 +10,5 @@ interface IProps {
|
|
|
10
10
|
declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {
|
|
11
11
|
color: "white" | "default";
|
|
12
12
|
ariaLabel: string;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiBreadcrumbs.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { Fragment as t, computed as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, defineComponent as s, normalizeClass as c, openBlock as l, renderList as u, resolveDynamicComponent as d, toDisplayString as f, withCtx as p } from "vue";
|
|
4
4
|
import { RouterLink as m } from "vue-router";
|
|
5
5
|
//#region src/components/UiBreadcrumbs/constants/index.ts
|
|
@@ -10,24 +10,19 @@ interface IProps {
|
|
|
10
10
|
icon?: FunctionalComponent;
|
|
11
11
|
ariaLabel?: string;
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: HTMLButtonElement;
|
|
13
|
+
declare var __VLS_5: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
default?: (props: typeof __VLS_5) => any;
|
|
20
16
|
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
17
|
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {
|
|
23
18
|
ariaLabel: string;
|
|
24
19
|
type: "submit" | "button";
|
|
25
20
|
layout: "primary" | "secondary" | "plain" | "accent" | "gradient";
|
|
26
21
|
icon: FunctionalComponent;
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
28
|
-
declare const _default:
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
29
24
|
export default _default;
|
|
30
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
26
|
new (): {
|
|
32
27
|
$slots: S;
|
|
33
28
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../UiButton-
|
|
1
|
+
import { t as e } from "../UiButton-DCQiGgkB.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiButton/UiButton.css";
|
|
2
|
-
import { t as e } from "./_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { createBlock as t, createCommentVNode as n, createElementBlock as r, defineComponent as i, normalizeClass as a, openBlock as o, renderSlot as s, resolveDynamicComponent as c } from "vue";
|
|
4
4
|
//#region src/components/UiButton/constants/index.ts
|
|
5
5
|
var l = "primary", u = "button", d = "Button", f = [
|
|
@@ -9,5 +9,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
9
9
|
"update:modelValue": (options: number) => any;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((options: number) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiButtongroup.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { Fragment as t, createCommentVNode as n, createElementBlock as r, createElementVNode as i, defineComponent as a, normalizeClass as o, openBlock as s, renderList as c, toDisplayString as l } from "vue";
|
|
4
4
|
//#region src/components/UiButtongroup/UiButtongroup.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var u = ["data-tall"], d = [
|
|
@@ -16,5 +16,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
16
16
|
}>, {
|
|
17
17
|
events: ICalendarEvent<unknown>[];
|
|
18
18
|
lang: TLocale;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiCalendar.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { Fragment as t, Transition as n, computed as r, createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, normalizeClass as c, normalizeStyle as l, onBeforeMount as u, openBlock as d, renderList as f, shallowRef as p, toDisplayString as m, withCtx as h, withModifiers as g } from "vue";
|
|
4
4
|
//#region src/components/UiCalendar/UiCalendar.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var _ = ["onClick", "data-choose"], v = ["onClick"], y = /* @__PURE__ */ e(/* @__PURE__ */ s({
|
|
@@ -14,5 +14,5 @@ interface IProps {
|
|
|
14
14
|
declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {
|
|
15
15
|
title: string;
|
|
16
16
|
type: "Bar" | "Pie" | "Line";
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
export default _default;
|
package/dist/UiChart/UiChart.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiChart.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { computed as t, createBlock as n, createCommentVNode as r, createElementBlock as i, defineComponent as a, h as o, isProxy as s, nextTick as c, normalizeClass as l, onMounted as u, onUnmounted as d, openBlock as f, ref as p, resolveDynamicComponent as m, shallowRef as h, toDisplayString as g, toRaw as _, version as v, watch as y } from "vue";
|
|
4
4
|
//#region ../../node_modules/@kurkle/color/dist/color.esm.js
|
|
5
5
|
function b(e) {
|
|
@@ -804,12 +804,10 @@ var Rt = (e) => e === 0 || e === 1, zt = (e, t, n) => -(2 ** (10 * --e) * Math.s
|
|
|
804
804
|
return Rt(e) ? e : e < .5 ? .5 * zt(e * 2, t, n) : .5 + .5 * Bt(e * 2 - 1, t, n);
|
|
805
805
|
},
|
|
806
806
|
easeInBack(e) {
|
|
807
|
-
|
|
808
|
-
return e * e * ((t + 1) * e - t);
|
|
807
|
+
return e * e * (2.70158 * e - 1.70158);
|
|
809
808
|
},
|
|
810
809
|
easeOutBack(e) {
|
|
811
|
-
|
|
812
|
-
return --e * e * ((t + 1) * e + t) + 1;
|
|
810
|
+
return --e * e * (2.70158 * e + 1.70158) + 1;
|
|
813
811
|
},
|
|
814
812
|
easeInOutBack(e) {
|
|
815
813
|
let t = 1.70158;
|
|
@@ -21,7 +21,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
21
21
|
initialValue: TInitialValue;
|
|
22
22
|
labelSub: string;
|
|
23
23
|
labelSwitcher: string;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
-
checkbox: HTMLInputElement;
|
|
26
|
-
}, HTMLLabelElement>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
25
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiCheckbox.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { createCommentVNode as t, createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, shallowRef as s, toDisplayString as c, withKeys as l, withModifiers as u } from "vue";
|
|
4
4
|
//#region src/components/UiCheckbox/UiCheckbox.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var d = ["data-disabled", "data-switcher"], f = [
|
package/dist/UiChip/UiChip.d.ts
CHANGED
|
@@ -3,15 +3,10 @@ interface IProps {
|
|
|
3
3
|
isEdit?: boolean;
|
|
4
4
|
isDelete?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
9
|
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
10
|
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
11
|
delete: () => any;
|
|
17
12
|
edit: () => any;
|
|
@@ -20,10 +15,10 @@ declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {},
|
|
|
20
15
|
onEdit?: (() => any) | undefined;
|
|
21
16
|
}>, {
|
|
22
17
|
type: "default" | "success" | "error";
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
24
|
-
declare const _default:
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
20
|
export default _default;
|
|
26
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
22
|
new (): {
|
|
28
23
|
$slots: S;
|
|
29
24
|
};
|
package/dist/UiChip/UiChip.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./UiChip.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../UiClose-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../UiClose-24LsZd6X.js";
|
|
4
4
|
import { createBlock as n, createCommentVNode as r, createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, normalizeClass as c, openBlock as l, renderSlot as u, unref as d } from "vue";
|
|
5
5
|
//#region src/components/UiChip/icons/edit.svg
|
|
6
6
|
var f = {
|
|
@@ -2,5 +2,5 @@ interface IProps {
|
|
|
2
2
|
isSmall?: boolean;
|
|
3
3
|
isDelete?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
package/dist/UiClose/UiClose.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../UiClose-
|
|
1
|
+
import { t as e } from "../UiClose-24LsZd6X.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiClose/UiClose.css";
|
|
2
|
-
import { t as e } from "./_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { createElementBlock as t, createElementVNode as n, defineComponent as r, normalizeClass as i, openBlock as a } from "vue";
|
|
4
4
|
//#region src/components/UiClose/UiClose.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var o = ["data-small", "data-delete"], s = /* @__PURE__ */ e(/* @__PURE__ */ r({
|
|
@@ -5,7 +5,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
5
5
|
"update:modelValue": (value?: string | undefined) => any;
|
|
6
6
|
}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
|
-
editorRef: HTMLDivElement;
|
|
10
|
-
}, HTMLDivElement>;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
9
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiEditor.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { Fragment as t, createElementBlock as n, createElementVNode as r, defineComponent as i, nextTick as a, normalizeClass as o, onBeforeUnmount as s, openBlock as c, ref as l, renderList as u, toDisplayString as d, watch as f } from "vue";
|
|
4
4
|
//#region src/components/UiEditor/UiEditor.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var p = ["onClick"], m = ["value"], h = /* @__PURE__ */ e(/* @__PURE__ */ i({
|
|
@@ -3,19 +3,14 @@ interface IProps {
|
|
|
3
3
|
error?: string | false;
|
|
4
4
|
isRequired?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
9
|
};
|
|
14
|
-
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
12
|
export default _default;
|
|
18
|
-
type
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
14
|
new (): {
|
|
20
15
|
$slots: S;
|
|
21
16
|
};
|
package/dist/UiField/UiField.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiField.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { createCommentVNode as t, createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, renderSlot as s, toDisplayString as c } from "vue";
|
|
4
4
|
var l = /* @__PURE__ */ e(/* @__PURE__ */ i({
|
|
5
5
|
__name: "UiField",
|
package/dist/UiFlex/UiFlex.d.ts
CHANGED
|
@@ -6,24 +6,19 @@ interface IProps {
|
|
|
6
6
|
wrap?: boolean;
|
|
7
7
|
gap?: string;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: any;
|
|
9
|
+
declare var __VLS_6: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_6) => any;
|
|
16
12
|
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
13
|
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {
|
|
19
14
|
align: "normal" | "stretch" | "center" | "flex-start" | "flex-end";
|
|
20
15
|
tag: "div" | "span" | "form";
|
|
21
16
|
justify: "normal" | "stretch" | "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
22
17
|
gap: string;
|
|
23
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const _default:
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
20
|
export default _default;
|
|
26
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
22
|
new (): {
|
|
28
23
|
$slots: S;
|
|
29
24
|
};
|
package/dist/UiFlex/UiFlex.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiFlex.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { computed as t, createBlock as n, defineComponent as r, normalizeClass as i, openBlock as a, renderSlot as o, resolveDynamicComponent as s, useCssVars as c, withCtx as l } from "vue";
|
|
4
4
|
var u = /* @__PURE__ */ e(/* @__PURE__ */ r({
|
|
5
5
|
__name: "UiFlex",
|
|
@@ -21,7 +21,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
21
21
|
modelValue: string | number | boolean | null;
|
|
22
22
|
mode: "default" | "select";
|
|
23
23
|
appendIcon: FunctionalComponent;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
-
input: HTMLInputElement;
|
|
26
|
-
}, HTMLDivElement>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
25
|
export default _default;
|
package/dist/UiInput/UiInput.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../UiInput-
|
|
1
|
+
import { t as e } from "../UiInput-DfxP3_4K.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiInput/UiInput.css";
|
|
2
|
-
import { t as e } from "./_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { computed as t, createBlock as n, createCommentVNode as r, createElementBlock as i, createElementVNode as a, defineComponent as o, mergeProps as s, nextTick as c, normalizeClass as l, onMounted as u, openBlock as d, resolveDynamicComponent as f, shallowRef as p, withKeys as m } from "vue";
|
|
4
4
|
//#region src/components/UiInput/icons/copy.svg?component
|
|
5
5
|
var h = {
|
|
@@ -6,17 +6,10 @@ interface IProps {
|
|
|
6
6
|
width?: string;
|
|
7
7
|
lang?: TLocale;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {
|
|
15
|
-
dialogRef: HTMLDialogElement;
|
|
16
|
-
};
|
|
17
|
-
rootEl: any;
|
|
9
|
+
declare var __VLS_12: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_12) => any;
|
|
18
12
|
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
13
|
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
14
|
"update:modelValue": (value: boolean) => any;
|
|
22
15
|
confirm: () => any;
|
|
@@ -26,12 +19,10 @@ declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {},
|
|
|
26
19
|
}>, {
|
|
27
20
|
lang: TLocale;
|
|
28
21
|
width: string;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
-
|
|
31
|
-
}, any>;
|
|
32
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
24
|
export default _default;
|
|
34
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
26
|
new (): {
|
|
36
27
|
$slots: S;
|
|
37
28
|
};
|
package/dist/UiModal/UiModal.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./UiModal.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../UiButton-
|
|
4
|
-
import { t as n } from "../UiClose-
|
|
5
|
-
import { t as r } from "../locales-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../UiButton-DCQiGgkB.js";
|
|
4
|
+
import { t as n } from "../UiClose-24LsZd6X.js";
|
|
5
|
+
import { t as r } from "../locales-CsU1R1Is.js";
|
|
6
6
|
import { Teleport as i, computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, mergeProps as p, nextTick as m, normalizeClass as h, onMounted as g, openBlock as _, renderSlot as v, shallowRef as y, toDisplayString as b, unref as x, useCssVars as S, watch as C, withCtx as w, withModifiers as T } from "vue";
|
|
7
7
|
//#region src/components/UiModal/UiModal.vue?vue&type=script&setup=true&lang.ts
|
|
8
8
|
var E = ["data-scrollable"], D = /* @__PURE__ */ e(/* @__PURE__ */ f({
|
|
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
10
10
|
onUpdate?: ((value: number) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
lang: TLocale;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./UiPagination.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../locales-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../locales-CsU1R1Is.js";
|
|
4
4
|
import { createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, toDisplayString as s, unref as c } from "vue";
|
|
5
5
|
//#region src/components/UiPagination/UiPagination.vue?vue&type=script&setup=true&lang.ts
|
|
6
6
|
var l = ["disabled"], u = ["disabled"], d = ["disabled"], f = ["disabled"], p = /* @__PURE__ */ e(/* @__PURE__ */ i({
|
|
@@ -7,8 +7,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
7
7
|
"update:modelValue": (value: [number, number]) => any;
|
|
8
8
|
}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11
|
-
minInputRef: HTMLInputElement;
|
|
12
|
-
maxInputRef: HTMLInputElement;
|
|
13
|
-
}, HTMLDivElement>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
11
|
export default _default;
|
package/dist/UiRange/UiRange.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiRange.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { computed as t, createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, normalizeStyle as o, openBlock as s, ref as c, toDisplayString as l, watch as u } from "vue";
|
|
4
4
|
//#region src/components/UiRange/UiRange.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var d = [
|
|
@@ -26,7 +26,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
26
26
|
_id: string;
|
|
27
27
|
}[];
|
|
28
28
|
};
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
-
containerElement: HTMLDivElement;
|
|
31
|
-
}, HTMLDivElement>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
30
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./UiSearch.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../UiInput-
|
|
4
|
-
import { t as n } from "../locales-
|
|
5
|
-
import { t as r } from "../dist-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../UiInput-DfxP3_4K.js";
|
|
4
|
+
import { t as n } from "../locales-CsU1R1Is.js";
|
|
5
|
+
import { t as r } from "../dist-D_-3w5cA.js";
|
|
6
6
|
import { Fragment as i, computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, normalizeClass as p, openBlock as m, renderList as h, resolveDynamicComponent as g, shallowRef as _, toDisplayString as v, unref as y, withCtx as b, withKeys as x } from "vue";
|
|
7
7
|
import { RouterLink as S } from "vue-router";
|
|
8
8
|
//#region ../../node_modules/perfect-debounce/dist/index.mjs
|
|
@@ -23,10 +23,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
23
23
|
modelValue: string | number | IOption | null;
|
|
24
24
|
options: string[] | number[] | IOption[];
|
|
25
25
|
lang: TLocale;
|
|
26
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
27
|
-
containerElement: HTMLDivElement;
|
|
28
|
-
optionsElement: HTMLDivElement;
|
|
29
|
-
optionsInnerElement: HTMLDivElement;
|
|
30
|
-
optionElement: HTMLDivElement[];
|
|
31
|
-
}, HTMLDivElement>;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
27
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./UiSelect.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../UiInput-
|
|
4
|
-
import { t as n } from "../locales-
|
|
5
|
-
import { t as r } from "../dist-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../UiInput-DfxP3_4K.js";
|
|
4
|
+
import { t as n } from "../locales-CsU1R1Is.js";
|
|
5
|
+
import { t as r } from "../dist-D_-3w5cA.js";
|
|
6
6
|
import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createVNode as l, defineComponent as u, normalizeClass as d, openBlock as f, ref as p, renderList as m, shallowRef as h, toDisplayString as g, unref as _, withKeys as v, withModifiers as y } from "vue";
|
|
7
7
|
//#region src/components/UiSelect/icons/closed.svg?component
|
|
8
8
|
var b = {
|
|
@@ -3,5 +3,5 @@ interface IProps {
|
|
|
3
3
|
slides: string[];
|
|
4
4
|
path?: string;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
6
|
+
declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiSlider.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { Fragment as t, createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, renderList as s, shallowRef as c } from "vue";
|
|
4
4
|
//#region src/components/UiSlider/UiSlider.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var l = ["onClick", "data-active"], u = ["src", "alt"], d = [
|
|
@@ -2,23 +2,18 @@ interface IProps {
|
|
|
2
2
|
modelValue: boolean;
|
|
3
3
|
title: string;
|
|
4
4
|
}
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: HTMLDivElement;
|
|
5
|
+
declare var __VLS_5: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_5) => any;
|
|
12
8
|
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
9
|
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
10
|
"update:modelValue": (value: boolean) => any;
|
|
16
11
|
}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{
|
|
17
12
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
-
declare const _default:
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
15
|
export default _default;
|
|
21
|
-
type
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
17
|
new (): {
|
|
23
18
|
$slots: S;
|
|
24
19
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiSpoiler.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { createElementBlock as t, createElementVNode as n, createVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, renderSlot as s, toDisplayString as c, unref as l } from "vue";
|
|
4
4
|
//#region src/components/UiSpoiler/icons/arrow.svg?component
|
|
5
5
|
var u = {
|
|
@@ -13,18 +13,10 @@ interface IProps {
|
|
|
13
13
|
isLoading?: boolean;
|
|
14
14
|
lang?: TLocale;
|
|
15
15
|
}
|
|
16
|
-
declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {
|
|
22
|
-
tableBlock: HTMLDivElement;
|
|
23
|
-
table: HTMLTableElement;
|
|
24
|
-
};
|
|
25
|
-
rootEl: HTMLDivElement;
|
|
16
|
+
declare var __VLS_1: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
default?: (props: typeof __VLS_1) => any;
|
|
26
19
|
};
|
|
27
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
20
|
declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
21
|
reset: (value: string) => any;
|
|
30
22
|
"update:modelValue": (value: IModelValue) => any;
|
|
@@ -34,13 +26,10 @@ declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {},
|
|
|
34
26
|
}>, {
|
|
35
27
|
modelValue: IModelValue;
|
|
36
28
|
lang: TLocale;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
38
|
-
|
|
39
|
-
table: HTMLTableElement;
|
|
40
|
-
}, HTMLDivElement>;
|
|
41
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
42
31
|
export default _default;
|
|
43
|
-
type
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
44
33
|
new (): {
|
|
45
34
|
$slots: S;
|
|
46
35
|
};
|
package/dist/UiTable/UiTable.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./UiTable.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../locales-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../locales-CsU1R1Is.js";
|
|
4
4
|
import { Fragment as n, createCommentVNode as r, createElementBlock as i, createElementVNode as a, defineComponent as o, normalizeClass as s, onBeforeUnmount as c, onMounted as l, openBlock as u, renderList as d, renderSlot as f, shallowRef as p, toDisplayString as m, unref as h } from "vue";
|
|
5
5
|
//#region src/components/UiTable/UiTable.vue?vue&type=script&setup=true&lang.ts
|
|
6
6
|
var g = ["data-loading"], _ = ["onClick", "data-current"], v = ["data-current", "data-loading"], y = ["data-current", "data-loading"], b = /* @__PURE__ */ e(/* @__PURE__ */ o({
|
package/dist/UiTabs/UiTabs.d.ts
CHANGED
|
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
10
10
|
"update:modelValue": (value: string) => any;
|
|
11
11
|
}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{
|
|
12
12
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
export default _default;
|
package/dist/UiTabs/UiTabs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiTabs.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { Fragment as t, createElementBlock as n, defineComponent as r, normalizeClass as i, openBlock as a, renderList as o, toDisplayString as s } from "vue";
|
|
4
4
|
//#region src/components/UiTabs/UiTabs.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var c = ["onClick", "data-active"], l = /* @__PURE__ */ e(/* @__PURE__ */ r({
|
|
@@ -6,5 +6,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
6
6
|
"update:modelValue": (value: string) => any;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./UiTextarea.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { createElementBlock as t, defineComponent as n, normalizeClass as r, openBlock as i } from "vue";
|
|
4
4
|
//#region src/components/UiTextarea/UiTextarea.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var a = ["value", "disabled"], o = /* @__PURE__ */ e(/* @__PURE__ */ n({
|
|
@@ -30,7 +30,5 @@ declare const _default: import('vue').DefineComponent<IProps, {}, {}, {}, {}, im
|
|
|
30
30
|
extensions: string[];
|
|
31
31
|
limit: number;
|
|
32
32
|
uploadButtonText: string;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
34
|
-
input: HTMLInputElement;
|
|
35
|
-
}, HTMLDivElement>;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
34
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./UiUpload.css";
|
|
2
|
-
import { t as e } from "../_plugin-vue_export-helper-
|
|
3
|
-
import { t } from "../UiButton-
|
|
4
|
-
import { t as n } from "../locales-
|
|
2
|
+
import { t as e } from "../_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
|
+
import { t } from "../UiButton-DCQiGgkB.js";
|
|
4
|
+
import { t as n } from "../locales-CsU1R1Is.js";
|
|
5
5
|
import { Fragment as r, computed as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createStaticVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, normalizeClass as f, openBlock as p, renderList as m, shallowRef as h, toDisplayString as g, unref as _, vShow as v, withCtx as y, withDirectives as b } from "vue";
|
|
6
6
|
//#region src/components/UiUpload/icons/upload.svg?component
|
|
7
7
|
var x = {
|
|
@@ -94,8 +94,9 @@ function g(e, n, r = {}) {
|
|
|
94
94
|
}, { passive: !0 }),
|
|
95
95
|
l && m(i, "blur", (t) => {
|
|
96
96
|
setTimeout(() => {
|
|
97
|
-
let r = p(e);
|
|
98
|
-
|
|
97
|
+
let r = p(e), a = i.document.activeElement;
|
|
98
|
+
for (; a?.shadowRoot;) a = a.shadowRoot.activeElement;
|
|
99
|
+
a?.tagName === "IFRAME" && !r?.contains(i.document.activeElement) && n(t);
|
|
99
100
|
}, 0);
|
|
100
101
|
}, { passive: !0 })
|
|
101
102
|
].filter(Boolean), S = () => x.forEach((e) => e());
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mhz-ui",
|
|
3
3
|
"description": "Mhz ui kit",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.29",
|
|
5
5
|
"author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -25,60 +25,60 @@
|
|
|
25
25
|
"test:cov": "NODE_OPTIONS='--no-experimental-webstorage' vitest run --coverage"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@vueuse/core": "14.
|
|
29
|
-
"@vueuse/integrations": "14.
|
|
28
|
+
"@vueuse/core": "14.3.0",
|
|
29
|
+
"@vueuse/integrations": "14.3.0",
|
|
30
30
|
"chart.js": "4.5.1",
|
|
31
31
|
"mhz-helpers": "*",
|
|
32
32
|
"perfect-debounce": "2.1.0",
|
|
33
|
-
"vue": "3.6.0-beta.
|
|
33
|
+
"vue": "3.6.0-beta.13",
|
|
34
34
|
"vue-chartjs": "5.3.3",
|
|
35
|
-
"vue-router": "5.0
|
|
35
|
+
"vue-router": "5.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/js": "10.0.1",
|
|
39
|
-
"@storybook/addon-docs": "10.
|
|
40
|
-
"@storybook/addon-themes": "10.
|
|
41
|
-
"@storybook/vue3": "10.
|
|
42
|
-
"@storybook/vue3-vite": "10.
|
|
43
|
-
"@types/node": "25.
|
|
44
|
-
"@vitejs/plugin-vue": "6.0.
|
|
45
|
-
"@vitest/coverage-v8": "4.1.
|
|
46
|
-
"@vue/test-utils": "2.4.
|
|
47
|
-
"eslint": "10.
|
|
39
|
+
"@storybook/addon-docs": "10.4.1",
|
|
40
|
+
"@storybook/addon-themes": "10.4.1",
|
|
41
|
+
"@storybook/vue3": "10.4.1",
|
|
42
|
+
"@storybook/vue3-vite": "10.4.1",
|
|
43
|
+
"@types/node": "25.9.1",
|
|
44
|
+
"@vitejs/plugin-vue": "6.0.7",
|
|
45
|
+
"@vitest/coverage-v8": "4.1.7",
|
|
46
|
+
"@vue/test-utils": "2.4.10",
|
|
47
|
+
"eslint": "10.4.0",
|
|
48
48
|
"eslint-config-prettier": "10.1.8",
|
|
49
49
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
50
50
|
"eslint-plugin-import-x": "4.16.2",
|
|
51
|
-
"eslint-plugin-prettier": "5.5.
|
|
51
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
52
52
|
"eslint-plugin-sonarjs": "4.0.3",
|
|
53
53
|
"eslint-plugin-unicorn": "64.0.0",
|
|
54
|
-
"eslint-plugin-vue": "10.9.
|
|
55
|
-
"globals": "17.
|
|
54
|
+
"eslint-plugin-vue": "10.9.1",
|
|
55
|
+
"globals": "17.6.0",
|
|
56
56
|
"happy-dom": "20.9.0",
|
|
57
57
|
"postcss-html": "1.8.1",
|
|
58
58
|
"postcss-scss": "4.0.9",
|
|
59
59
|
"prettier": "3.8.3",
|
|
60
|
-
"sass-embedded": "1.
|
|
61
|
-
"storybook": "10.
|
|
62
|
-
"stylelint": "17.
|
|
60
|
+
"sass-embedded": "1.100.0",
|
|
61
|
+
"storybook": "10.4.1",
|
|
62
|
+
"stylelint": "17.12.0",
|
|
63
63
|
"stylelint-config-recess-order": "7.7.0",
|
|
64
64
|
"stylelint-config-recommended-scss": "17.0.1",
|
|
65
65
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
66
66
|
"stylelint-order": "8.1.1",
|
|
67
67
|
"stylelint-prettier": "5.0.3",
|
|
68
68
|
"typescript": "6.0.3",
|
|
69
|
-
"typescript-eslint": "8.
|
|
70
|
-
"vite": "8.0.
|
|
71
|
-
"vite-plugin-dts": "
|
|
69
|
+
"typescript-eslint": "8.60.0",
|
|
70
|
+
"vite": "8.0.14",
|
|
71
|
+
"vite-plugin-dts": "5.0.1",
|
|
72
72
|
"vite-plugin-static-copy": "4.1.0",
|
|
73
73
|
"vite-svg-loader": "5.1.1",
|
|
74
|
-
"vitest": "4.1.
|
|
74
|
+
"vitest": "4.1.7",
|
|
75
75
|
"vue-eslint-parser": "10.4.0",
|
|
76
76
|
"vue-linters-config": "0.5.7",
|
|
77
|
-
"vue-tsc": "3.2
|
|
77
|
+
"vue-tsc": "3.3.2"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"vue": "3.6.0-beta.
|
|
81
|
-
"vue-router": "5.0
|
|
80
|
+
"vue": "3.6.0-beta.13",
|
|
81
|
+
"vue-router": "5.1.0"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"npm": ">=11.7.0",
|
/package/dist/{_plugin-vue_export-helper-BTgDAbhb.js → _plugin-vue_export-helper-B3ysoDQm.js}
RENAMED
|
File without changes
|
|
File without changes
|