@nmorph/nmorph-ui-kit 0.2.92 → 0.2.96

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 (70) hide show
  1. package/dist/index.es.js +3881 -3882
  2. package/dist/index.umd.js +7 -7
  3. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +8 -8
  4. package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +5 -5
  5. package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +5 -5
  6. package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +8 -8
  7. package/dist/src/components/data/index.d.ts +1 -1
  8. package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +7 -7
  9. package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +6 -6
  10. package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +6 -6
  11. package/dist/src/components/data/nmorph-calendar/components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +4 -4
  12. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +5 -5
  13. package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +6 -6
  14. package/dist/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +2 -2
  15. package/dist/src/components/data/nmorph-collapse/NmorphCollapse.vue.d.ts +6 -6
  16. package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +6 -6
  17. package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +7 -7
  18. package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +6 -6
  19. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +6 -6
  20. package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +14 -18
  21. package/dist/src/components/data/nmorph-skeleton/NmorphSkeleton.vue.d.ts +5 -5
  22. package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +5 -5
  23. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +5 -5
  24. package/dist/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +2 -2
  25. package/dist/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +5 -5
  26. package/dist/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.d.ts +4 -4
  27. package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +5 -5
  28. package/dist/src/components/data/{nmorph-tag-item → nmorph-tag-list/components/nmorph-tag-item}/NmorphTagItem.vue.d.ts +8 -8
  29. package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +6 -6
  30. package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +6 -6
  31. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +6 -6
  32. package/dist/src/components/form/checkbox/nmorph-checkbox/NmorphCheckbox.vue.d.ts +8 -8
  33. package/dist/src/components/form/checkbox/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +6 -6
  34. package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +6 -6
  35. package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +6 -6
  36. package/dist/src/components/form/nmorph-date-picker/components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +6 -6
  37. package/dist/src/components/form/nmorph-date-picker/components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +6 -6
  38. package/dist/src/components/form/nmorph-date-picker/components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +6 -6
  39. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.d.ts +3 -3
  40. package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +8 -8
  41. package/dist/src/components/form/nmorph-form/NmorphForm.vue.d.ts +10 -10
  42. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +5 -5
  43. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +5 -5
  44. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +5 -5
  45. package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +9 -9
  46. package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +6 -6
  47. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +6 -6
  48. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +7 -7
  49. package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +8 -8
  50. package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +9 -9
  51. package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +8 -8
  52. package/dist/src/components/form/radio/nmorph-radio/NmorphRadio.vue.d.ts +8 -8
  53. package/dist/src/components/form/radio/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +6 -6
  54. package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +6 -6
  55. package/dist/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.d.ts +5 -5
  56. package/dist/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +7 -6
  57. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +6 -6
  58. package/dist/src/components/navigation/nmorph-tabs/NmorphTabs.vue.d.ts +6 -6
  59. package/dist/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +5 -5
  60. package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +5 -5
  61. package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +6 -6
  62. package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +5 -5
  63. package/dist/src/hooks/use-field-validation.d.ts +2 -2
  64. package/dist/src/hooks/use-form-validation.d.ts +2 -2
  65. package/dist/src/hooks/use-nmorph-notification.d.ts +1 -1
  66. package/dist/src/hooks/use-placement.d.ts +5 -2
  67. package/dist/src/providers/use-nmorph-browser.d.ts +6 -0
  68. package/dist/style.css +1 -1
  69. package/package.json +1 -1
  70. /package/dist/src/components/data/{nmorph-tag-item → nmorph-tag-list}/types.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  import { INmorphCommonInputProps, NmorphComponentHeight, NmorphIconList } from '../../../types';
2
2
  import { NmorphButtonStyle, NmorphButtonType, NmorphButtonShape } from '../..';
3
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
4
 
