mhz-ui 1.0.23 → 1.0.25
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/UiCheckbox/UiCheckbox.d.ts +3 -1
- package/dist/UiEditor/UiEditor.d.ts +3 -1
- package/dist/UiInput/UiInput.d.ts +4 -1
- package/dist/UiModal/UiModal.d.ts +4 -1
- package/dist/UiPagination/UiPagination.d.ts +3 -1
- package/dist/UiRange/UiRange.d.ts +3 -1
- package/dist/UiSearch/UiSearch.d.ts +3 -1
- package/dist/UiSelect/UiSelect.d.ts +4 -1
- package/dist/UiSpoiler/UiSpoiler.d.ts +3 -1
- package/dist/UiTable/UiTable.d.ts +4 -1
- package/dist/UiUpload/UiUpload.d.ts +5 -1
- package/package.json +6 -6
|
@@ -33,7 +33,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
isSwitcher: {
|
|
34
34
|
type: import("vue").PropType<boolean>;
|
|
35
35
|
};
|
|
36
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
36
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
+
"update:modelValue": (...args: any[]) => void;
|
|
38
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
39
|
label: {
|
|
38
40
|
type: import("vue").PropType<string>;
|
|
39
41
|
default: string;
|
|
@@ -2,7 +2,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
5
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (...args: any[]) => void;
|
|
7
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
8
|
modelValue: {
|
|
7
9
|
type: import("vue").PropType<string>;
|
|
8
10
|
};
|
|
@@ -24,7 +24,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
isCopy: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
|
26
26
|
};
|
|
27
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
27
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
+
"update:modelValue": (...args: any[]) => void;
|
|
29
|
+
toggle: (...args: any[]) => void;
|
|
30
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
31
|
isDisabled: {
|
|
29
32
|
type: import("vue").PropType<boolean>;
|
|
30
33
|
};
|
|
@@ -6,7 +6,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
6
6
|
isConfirm: {
|
|
7
7
|
type: import("vue").PropType<boolean>;
|
|
8
8
|
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (...args: any[]) => void;
|
|
11
|
+
confirm: (...args: any[]) => void;
|
|
12
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
13
|
modelValue: {
|
|
11
14
|
type: import("vue").PropType<boolean>;
|
|
12
15
|
required: true;
|
|
@@ -6,7 +6,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
total: {
|
|
7
7
|
type: import("vue").PropType<number>;
|
|
8
8
|
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
update: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
12
|
page: {
|
|
11
13
|
type: import("vue").PropType<number>;
|
|
12
14
|
required: true;
|
|
@@ -11,7 +11,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: import("vue").PropType<number>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
17
|
modelValue: {
|
|
16
18
|
type: import("vue").PropType<[number, number]>;
|
|
17
19
|
required: true;
|
|
@@ -23,7 +23,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: import("vue").PropType<boolean>;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
"update:modelValue": (...args: any[]) => void;
|
|
28
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
29
|
modelValue: {
|
|
28
30
|
type: import("vue").PropType<string>;
|
|
29
31
|
required: true;
|
|
@@ -12,7 +12,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
isFilter: {
|
|
13
13
|
type: import("vue").PropType<boolean>;
|
|
14
14
|
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (...args: any[]) => void;
|
|
17
|
+
reachedBottom: (...args: any[]) => void;
|
|
18
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
19
|
modelValue: {
|
|
17
20
|
type: import("vue").PropType<string | IOption>;
|
|
18
21
|
};
|
|
@@ -7,7 +7,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
type: import("vue").PropType<string>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (...args: any[]) => void;
|
|
12
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
13
|
modelValue: {
|
|
12
14
|
type: import("vue").PropType<boolean>;
|
|
13
15
|
required: true;
|
|
@@ -16,7 +16,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
16
16
|
isLoading: {
|
|
17
17
|
type: import("vue").PropType<boolean>;
|
|
18
18
|
};
|
|
19
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
reset: (...args: any[]) => void;
|
|
21
|
+
"update:modelValue": (...args: any[]) => void;
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
23
|
headers: {
|
|
21
24
|
type: import("vue").PropType<IHeader[]>;
|
|
22
25
|
required: true;
|
|
@@ -28,7 +28,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
isSingle: {
|
|
29
29
|
type: import("vue").PropType<boolean>;
|
|
30
30
|
};
|
|
31
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
31
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
+
add: (...args: any[]) => void;
|
|
33
|
+
remove: (...args: any[]) => void;
|
|
34
|
+
upload: (...args: any[]) => void;
|
|
35
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
36
|
label: {
|
|
33
37
|
type: import("vue").PropType<string>;
|
|
34
38
|
default: undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mhz-ui",
|
|
3
3
|
"description": "mhz-ui",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.25",
|
|
5
5
|
"author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@storybook/preview-api": "7.4.5",
|
|
44
44
|
"@storybook/vue3": "7.4.5",
|
|
45
45
|
"@storybook/vue3-vite": "7.4.5",
|
|
46
|
-
"@types/node": "20.
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "6.7.
|
|
48
|
-
"@typescript-eslint/parser": "6.7.
|
|
46
|
+
"@types/node": "20.7.0",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "6.7.3",
|
|
48
|
+
"@typescript-eslint/parser": "6.7.3",
|
|
49
49
|
"@vitejs/plugin-vue": "4.3.4",
|
|
50
50
|
"@vitest/coverage-v8": "0.34.5",
|
|
51
51
|
"@vue/test-utils": "2.4.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"eslint-plugin-import": "2.28.1",
|
|
56
56
|
"eslint-plugin-prettier": "5.0.0",
|
|
57
57
|
"eslint-plugin-vue": "9.17.0",
|
|
58
|
-
"happy-dom": "12.
|
|
58
|
+
"happy-dom": "12.2.0",
|
|
59
59
|
"postcss-html": "1.5.0",
|
|
60
60
|
"postcss-scss": "4.0.8",
|
|
61
61
|
"prettier": "3.0.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"vite-svg-loader": "4.0.0",
|
|
76
76
|
"vitest": "0.34.5",
|
|
77
77
|
"vue-linters-config": "0.1.12",
|
|
78
|
-
"vue-tsc": "1.8.
|
|
78
|
+
"vue-tsc": "1.8.14"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"vue": "3.3.4",
|