@soroka282/migrant.ui-kit 0.0.9 → 0.0.11
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/components/UI/button/UIButton.stories.d.ts +3 -3
- package/dist/components/UI/button/UIButton.vue.d.ts +1 -1
- package/dist/components/UI/inputs/BaseMaskedInput.vue.d.ts +3 -3
- package/dist/components/UI/inputs/UIInput.stories.d.ts +5 -5
- package/dist/components/UI/inputs/UIInput.vue.d.ts +5 -5
- package/dist/index.d.ts +7 -0
- package/dist/{migrant.ui-kit.es.ts → migrant.ui-kit.es.js} +1993 -1895
- package/dist/migrant.ui-kit.umd.js +13 -0
- package/dist/package.json +13 -8
- package/dist/plugins/index.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +13 -8
- package/.editorconfig +0 -18
- package/.eslintignore +0 -5
- package/.eslintrc.cjs +0 -51
- package/.nvmrc +0 -1
- package/.prettierrc +0 -10
- package/.storybook/common.scss +0 -4
- package/.storybook/main.ts +0 -23
- package/.storybook/preview.ts +0 -25
- package/.stylelintignore +0 -6
- package/.stylelintrc.cjs +0 -54
- package/deploy/postbuild.js +0 -4
- package/dist/migrant.ui-kit.umd.ts +0 -13
- package/index.html +0 -13
- package/postcss-sorting.config.cjs +0 -32
- package/postcss-sorting.config.cts +0 -30
- package/public/vite.svg +0 -1
- package/src/App.vue +0 -5
- package/src/App.vue.d.ts +0 -23
- package/src/assets/scss/common/swiper.scss +0 -20
- package/src/assets/scss/common/variables.scss +0 -15
- package/src/assets/scss/index.scss +0 -10
- package/src/assets/scss/mixins/flex.minix.scss +0 -7
- package/src/assets/scss/mixins/identation.mixin.scss +0 -17
- package/src/assets/scss/mixins/index.mixin.scss +0 -3
- package/src/assets/scss/mixins/typograph.mixin.scss +0 -5
- package/src/components/UI/button/UIButton.stories.js +0 -57
- package/src/components/UI/button/UIButton.stories.ts +0 -60
- package/src/components/UI/button/UIButton.vue +0 -118
- package/src/components/UI/button/UIButton.vue.js +0 -94
- package/src/components/UI/card/UICard.stories.js +0 -54
- package/src/components/UI/card/UICard.stories.ts +0 -57
- package/src/components/UI/card/UICard.vue +0 -52
- package/src/components/UI/card/UICard.vue.js +0 -59
- package/src/components/UI/inputs/BaseMaskedInput.vue +0 -101
- package/src/components/UI/inputs/BaseMaskedInput.vue.js +0 -100
- package/src/components/UI/inputs/UIInput.stories.js +0 -89
- package/src/components/UI/inputs/UIInput.stories.ts +0 -92
- package/src/components/UI/inputs/UIInput.vue +0 -184
- package/src/components/UI/inputs/UIInput.vue.js +0 -206
- package/src/components/UI/loader/UILoader.stories.js +0 -28
- package/src/components/UI/loader/UILoader.stories.ts +0 -31
- package/src/components/UI/loader/UILoader.vue +0 -76
- package/src/components/UI/loader/UILoader.vue.js +0 -47
- package/src/components/UI/modal/UIModal.stories.js +0 -34
- package/src/components/UI/modal/UIModal.stories.ts +0 -39
- package/src/components/UI/modal/UIModal.vue +0 -254
- package/src/components/UI/modal/UIModal.vue.js +0 -141
- package/src/components/UI/modal/UIModalContainer.vue +0 -20
- package/src/components/UI/modal/UIModalContainer.vue.js +0 -44
- package/src/components/UI/swiper/UISwiper.stories.js +0 -30
- package/src/components/UI/swiper/UISwiper.stories.ts +0 -33
- package/src/components/UI/swiper/UISwiper.vue +0 -47
- package/src/components/UI/swiper/UISwiper.vue.js +0 -82
- package/src/components/index.js +0 -8
- package/src/components/index.ts +0 -9
- package/src/composables/index.js +0 -2
- package/src/composables/index.ts +0 -2
- package/src/composables/useIframeHandlers.js +0 -43
- package/src/composables/useIframeHandlers.ts +0 -52
- package/src/composables/useRequestHandler.js +0 -24
- package/src/composables/useRequestHandler.ts +0 -49
- package/src/constants/index.js +0 -1
- package/src/constants/index.ts +0 -1
- package/src/constants/ui-color.constant.js +0 -16
- package/src/constants/ui-color.constant.ts +0 -19
- package/src/main.js +0 -9
- package/src/main.ts +0 -12
- package/src/plugins/formatter.js +0 -118
- package/src/plugins/formatter.ts +0 -136
- package/src/plugins/plural-endings.js +0 -15
- package/src/plugins/plural-endings.ts +0 -19
- package/src/store/index.js +0 -1
- package/src/store/index.ts +0 -1
- package/src/store/modal.store.js +0 -36
- package/src/store/modal.store.ts +0 -76
- package/src/style.css +0 -79
- package/src/types/UI/ui-color.type.js +0 -16
- package/src/types/UI/ui-color.type.ts +0 -22
- package/src/types/UI/ui-input.type.js +0 -41
- package/src/types/UI/ui-input.type.ts +0 -63
- package/src/types/UI/ui-modal.type.js +0 -8
- package/src/types/UI/ui-modal.type.ts +0 -7
- package/src/types/UI/ui-size.type.js +0 -8
- package/src/types/UI/ui-size.type.ts +0 -7
- package/src/types/common.type.js +0 -1
- package/src/types/common.type.ts +0 -2
- package/src/types/index.js +0 -6
- package/src/types/index.ts +0 -6
- package/src/types/plugin.type.js +0 -1
- package/src/types/plugin.type.ts +0 -6
- package/src/utils/debounce.util.js +0 -7
- package/src/utils/debounce.util.ts +0 -7
- package/src/utils/index.js +0 -1
- package/src/utils/index.ts +0 -1
- package/tsconfig.json +0 -18
- package/tsconfig.tsbuildinfo +0 -1
- package/vite-env.d.ts +0 -7
- package/vite.config.js +0 -33
- package/vite.config.js.timestamp-1753347662244-f753ce7e4747b.mjs +0 -38
- package/vite.config.ts +0 -41
|
@@ -16,9 +16,9 @@ declare const _default: Meta<{
|
|
|
16
16
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
17
|
click: (args_0: void) => any;
|
|
18
18
|
}, import('vue').PublicProps, {
|
|
19
|
+
color: string;
|
|
19
20
|
text: string;
|
|
20
21
|
size: UISize;
|
|
21
|
-
color: string;
|
|
22
22
|
isLoading: boolean;
|
|
23
23
|
isBoxShadow: boolean;
|
|
24
24
|
disabled: boolean;
|
|
@@ -43,9 +43,9 @@ declare const _default: Meta<{
|
|
|
43
43
|
}> & Readonly<{
|
|
44
44
|
onClick?: ((args_0?: void | undefined) => any) | undefined;
|
|
45
45
|
}>, {}, {}, {}, {}, {
|
|
46
|
+
color: string;
|
|
46
47
|
text: string;
|
|
47
48
|
size: UISize;
|
|
48
|
-
color: string;
|
|
49
49
|
isLoading: boolean;
|
|
50
50
|
isBoxShadow: boolean;
|
|
51
51
|
disabled: boolean;
|
|
@@ -69,9 +69,9 @@ declare const _default: Meta<{
|
|
|
69
69
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
70
70
|
click: (args_0: void) => any;
|
|
71
71
|
}, string, {
|
|
72
|
+
color: string;
|
|
72
73
|
text: string;
|
|
73
74
|
size: UISize;
|
|
74
|
-
color: string;
|
|
75
75
|
isLoading: boolean;
|
|
76
76
|
isBoxShadow: boolean;
|
|
77
77
|
disabled: boolean;
|
|
@@ -14,9 +14,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
15
|
onClick?: ((args_0?: void | undefined) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
+
color: string;
|
|
17
18
|
text: string;
|
|
18
19
|
size: UISize;
|
|
19
|
-
color: string;
|
|
20
20
|
isLoading: boolean;
|
|
21
21
|
isBoxShadow: boolean;
|
|
22
22
|
disabled: boolean;
|
|
@@ -6,19 +6,19 @@ type __VLS_Props = {
|
|
|
6
6
|
id: string;
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
input: (args_0: any) => any;
|
|
9
10
|
blur: (args_0: any) => any;
|
|
10
11
|
focus: (args_0: any) => any;
|
|
11
|
-
input: (args_0: any) => any;
|
|
12
12
|
"update:modelValue": (args_0: any) => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
onInput?: ((args_0: any) => any) | undefined;
|
|
14
15
|
onBlur?: ((args_0: any) => any) | undefined;
|
|
15
16
|
onFocus?: ((args_0: any) => any) | undefined;
|
|
16
|
-
onInput?: ((args_0: any) => any) | undefined;
|
|
17
17
|
"onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
+
id: string;
|
|
19
20
|
value: string | number;
|
|
20
21
|
masked: boolean;
|
|
21
22
|
tokens: any;
|
|
22
|
-
id: string;
|
|
23
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
24
24
|
export default _default;
|
|
@@ -2,24 +2,24 @@ import { Meta, StoryFn } from '@storybook/vue3-vite';
|
|
|
2
2
|
import { EInputComponentType, EInputInputmode, EInputType } from '../../../types';
|
|
3
3
|
import { UIInput } from '../..';
|
|
4
4
|
declare const _default: Meta<import('vue').DefineComponent<import('../../../types').IInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
input: (...args: any[]) => void;
|
|
5
6
|
blur: (...args: any[]) => void;
|
|
6
7
|
focus: (...args: any[]) => void;
|
|
7
|
-
input: (...args: any[]) => void;
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<import('../../../types').IInputProps> & Readonly<{
|
|
10
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
10
11
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
11
12
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
label: string;
|
|
16
15
|
mask: string;
|
|
16
|
+
id: string;
|
|
17
|
+
component: EInputComponentType;
|
|
17
18
|
isBoxShadow: boolean;
|
|
18
19
|
disabled: boolean;
|
|
19
20
|
type: EInputType;
|
|
20
|
-
|
|
21
|
+
label: string;
|
|
21
22
|
masked: boolean;
|
|
22
|
-
id: string;
|
|
23
23
|
placeholder: string;
|
|
24
24
|
inputmode: EInputInputmode;
|
|
25
25
|
modelValue: string | number;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { EInputInputmode, EInputType, EInputComponentType, IInputProps } from '../../../types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<IInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
input: (...args: any[]) => void;
|
|
3
4
|
blur: (...args: any[]) => void;
|
|
4
5
|
focus: (...args: any[]) => void;
|
|
5
|
-
input: (...args: any[]) => void;
|
|
6
6
|
"update:modelValue": (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<IInputProps> & Readonly<{
|
|
8
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
8
9
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
9
10
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
label: string;
|
|
14
13
|
mask: string;
|
|
14
|
+
id: string;
|
|
15
|
+
component: EInputComponentType;
|
|
15
16
|
isBoxShadow: boolean;
|
|
16
17
|
disabled: boolean;
|
|
17
18
|
type: EInputType;
|
|
18
|
-
|
|
19
|
+
label: string;
|
|
19
20
|
masked: boolean;
|
|
20
|
-
id: string;
|
|
21
21
|
placeholder: string;
|
|
22
22
|
inputmode: EInputInputmode;
|
|
23
23
|
modelValue: string | number;
|