5
5
  interface INmorphProps extends INmorphCommonInputProps {
6
6
  styleType?: keyof typeof NmorphButtonStyle;
@@ -16,7 +16,7 @@ declare function __VLS_template(): {
16
16
  default?(_: {}): any;
17
17
  append?(_: {}): any;
18
18
  };
19
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
19
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
20
20
  type: string;
21
21
  fill: boolean;
22
22
  text: any;
@@ -28,9 +28,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
28
28
  ripple: boolean;
29
29
  shape: string;
30
30
  icon: any;
31
- }>, {
32
- buttonDOMElement: Ref<HTMLElement>;
33
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
31
+ }>>, {
32
+ buttonDOMElement: Ref<HTMLElement, HTMLElement>;
33
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
34
34
  click: () => void;
35
35
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
36
36
  type: string;
@@ -44,9 +44,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
44
44
  ripple: boolean;
45
45
  shape: string;
46
46
  icon: any;
47
- }>>> & {
47
+ }>>> & Readonly<{
48
48
  onClick?: () => any;
49
- }, {
49
+ }>, {
50
50
  loading: boolean;
51
51
  fill: boolean;
52
52
  height: keyof typeof NmorphComponentHeight;
@@ -58,7 +58,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
58
58
  ripple: boolean;
59
59
  shape: keyof typeof NmorphButtonShape;
60
60
  icon: keyof typeof NmorphIconList;
61
- }, {}>;
61
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
62
62
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
63
63
  export default _default;
64
64
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { NmorphIconSize } from '../..';
2
2
  import { NmorphIconList } from '../../../types';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
4
 
5
5
  interface INmorphProps {
6
6
  name?: keyof typeof NmorphIconList;
@@ -12,25 +12,25 @@ interface INmorphProps {
12
12
  declare function __VLS_template(): {
13
13
  default?(_: {}): any;
14
14
  };
15
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
16
  name: any;
17
17
  size: string;
18
18
  width: any;
19
19
  height: any;
20
20
  color: string;
21
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
21
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
22
22
  name: any;
23
23
  size: string;
24
24
  width: any;
25
25
  height: any;
26
26
  color: string;
27
- }>>>, {
27
+ }>>> & Readonly<{}>, {
28
28
  name: keyof typeof NmorphIconList;
29
29
  size: keyof typeof NmorphIconSize;
30
30
  width: string;
31
31
  height: string;
32
32
  color: string;
33
- }, {}>;
33
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
34
34
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
35
  export default _default;
36
36
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { NmorphLinkTarget } from '../..';
2
2
  import { NmorphColor, NmorphIconList } from '../../../types';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
4
 
5
5
  interface INmorphProps {
6
6
  type?: keyof typeof NmorphColor;
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
15
15
  prepend?(_: {}): any;
16
16
  default?(_: {}): any;
17
17
  };
18
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
18
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
19
19
  type: NmorphColor;
20
20
  href: string;
21
21
  underline: boolean;
@@ -23,7 +23,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
23
23
  text: string;
24
24
  target: string;
25
25
  disabled: boolean;
26
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
26
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
27
27
  type: NmorphColor;
28
28
  href: string;
29
29
  underline: boolean;
@@ -31,7 +31,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
31
31
  text: string;
32
32
  target: string;
33
33
  disabled: boolean;
34
- }>>>, {
34
+ }>>> & Readonly<{}>, {
35
35
  type: keyof typeof NmorphColor;
36
36
  text: string;
37
37
  underline: boolean;
@@ -39,7 +39,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
39
39
  iconName: keyof typeof NmorphIconList;
40
40
  target: keyof typeof NmorphLinkTarget;
41
41
  disabled: boolean;
42
- }, {}>;
42
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
43
43
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
44
44
  export default _default;
45
45
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { INmorphA11yProps } from '../../../types';
2
2
  import { NmorphCoordsType, NmorphOverflowProp, NmorphScrollBehavior } from '../..';
3
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
4
 
