@nmorph/nmorph-ui-kit 1.0.52 → 1.0.61

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 (89) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.es.js +13 -15
  3. package/dist/index.umd.js +2 -2
  4. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +14 -58
  5. package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +7 -37
  6. package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +9 -43
  7. package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +13 -65
  8. package/dist/src/components/basic/nmorph-scroll/types.d.ts +0 -1
  9. package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +7 -35
  10. package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +9 -45
  11. package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +15 -47
  12. package/dist/src/components/data/nmorph-calendar/hooks/index.d.ts +0 -1
  13. package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +9 -28
  14. package/dist/src/components/data/nmorph-calendar/utils.d.ts +1 -2
  15. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +6 -32
  16. package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +7 -30
  17. package/dist/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +3 -22
  18. package/dist/src/components/data/nmorph-carousel/types.d.ts +0 -1
  19. package/dist/src/components/data/nmorph-collapse/NmorphCollapse.vue.d.ts +7 -31
  20. package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +10 -40
  21. package/dist/src/components/data/nmorph-collapse/types.d.ts +0 -1
  22. package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +11 -45
  23. package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +5 -36
  24. package/dist/src/components/data/nmorph-image-preview/types.d.ts +0 -1
  25. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +5 -36
  26. package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +8 -44
  27. package/dist/src/components/data/nmorph-skeleton/NmorphSkeleton.vue.d.ts +6 -33
  28. package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +4 -32
  29. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +6 -38
  30. package/dist/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +3 -22
  31. package/dist/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +8 -36
  32. package/dist/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.d.ts +5 -23
  33. package/dist/src/components/data/nmorph-table/types.d.ts +0 -1
  34. package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +6 -24
  35. package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +7 -33
  36. package/dist/src/components/data/nmorph-tag-list/types.d.ts +0 -1
  37. package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +11 -53
  38. package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +9 -48
  39. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +9 -39
  40. package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +13 -49
  41. package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +10 -42
  42. package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +8 -38
  43. package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +8 -42
  44. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.d.ts +2 -2
  45. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +6 -30
  46. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +10 -27
  47. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +7 -28
  48. package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +10 -44
  49. package/dist/src/components/form/nmorph-form/NmorphForm.vue.d.ts +9 -32
  50. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +6 -36
  51. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/index.d.ts +0 -1
  52. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +4 -30
  53. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +3 -25
  54. package/dist/src/components/form/nmorph-form/types.d.ts +0 -1
  55. package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +8 -42
  56. package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +9 -40
  57. package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +9 -43
  58. package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +11 -55
  59. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +9 -38
  60. package/dist/src/components/form/nmorph-select/types.d.ts +0 -1
  61. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +5 -39
  62. package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +12 -44
  63. package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +13 -51
  64. package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +11 -47
  65. package/dist/src/components/form/nmorph-time-picker/utils.d.ts +0 -1
  66. package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +7 -37
  67. package/dist/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.d.ts +5 -28
  68. package/dist/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +7 -33
  69. package/dist/src/components/navigation/nmorph-breadcrumb/types.d.ts +0 -1
  70. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +8 -38
  71. package/dist/src/components/navigation/nmorph-tabs/NmorphTabs.vue.d.ts +9 -37
  72. package/dist/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +7 -35
  73. package/dist/src/components/navigation/nmorph-tabs/type.d.ts +0 -1
  74. package/dist/src/components/navigation/nmorph-tabs/utils.d.ts +0 -1
  75. package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +2 -24
  76. package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +7 -30
  77. package/dist/src/components/providers/index.d.ts +0 -1
  78. package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +4 -30
  79. package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +0 -1
  80. package/dist/src/hooks/use-field-validation.d.ts +0 -1
  81. package/dist/src/hooks/use-form-validation.d.ts +0 -1
  82. package/dist/src/hooks/use-nmorph-translation.d.ts +1 -2
  83. package/dist/src/hooks/use-placement.d.ts +0 -1
  84. package/dist/src/outside-hooks/use-nmorph-notification.d.ts +0 -1
  85. package/dist/src/outside-hooks/use-nmorph-theme.d.ts +0 -1
  86. package/dist/src/outside-hooks/use-nmorph.d.ts +0 -1
  87. package/dist/src/types/index.d.ts +0 -1
  88. package/dist/style.css +1 -1
  89. package/package.json +8 -10
