@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.
Files changed (112) hide show
  1. package/dist/components/UI/button/UIButton.stories.d.ts +3 -3
  2. package/dist/components/UI/button/UIButton.vue.d.ts +1 -1
  3. package/dist/components/UI/inputs/BaseMaskedInput.vue.d.ts +3 -3
  4. package/dist/components/UI/inputs/UIInput.stories.d.ts +5 -5
  5. package/dist/components/UI/inputs/UIInput.vue.d.ts +5 -5
  6. package/dist/index.d.ts +7 -0
  7. package/dist/{migrant.ui-kit.es.ts → migrant.ui-kit.es.js} +1993 -1895
  8. package/dist/migrant.ui-kit.umd.js +13 -0
  9. package/dist/package.json +13 -8
  10. package/dist/plugins/index.d.ts +2 -0
  11. package/dist/style.css +1 -1
  12. package/package.json +13 -8
  13. package/.editorconfig +0 -18
  14. package/.eslintignore +0 -5
  15. package/.eslintrc.cjs +0 -51
  16. package/.nvmrc +0 -1
  17. package/.prettierrc +0 -10
  18. package/.storybook/common.scss +0 -4
  19. package/.storybook/main.ts +0 -23
  20. package/.storybook/preview.ts +0 -25
  21. package/.stylelintignore +0 -6
  22. package/.stylelintrc.cjs +0 -54
  23. package/deploy/postbuild.js +0 -4
  24. package/dist/migrant.ui-kit.umd.ts +0 -13
  25. package/index.html +0 -13
  26. package/postcss-sorting.config.cjs +0 -32
  27. package/postcss-sorting.config.cts +0 -30
  28. package/public/vite.svg +0 -1
  29. package/src/App.vue +0 -5
  30. package/src/App.vue.d.ts +0 -23
  31. package/src/assets/scss/common/swiper.scss +0 -20
  32. package/src/assets/scss/common/variables.scss +0 -15
  33. package/src/assets/scss/index.scss +0 -10
  34. package/src/assets/scss/mixins/flex.minix.scss +0 -7
  35. package/src/assets/scss/mixins/identation.mixin.scss +0 -17
  36. package/src/assets/scss/mixins/index.mixin.scss +0 -3
  37. package/src/assets/scss/mixins/typograph.mixin.scss +0 -5
  38. package/src/components/UI/button/UIButton.stories.js +0 -57
  39. package/src/components/UI/button/UIButton.stories.ts +0 -60
  40. package/src/components/UI/button/UIButton.vue +0 -118
  41. package/src/components/UI/button/UIButton.vue.js +0 -94
  42. package/src/components/UI/card/UICard.stories.js +0 -54
  43. package/src/components/UI/card/UICard.stories.ts +0 -57
  44. package/src/components/UI/card/UICard.vue +0 -52
  45. package/src/components/UI/card/UICard.vue.js +0 -59
  46. package/src/components/UI/inputs/BaseMaskedInput.vue +0 -101
  47. package/src/components/UI/inputs/BaseMaskedInput.vue.js +0 -100
  48. package/src/components/UI/inputs/UIInput.stories.js +0 -89
  49. package/src/components/UI/inputs/UIInput.stories.ts +0 -92
  50. package/src/components/UI/inputs/UIInput.vue +0 -184
  51. package/src/components/UI/inputs/UIInput.vue.js +0 -206
  52. package/src/components/UI/loader/UILoader.stories.js +0 -28
  53. package/src/components/UI/loader/UILoader.stories.ts +0 -31
  54. package/src/components/UI/loader/UILoader.vue +0 -76
  55. package/src/components/UI/loader/UILoader.vue.js +0 -47
  56. package/src/components/UI/modal/UIModal.stories.js +0 -34
  57. package/src/components/UI/modal/UIModal.stories.ts +0 -39
  58. package/src/components/UI/modal/UIModal.vue +0 -254
  59. package/src/components/UI/modal/UIModal.vue.js +0 -141
  60. package/src/components/UI/modal/UIModalContainer.vue +0 -20
  61. package/src/components/UI/modal/UIModalContainer.vue.js +0 -44
  62. package/src/components/UI/swiper/UISwiper.stories.js +0 -30
  63. package/src/components/UI/swiper/UISwiper.stories.ts +0 -33
  64. package/src/components/UI/swiper/UISwiper.vue +0 -47
  65. package/src/components/UI/swiper/UISwiper.vue.js +0 -82
  66. package/src/components/index.js +0 -8
  67. package/src/components/index.ts +0 -9
  68. package/src/composables/index.js +0 -2
  69. package/src/composables/index.ts +0 -2
  70. package/src/composables/useIframeHandlers.js +0 -43
  71. package/src/composables/useIframeHandlers.ts +0 -52
  72. package/src/composables/useRequestHandler.js +0 -24
  73. package/src/composables/useRequestHandler.ts +0 -49
  74. package/src/constants/index.js +0 -1
  75. package/src/constants/index.ts +0 -1
  76. package/src/constants/ui-color.constant.js +0 -16
  77. package/src/constants/ui-color.constant.ts +0 -19
  78. package/src/main.js +0 -9
  79. package/src/main.ts +0 -12
  80. package/src/plugins/formatter.js +0 -118
  81. package/src/plugins/formatter.ts +0 -136
  82. package/src/plugins/plural-endings.js +0 -15
  83. package/src/plugins/plural-endings.ts +0 -19
  84. package/src/store/index.js +0 -1
  85. package/src/store/index.ts +0 -1
  86. package/src/store/modal.store.js +0 -36
  87. package/src/store/modal.store.ts +0 -76
  88. package/src/style.css +0 -79
  89. package/src/types/UI/ui-color.type.js +0 -16
  90. package/src/types/UI/ui-color.type.ts +0 -22
  91. package/src/types/UI/ui-input.type.js +0 -41
  92. package/src/types/UI/ui-input.type.ts +0 -63
  93. package/src/types/UI/ui-modal.type.js +0 -8
  94. package/src/types/UI/ui-modal.type.ts +0 -7
  95. package/src/types/UI/ui-size.type.js +0 -8
  96. package/src/types/UI/ui-size.type.ts +0 -7
  97. package/src/types/common.type.js +0 -1
  98. package/src/types/common.type.ts +0 -2
  99. package/src/types/index.js +0 -6
  100. package/src/types/index.ts +0 -6
  101. package/src/types/plugin.type.js +0 -1
  102. package/src/types/plugin.type.ts +0 -6
  103. package/src/utils/debounce.util.js +0 -7
  104. package/src/utils/debounce.util.ts +0 -7
  105. package/src/utils/index.js +0 -1
  106. package/src/utils/index.ts +0 -1
  107. package/tsconfig.json +0 -18
  108. package/tsconfig.tsbuildinfo +0 -1
  109. package/vite-env.d.ts +0 -7
  110. package/vite.config.js +0 -33
  111. package/vite.config.js.timestamp-1753347662244-f753ce7e4747b.mjs +0 -38
  112. 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
- component: EInputComponentType;
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
- component: EInputComponentType;
19
+ label: string;
19
20
  masked: boolean;
20
- id: string;
21
21
  placeholder: string;
22
22
  inputmode: EInputInputmode;
23
23
  modelValue: string | number;
@@ -0,0 +1,7 @@
1
+ export * from './store';
2
+ export * from './types';
3
+ export * from './utils';
4
+ export * from './composables';
5
+ export * from './components';
6
+ export * from './constants';
7
+ export * from './plugins';