5
5
  interface INmorphProps extends INmorphA11yProps {
6
6
  height?: string;
@@ -19,7 +19,7 @@ interface INmorphProps extends INmorphA11yProps {
19
19
  declare function __VLS_template(): {
20
20
  default?(_: {}): any;
21
21
  };
22
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
22
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
23
23
  height: string;
24
24
  maxHeight: string;
25
25
  modelValue: () => {
@@ -35,10 +35,10 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
35
35
  xBarWidthInPx: number;
36
36
  yGapInPx: number;
37
37
  xGapInPx: number;
38
- }>, {
39
- scrollDOMContainer: Ref<HTMLElement>;
38
+ }>>, {
39
+ scrollDOMContainer: Ref<HTMLElement, HTMLElement>;
40
40
  moveTo: (coords: NmorphCoordsType) => void;
41
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
41
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
42
42
  "on-scroll": (event: Event) => void;
43
43
  "update:model-value": (coords: NmorphCoordsType) => void;
44
44
  "on-scroll-end": () => void;
@@ -58,11 +58,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
58
58
  xBarWidthInPx: number;
59
59
  yGapInPx: number;
60
60
  xGapInPx: number;
61
- }>>> & {
61
+ }>>> & Readonly<{
62
62
  "onOn-scroll"?: (event: Event) => any;
63
63
  "onUpdate:model-value"?: (coords: NmorphCoordsType) => any;
64
64
  "onOn-scroll-end"?: () => any;
65
- }, {
65
+ }>, {
66
66
  height: string;
67
67
  maxHeight: string;
68
68
  modelValue: NmorphCoordsType;
@@ -75,7 +75,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
75
75
  xBarWidthInPx: number;
76
76
  yGapInPx: number;
77
77
  xGapInPx: number;
78
- }, {}>;
78
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
79
79
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
80
80
  export default _default;
81
81
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -26,4 +26,4 @@ export * from './nmorph-table/types';
26
26
  export { default as NmorphTableCell } from './nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue';
27
27
  export { default as NmorphTableColumn } from './nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue';
28
28
  export { default as NmorphTagList } from './nmorph-tag-list/NmorphTagList.vue';
29
- export { default as NmorphTagItem } from './nmorph-tag-item/NmorphTagItem.vue';
29
+ export { default as NmorphTagItem } from './nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue';
@@ -1,5 +1,5 @@
1
1
  import { INmorphImage, AvatarShapeType } from '../../../types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface INmorphProps extends INmorphImage {
5
5
  size?: number;
@@ -7,12 +7,12 @@ interface INmorphProps extends INmorphImage {
7
7
  frameBorder?: number;
8
8
  imagePadding?: number;
9
9
  }
10
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  size: number;
12
12
  shape: string;
13
13
  frameBorder: number;
14
14
  imagePadding: number;
15
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
16
  error: (event: Event) => void;
17
17
  load: (event: Event) => void;
18
18
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -20,15 +20,15 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
20
20
  shape: string;
21
21
  frameBorder: number;
22
22
  imagePadding: number;
23
- }>>> & {
24
- onLoad?: (event: Event) => any;
23
+ }>>> & Readonly<{
25
24
  onError?: (event: Event) => any;
26
- }, {
25
+ onLoad?: (event: Event) => any;
26
+ }>, {
27
27
  size: number;
28
28
  shape: keyof typeof AvatarShapeType;
29
29
  frameBorder: number;
30
30
  imagePadding: number;
31
- }, {}>;
31
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
32
32
  export default _default;
33
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
34
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  value: number | string;
4
4
  max?: number;
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
13
13
  default?(_: {}): any;
14
14
  value?(_: {}): any;
15
15
  };
16
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
17
17
  value: string;
18
18
  max: number;
19
19
  isDot: boolean;
@@ -22,7 +22,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
22
22
  offsetX: number;
23
23
  offsetY: number;
24
24
  disabled: boolean;
25
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
25
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
26
26
  value: string;
27
27
  max: number;
28
28
  isDot: boolean;
@@ -31,16 +31,16 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
31
31
  offsetX: number;
32
32
  offsetY: number;
33
33
  disabled: boolean;
34
- }>>>, {
34
+ }>>> & Readonly<{}>, {
35
35
  color: string;
36
36
  value: number | string;
37
37
  disabled: boolean;
38
- hidden: boolean;
39
38
  max: number;
39
+ hidden: boolean;
40
40
  isDot: boolean;
41
41
  offsetX: number;
42
42
  offsetY: number;
43
- }, {}>;
43
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
44
44
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
45
45
  export default _default;
46
46
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { NmorphCalendarRangeType, NmorphDateType, NmorphSelectedDateModelType, NmorphSelectionDateType, NmorphCalendarDateType } from '../..';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface INmorphProps {
5
5
  markToday?: boolean;
@@ -23,14 +23,14 @@ declare function __VLS_template(): {
23
23
  };
24
24
  }): any;
25
25
  };
26
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
26
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
27
27
  markToday: boolean;
28
28
  initialDate: () => Date;
29
29
  modelValue: any;
30
30
  range: any;
31
31
  type: string;
32
32
  selectedValues: any;
33
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
33
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
34
34
  "update:model-value": (date: Date) => void;
35
35
  "update-initial-date": (date: Date) => void;
36
36
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -40,17 +40,17 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
40
40
  range: any;
41
41
  type: string;
42
42
  selectedValues: any;