@@ -1,40 +1,17 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  interface INmorphProps {
3
3
  loop?: boolean;
4
4
  }
5
- declare function __VLS_template(): {
6
- default?(_: {}): any;
7
- };
8
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
9
- loop: boolean;
10
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- change: (value: number) => void;
12
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
- loop: boolean;
14
- }>>> & Readonly<{
5
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
6
+ change: (value: number) => any;
7
+ }, string, PublicProps, Readonly<INmorphProps> & Readonly<{
15
8
  onChange?: (value: number) => any;
16
9
  }>, {
17
10
  loop: boolean;
18
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
12
+ default?(_: {}): any;
13
+ }>;
20
14
  export default _default;
21
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- type __VLS_TypePropsToRuntimeProps<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
- type __VLS_WithDefaults<P, D> = {
31
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
- default: D[K];
33
- }> : P[K];
34
- };
35
- type __VLS_Prettify<T> = {
36
- [K in keyof T]: T[K];
37
- } & {};
38
15
  type __VLS_WithTemplateSlots<T, S> = T & {
39
16
  new (): {
40
17
  $slots: S;
@@ -1,30 +1,11 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  interface INmorphProps {
3
3
  name: string;
4
4
  }
5
- declare function __VLS_template(): {
5
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
6
6
  default?(_: {}): any;
7
- };
8
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
+ }>;
10
8
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: PropType<T[K]>;
17
- required: true;
18
- };
19
- };
20
- type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
- default: D[K];
23
- }> : P[K];
24
- };
25
- type __VLS_Prettify<T> = {
26
- [K in keyof T]: T[K];
27
- } & {};
28
9
  type __VLS_WithTemplateSlots<T, S> = T & {
29
10
  new (): {
30
11
  $slots: S;
@@ -1,5 +1,4 @@
1
1
  import { Ref } from 'vue';
2
-
3
2
  export interface INmorphCarouselInjection {
4
3
  data: Ref<string[]>;
5
4
  carouselId: string;
@@ -1,43 +1,19 @@
1
1
  import { NmorphCollapseModelType } from './types';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
-
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  interface INmorphProps {
5
4
  modelValue: NmorphCollapseModelType;
6
5
  accordion?: boolean;
7
6
  }
8
- declare function __VLS_template(): {
9
- default?(_: {}): any;
10
- };
11
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
- accordion: boolean;
13
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
- "update:model-value": (value: NmorphCollapseModelType) => void;
15
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
- accordion: boolean;
17
- }>>> & Readonly<{
7
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
+ "update:model-value": (value: NmorphCollapseModelType) => any;
9
+ }, string, PublicProps, Readonly<INmorphProps> & Readonly<{
18
10
  "onUpdate:model-value"?: (value: NmorphCollapseModelType) => any;
19
11
  }>, {
20
12
  accordion: boolean;
21
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
14
+ default?(_: {}): any;
15
+ }>;
23
16
  export default _default;
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
- type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
- default: D[K];
36
- }> : P[K];
37
- };
38
- type __VLS_Prettify<T> = {
39
- [K in keyof T]: T[K];
40
- } & {};
41
17
  type __VLS_WithTemplateSlots<T, S> = T & {
42
18
  new (): {
43
19
  $slots: S;
@@ -1,60 +1,30 @@
1
1
  import { INmorphCollapseItemProps } from '../../../..';
2
2
  import { NmorphComponentHeight } from '../../../../../types';
3
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
-
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
5
4
  interface INmorphProps extends INmorphCollapseItemProps {
6
5
  height?: keyof typeof NmorphComponentHeight;
7
6
  block?: boolean;
8
7
  }
9
- declare function __VLS_template(): {
10
- title?(_: {}): any;
11
- default?(_: {}): any;
12
- };
13
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
- height: string;
15
- title: string;
16
- disabled: boolean;
17
- block: boolean;
18
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
19
9
  "click-item": (data: {
20
10
  id: string;
21
11
  isOpen: boolean;
22
- }) => void;
23
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
24
- height: string;
25
- title: string;
26
- disabled: boolean;
27
- block: boolean;
28
- }>>> & Readonly<{
12
+ }) => any;
13
+ }, string, PublicProps, Readonly<INmorphProps> & Readonly<{
29
14
  "onClick-item"?: (data: {
30
15
  id: string;
31
16
  isOpen: boolean;
32
17
  }) => any;
33
18
  }>, {
34
19
  block: boolean;
35
- height: keyof typeof NmorphComponentHeight;
36
- title: string;
20
+ height: "default" | "thick" | "thin";
37
21
  disabled: boolean;
38
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
39
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ title: string;
23
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
24
+ title?(_: {}): any;
25
+ default?(_: {}): any;
26
+ }>;
40
27
  export default _default;