43
- }>>> & {
43
+ }>>> & Readonly<{
44
44
  "onUpdate:model-value"?: (date: Date) => any;
45
45
  "onUpdate-initial-date"?: (date: Date) => any;
46
- }, {
46
+ }>, {
47
47
  type: keyof typeof NmorphSelectionDateType;
48
48
  modelValue: NmorphDateType;
49
49
  markToday: boolean;
50
50
  initialDate: Date;
51
51
  range: NmorphCalendarRangeType;
52
52
  selectedValues: NmorphSelectedDateModelType;
53
- }, {}>;
53
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
54
54
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
55
55
  export default _default;
56
56
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  year: number;
4
4
  month: number;
@@ -9,15 +9,15 @@ interface INmorphProps {
9
9
  declare function __VLS_template(): {
10
10
  default?(_: {}): any;
11
11
  };
12
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
13
  "click-previous-month": () => void;
14
14
  "click-today": () => void;
15
15
  "click-next-month": () => void;
16
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & {
16
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & Readonly<{
17
17
  "onClick-previous-month"?: () => any;
18
18
  "onClick-today"?: () => any;
19
19
  "onClick-next-month"?: () => any;
20
- }, {}, {}>;
20
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
21
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
22
  export default _default;
23
23
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { NmorphShadowType } from '../../../types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface INmorphProps {
5
5
  shadowType?: keyof typeof NmorphShadowType;
@@ -10,16 +10,16 @@ declare function __VLS_template(): {
10
10
  default?(_: {}): any;
11
11
  footer?(_: {}): any;
12
12
  };
13
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
14
  shadowType: string;
15
15
  combinedShadowBorderWidth: number;
16
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
17
17
  shadowType: string;
18
18
  combinedShadowBorderWidth: number;
19
- }>>>, {
19
+ }>>> & Readonly<{}>, {
20
20
  shadowType: keyof typeof NmorphShadowType;
21
21
  combinedShadowBorderWidth: number;
22
- }, {}>;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,21 +1,21 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  loop?: boolean;
4
4
  }
5
5
  declare function __VLS_template(): {
6
6
  default?(_: {}): any;
7
7
  };
8
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
8
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
9
9
  loop: boolean;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
11
  change: (value: number) => void;
12
12
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
13
  loop: boolean;
14
- }>>> & {
14
+ }>>> & Readonly<{
15
15
  onChange?: (value: number) => any;
16
- }, {
16
+ }>, {
17
17
  loop: boolean;
18
- }, {}>;
18
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
20
  export default _default;
21
21
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,11 +1,11 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  name: string;
4
4
  }
5
5
  declare function __VLS_template(): {
6
6
  default?(_: {}): any;
7
7
  };
8
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>>, {}, {}>;
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
9
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { NmorphCollapseModelType } from './types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface INmorphProps {
5
5
  modelValue: NmorphCollapseModelType;
@@ -8,17 +8,17 @@ interface INmorphProps {
8
8
  declare function __VLS_template(): {
9
9
  default?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
12
  accordion: boolean;
13
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
14
  "update:model-value": (value: NmorphCollapseModelType) => void;
15
15
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
16
  accordion: boolean;
17
- }>>> & {
17
+ }>>> & Readonly<{
18
18
  "onUpdate:model-value"?: (value: NmorphCollapseModelType) => any;
19
- }, {
19
+ }>, {
20
20
  accordion: boolean;
21
- }, {}>;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
22
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
23
  export default _default;
24
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { INmorphCollapseItemProps } from '../../../..';
2
2
  import { NmorphComponentHeight } from '../../../../../types';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
4
 
5
5
  interface INmorphProps extends INmorphCollapseItemProps {
6
6
  height?: keyof typeof NmorphComponentHeight;
@@ -10,12 +10,12 @@ declare function __VLS_template(): {
10
10
  title?(_: {}): any;
11
11
  default?(_: {}): any;
12
12
  };
13
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
14
  height: string;
15
15
  title: string;
16
16
  disabled: boolean;
17
17
  block: boolean;
18
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
18
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
19
  "click-item": (data: {
20
20
  id: string;
21
21
  isOpen: boolean;
@@ -25,17 +25,17 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
25
25
  title: string;
26
26
  disabled: boolean;
27
27
  block: boolean;
28
- }>>> & {
28
+ }>>> & Readonly<{
29
29
  "onClick-item"?: (data: {
30
30
  id: string;
31
31
  isOpen: boolean;
32
32
  }) => any;
33
- }, {
33
+ }>, {
34
34
  block: boolean;
35
35
  height: keyof typeof NmorphComponentHeight;
36
36
  title: string;
37
37
  disabled: boolean;
38
- }, {}>;
38
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
39
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
40
40
  export default _default;
41
41
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { INmorphImage, NmorphImageFit } from '../../../types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface INmorphProps extends INmorphImage {
5
5
  loadingText?: string;
@@ -10,14 +10,14 @@ declare function __VLS_template(): {
10
10
  error?(_: {}): any;
11
11
  loading?(_: {}): any;
12
12
  };
13
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
14
  fit: string;
15
15
  alt: string;
16
16
  loadingText: string;
17
17
  loadFailedText: string;
18
18
  srcSet: string;
19
19
  frameBorder: number;
20
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
21
  error: (event: Event) => void;
22
22
  load: (event: Event) => void;
23
23
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -27,17 +27,17 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
27
27
  loadFailedText: string;
28
28
  srcSet: string;
29
29
  frameBorder: number;
30
- }>>> & {
31
- onLoad?: (event: Event) => any;
30
+ }>>> & Readonly<{
32
31
  onError?: (event: Event) => any;
33
- }, {
32
+ onLoad?: (event: Event) => any;
33
+ }>, {
34
34
  frameBorder: number;
35
35
  srcSet: string;
36
36
  fit: keyof NmorphImageFit;
37
37
  alt: string;
38
38
  loadingText: string;
39
39
  loadFailedText: string;
40
- }, {}>;
40
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
41
41
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
42
42
  export default _default;
43
43
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  show?: boolean;
4
4
  alt?: string;
@@ -8,14 +8,14 @@ interface INmorphProps {
8
8
  minScaleLevel?: number;
9
9
  maxScaleLevel?: number;
10
10
  }
11
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
12
  alt: string;
13
13
  show: boolean;
14
14
  initialIndex: number;
15
15
  scaleStep: number;
16
16
  minScaleLevel: number;
17
17
  maxScaleLevel: number;
18
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
18
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
19
  "on-close": () => void;
20
20
  "on-open": () => void;
21
21
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -25,17 +25,17 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
25
25
  scaleStep: number;
26
26
  minScaleLevel: number;
27
27
  maxScaleLevel: number;
28
- }>>> & {
28
+ }>>> & Readonly<{
29
29
  "onOn-close"?: () => any;
30
30
  "onOn-open"?: () => any;
31
- }, {
31
+ }>, {
32
32
  alt: string;
33
33
  show: boolean;
34
34
  initialIndex: number;
35
35
  scaleStep: number;
36
36
  minScaleLevel: number;
37
37
  maxScaleLevel: number;
38
- }, {}>;
38
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
39
39
  export default _default;
40
40
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
41
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  total: number;
4
4
  range?: [number, number];
@@ -7,13 +7,13 @@ interface INmorphProps {
7
7
  disabled?: boolean;
8
8
  hideOnSinglePage?: boolean;
9
9
  }
10
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  range: () => number[];
12
12
  modelValue: number;
13
13
  pagerCount: number;
14
14
  disabled: boolean;
15
15
  hideOnSinglePage: boolean;
16
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
17
17
  "prev-click": (currentPage: number) => void;
18
18
  "next-click": (currentPage: number) => void;
19
19
  "update:model-value": (currentPage: number) => void;
@@ -24,18 +24,18 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
24
24
  pagerCount: number;
25
25
  disabled: boolean;
26
26
  hideOnSinglePage: boolean;
27
- }>>> & {
27
+ }>>> & Readonly<{
28
28
  "onUpdate:model-value"?: (currentPage: number) => any;
29
29
  "onPrev-click"?: (currentPage: number) => any;
30
30
  "onNext-click"?: (currentPage: number) => any;
31
31
  "onUpdate:range"?: (range: [number, number]) => any;
32
- }, {
32
+ }>, {
33
33
  disabled: boolean;
34
34
  modelValue: number;
35
35
  range: [number, number];
36
36
  pagerCount: number;
37
37
  hideOnSinglePage: boolean;
38
- }, {}>;
38
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
39
39
  export default _default;
40
40
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
41
  type __VLS_TypePropsToRuntimeProps<T> = {