41
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
- type __VLS_TypePropsToRuntimeProps<T> = {
43
- [K in keyof T]-?: {} extends Pick<T, K> ? {
44
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
45
- } : {
46
- type: PropType<T[K]>;
47
- required: true;
48
- };
49
- };
50
- type __VLS_WithDefaults<P, D> = {
51
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
52
- default: D[K];
53
- }> : P[K];
54
- };
55
- type __VLS_Prettify<T> = {
56
- [K in keyof T]: T[K];
57
- } & {};
58
28
  type __VLS_WithTemplateSlots<T, S> = T & {
59
29
  new (): {
60
30
  $slots: S;
@@ -1,5 +1,4 @@
1
1
  import { Ref } from 'vue';
2
-
3
2
  export type NmorphCollapseModelType = string | string[];
4
3
  export interface INmorphCollapseItemProps {
5
4
  name: string;
@@ -1,62 +1,28 @@
1
- import { INmorphImage, NmorphImageFit } from '../../../types';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
-
1
+ import { INmorphImage } from '../../../types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  interface INmorphProps extends INmorphImage {
5
4
  loadingText?: string;
6
5
  loadFailedText?: string;
7
6
  frameBorder?: number;
8
7
  }
9
- declare function __VLS_template(): {
10
- error?(_: {}): any;
11
- loading?(_: {}): any;
12
- };
13
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
- fit: string;
15
- alt: string;
16
- loadingText: string;
17
- loadFailedText: string;
18
- srcSet: string;
19
- frameBorder: number;
20
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
- error: (event: Event) => void;
22
- load: (event: Event) => void;
23
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
24
- fit: string;
25
- alt: string;
26
- loadingText: string;
27
- loadFailedText: string;
28
- srcSet: string;
29
- frameBorder: number;
30
- }>>> & Readonly<{
8
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
9
+ error: (event: Event) => any;
10
+ load: (event: Event) => any;
11
+ }, string, PublicProps, Readonly<INmorphProps> & Readonly<{
31
12
  onError?: (event: Event) => any;
32
13
  onLoad?: (event: Event) => any;
33
14
  }>, {
34
15
  frameBorder: number;
35
16
  srcSet: string;
36
- fit: keyof NmorphImageFit;
17
+ fit: "fill" | "none" | "contain" | "cover" | "scale-down";
37
18
  alt: string;
38
19
  loadingText: string;
39
20
  loadFailedText: string;
40
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
41
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
22
+ error?(_: {}): any;
23
+ loading?(_: {}): any;
24
+ }>;
42
25
  export default _default;
43
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
- type __VLS_TypePropsToRuntimeProps<T> = {
45
- [K in keyof T]-?: {} extends Pick<T, K> ? {
46
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
47
- } : {
48
- type: PropType<T[K]>;
49
- required: true;
50
- };
51
- };
52
- type __VLS_WithDefaults<P, D> = {
53
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
- default: D[K];
55
- }> : P[K];
56
- };
57
- type __VLS_Prettify<T> = {
58
- [K in keyof T]: T[K];
59
- } & {};
60
26
  type __VLS_WithTemplateSlots<T, S> = T & {
61
27
  new (): {
62
28
  $slots: S;
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  interface INmorphProps {
3
3
  modelValue?: boolean;
4
4
  alt?: string;
@@ -8,23 +8,9 @@ interface INmorphProps {
8
8
  minScaleLevel?: number;
9
9
  maxScaleLevel?: number;
10
10
  }
11
- declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
- alt: string;
13
- modelValue: boolean;
14
- initialIndex: number;
15
- scaleStep: number;
16
- minScaleLevel: number;
17
- maxScaleLevel: number;
18
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
- "update:model-value": (value: boolean) => void;
20
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
21
- alt: string;
22
- modelValue: boolean;
23
- initialIndex: number;
24
- scaleStep: number;
25
- minScaleLevel: number;
26
- maxScaleLevel: number;
27
- }>>> & Readonly<{
11
+ declare const _default: DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
+ "update:model-value": (value: boolean) => any;
13
+ }, string, PublicProps, Readonly<INmorphProps> & Readonly<{
28
14
  "onUpdate:model-value"?: (value: boolean) => any;
29
15
  }>, {
30
16
  modelValue: boolean;
@@ -33,22 +19,5 @@ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VL
33
19
  scaleStep: number;
34
20
  minScaleLevel: number;
35
21
  maxScaleLevel: number;
36
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
37
23
  export default _default;
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToRuntimeProps<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
@@ -1,5 +1,4 @@
1
1
  import { DefineComponent } from 'vue';
2
-
3
2
  export interface INmorphAction {
4
3
  icon: DefineComponent<{}, {}, unknown>;
5
4
  handler: () => void;
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  interface INmorphProps {
3
3
  totalElementsQuantity: number;
4
4
  modelValue?: number;
@@ -8,23 +8,9 @@ interface INmorphProps {
8
8
  maxVisiblePages?: number;
9
9
  fastForwardStep?: number;
10
10
  }
11
- declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
- modelValue: number;
13
- elementsQuantityOnPage: number;
14
- disabled: boolean;
15
- hideOnSinglePage: boolean;
16
- maxVisiblePages: number;
17
- fastForwardStep: number;
18
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
- "update:model-value": (currentPage: number) => void;
20
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
21
- modelValue: number;
22
- elementsQuantityOnPage: number;
23
- disabled: boolean;
24
- hideOnSinglePage: boolean;
25
- maxVisiblePages: number;
26
- fastForwardStep: number;
27
- }>>> & Readonly<{
11
+ declare const _default: DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
+ "update:model-value": (currentPage: number) => any;
13
+ }, string, PublicProps, Readonly<INmorphProps> & Readonly<{
28
14
  "onUpdate:model-value"?: (currentPage: number) => any;
29
15
  }>, {
30
16
  disabled: boolean;
@@ -33,22 +19,5 @@ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VL
33
19
  hideOnSinglePage: boolean;
34
20
  maxVisiblePages: number;
35
21
  fastForwardStep: number;
36
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
37
23
  export default _default;
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToRuntimeProps<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
@@ -1,6 +1,5 @@
1
1
  import { NmorphProgressColorType, NmorphProgressType } from '../..';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
-
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  interface INmorphProps {
5
4
  type?: NmorphProgressType;
6
5
  color?: NmorphProgressColorType;
@@ -10,54 +9,19 @@ interface INmorphProps {
10
9
  indeterminate?: boolean;
11
10
  circleSize?: number;
12
11
  }
13
- declare function __VLS_template(): {
14
- "inner-text"?(_: {}): any;
15
- "right-side"?(_: {}): any;
16
- "circle-inner-part"?(_: {}): any;
17
- };
18
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
19
- height: string;
20
- type: string;
21
- color: string;
22
- valueInside: boolean;
23
- valueRightSide: boolean;
24
- indeterminate: boolean;
25
- circleSize: number;
26
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
27
- height: string;
28
- type: string;
29
- color: string;
30
- valueInside: boolean;
31
- valueRightSide: boolean;
32
- indeterminate: boolean;
33
- circleSize: number;
34
- }>>> & Readonly<{}>, {
35
- color: NmorphProgressColorType;
12
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphProps> & Readonly<{}>, {
36
13
  type: NmorphProgressType;
14
+ color: NmorphProgressColorType;
37
15
  valueInside: boolean;
38
16
  valueRightSide: boolean;
39
17
  indeterminate: boolean;
40
18
  circleSize: number;
41
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
20
+ "inner-text"?(_: {}): any;
21
+ "right-side"?(_: {}): any;
22
+ "circle-inner-part"?(_: {}): any;
23
+ }>;
43
24
  export default _default;
44
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
- type __VLS_TypePropsToRuntimeProps<T> = {
46
- [K in keyof T]-?: {} extends Pick<T, K> ? {
47
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
48
- } : {
49
- type: PropType<T[K]>;
50
- required: true;
51
- };
52
- };
53
- type __VLS_WithDefaults<P, D> = {
54
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
- default: D[K];
56
- }> : P[K];
57
- };
58
- type __VLS_Prettify<T> = {
59
- [K in keyof T]: T[K];
60
- } & {};
61
25
  type __VLS_WithTemplateSlots<T, S> = T & {
62
26
  new (): {
63
27
  $slots: S;
@@ -1,45 +1,18 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  interface INmorphProps {
3
3
  animated?: boolean;
4
4
  loading?: boolean;
5
5
  rows?: number;
6
6
  }
7
- declare function __VLS_template(): {
8
- template?(_: {}): any;
9
- default?(_: {}): any;
10
- };
11
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
- animated: boolean;
13
- loading: boolean;
14
- rows: number;
15
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
- animated: boolean;
17
- loading: boolean;
18
- rows: number;
19
- }>>> & Readonly<{}>, {
7
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphProps> & Readonly<{}>, {
20
8
  loading: boolean;
21
9
  animated: boolean;
22
10
  rows: number;
23
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
12
+ template?(_: {}): any;
13
+ default?(_: {}): any;
14
+ }>;
25
15
  export default _default;
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: PropType<T[K]>;
32
- required: true;
33
- };
34
- };
35
- type __VLS_WithDefaults<P, D> = {
36
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
- default: D[K];
38
- }> : P[K];
39
- };
40
- type __VLS_Prettify<T> = {
41
- [K in keyof T]: T[K];
42
- } & {};
43
16
  type __VLS_WithTemplateSlots<T, S> = T & {
44
17
  new (): {
45
18
  $slots: S;
@@ -1,44 +1,16 @@
1
1
  import { NmorphSkeletonItemPropsType } from '../../..';
2
2
  import { NmorphElementDesignType } from '../../../../types';
3
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
-
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
5
4
  interface INmorphProps {
6
5
  variant: keyof typeof NmorphSkeletonItemPropsType;
7
6
  width: string;
8
7
  height: string;
9
8
  design?: NmorphElementDesignType;
10
9
  }
11
- declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
- variant: string;
13
- width: string;
14
- height: string;
15
- design: string;
16
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
17
- variant: string;
18
- width: string;
10
+ declare const _default: DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphProps> & Readonly<{}>, {
19
11
  height: string;
20
- design: string;
21
- }>>> & Readonly<{}>, {
22
12
  width: string;
23
- height: string;
24
13
  design: NmorphElementDesignType;
25
- variant: keyof typeof NmorphSkeletonItemPropsType;
26
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
14
+ variant: "circle" | "image" | "rect";
15
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
27
16
  export default _default;
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: PropType<T[K]>;
34
- required: true;
35
- };
36
- };
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
@@ -1,6 +1,5 @@
1
1
  import { NmorphTableDataType, NmorphTableSortType } from '../..';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
-
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  interface INmorphProps {
5
4
  data?: NmorphTableDataType;
6
5
  rowHover?: boolean;
@@ -8,47 +7,16 @@ interface INmorphProps {
8
7
  sort?: NmorphTableSortType;
9
8
  design?: 'nmorph' | 'common';
10
9
  }
11
- declare function __VLS_template(): {
12
- default?(_: {}): any;
13
- };
14
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
- data: () => any[];
16
- bordered: boolean;
17
- sort: any;
18
- design: string;
19
- rowHover: boolean;
20
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
21
- data: () => any[];
22
- bordered: boolean;
23
- sort: any;
24
- design: string;
25
- rowHover: boolean;
26
- }>>> & Readonly<{}>, {
27
- data: NmorphTableDataType;
10
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphProps> & Readonly<{}>, {
28
11
  sort: NmorphTableSortType;
12
+ data: NmorphTableDataType;
29
13
  bordered: boolean;
30
14
  design: "nmorph" | "common";
31
15
  rowHover: boolean;
32
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
33
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
17
+ default?(_: {}): any;
18
+ }>;
34
19
  export default _default;
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToRuntimeProps<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: PropType<T[K]>;
41
- required: true;
42
- };
43
- };
44
- type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
- default: D[K];
47
- }> : P[K];
48
- };
49
- type __VLS_Prettify<T> = {
50
- [K in keyof T]: T[K];
51
- } & {};
52
20
  type __VLS_WithTemplateSlots<T, S> = T & {
53
21
  new (): {
54
22
  $slots: S;