@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, NmorphComponentDirection } from '../../../../types';
2
2
  import { INmorphRadioOption, NmorphRadioStyleType } from '../../..';
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 INmorphCommonInputProps {
6
6
  modelValue: string;
@@ -11,14 +11,14 @@ interface INmorphProps extends INmorphCommonInputProps {
11
11
  declare function __VLS_template(): {
12
12
  default?(_: {}): any;
13
13
  };
14
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
15
  modelValue: string;
16
16
  styleType: string;
17
17
  options: () => any[];
18
18
  direction: string;
19
19
  label: string;
20
20
  disabled: boolean;
21
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
22
22
  "update:model-value": (val: string) => void;
23
23
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
24
24
  modelValue: string;
@@ -27,15 +27,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
27
27
  direction: string;
28
28
  label: string;
29
29
  disabled: boolean;
30
- }>>> & {
30
+ }>>> & Readonly<{
31
31
  "onUpdate:model-value"?: (val: string) => any;
32
- }, {
32
+ }>, {
33
33
  disabled: boolean;
34
34
  styleType: keyof typeof NmorphRadioStyleType;
35
35
  modelValue: string;
36
36
  options: INmorphRadioOption[];
37
37
  direction: keyof typeof NmorphComponentDirection;
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,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
  right?: number;
4
4
  bottom?: number;
@@ -7,23 +7,23 @@ interface INmorphProps {
7
7
  declare function __VLS_template(): {
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  right: number;
12
12
  bottom: number;
13
13
  visibilityHeight: number;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
15
  click: () => void;
16
16
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
17
17
  right: number;
18
18
  bottom: number;
19
19
  visibilityHeight: number;
20
- }>>> & {
20
+ }>>> & Readonly<{
21
21
  onClick?: () => any;
22
- }, {
22
+ }>, {
23
23
  bottom: number;
24
24
  right: number;
25
25
  visibilityHeight: number;
26
- }, {}>;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
28
  export default _default;
29
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,17 +1,17 @@
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
  separator?: 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>, {
8
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
9
9
  separator: string;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  separator: string;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  separator: string;
14
- }, {}>;
14
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,21 +1,22 @@
1
1
  import { INmorphBreadcrumbItemProps } from '../../../..';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ import { RouteLocationRaw } from 'vue-router';
3
4
 
4
5
  interface INmorphProps extends INmorphBreadcrumbItemProps {
5
6
  }
6
7
  declare function __VLS_template(): {
7
8
  default?(_: {}): any;
8
9
  };
9
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
11
  to: string;
11
12
  replace: boolean;
12
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
14
  to: string;
14
15
  replace: boolean;
15
- }>>>, {
16
+ }>>> & Readonly<{}>, {
16
17
  replace: boolean;
17
- to: string;
18
- }, {}>;
18
+ to: string | RouteLocationRaw;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
21
  export default _default;
21
22
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { NmorphDomElementType } 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
  open: boolean;
@@ -12,26 +12,26 @@ 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
  width: number;
17
17
  xOffset: number;
18
18
  yOffset: number;
19
19
  fillWidth: boolean;
20
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
21
  "on-outside-click": () => void;
22
22
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
23
23
  width: number;
24
24
  xOffset: number;
25
25
  yOffset: number;
26
26
  fillWidth: boolean;
27
- }>>> & {
27
+ }>>> & Readonly<{
28
28
  "onOn-outside-click"?: () => any;
29
- }, {
29
+ }>, {
30
30
  width: number;
31
31
  yOffset: number;
32
32
  xOffset: number;
33
33
  fillWidth: boolean;
34
- }, {}>;
34
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
35
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
36
36
  export default _default;
37
37
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { NmorphTableModelType } 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
  modelValue?: NmorphTableModelType;
@@ -8,22 +8,22 @@ 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
  modelValue: number;
13
13
  stretch: boolean;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
15
  "update:model-value": (value: NmorphTableModelType) => void;
16
16
  "tab-change": (value: NmorphTableModelType) => void;
17
17
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
18
18
  modelValue: number;
19
19
  stretch: boolean;
20
- }>>> & {
20
+ }>>> & Readonly<{
21
21
  "onUpdate:model-value"?: (value: NmorphTableModelType) => any;
22
22
  "onTab-change"?: (value: NmorphTableModelType) => any;
23
- }, {
23
+ }>, {
24
24
  modelValue: NmorphTableModelType;
25
25
  stretch: boolean;
26
- }, {}>;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
28
  export default _default;
29
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { INmorphTabPaneProps } 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 extends INmorphTabPaneProps {
5
5
  }
@@ -7,16 +7,16 @@ declare function __VLS_template(): {
7
7
  label?(_: {}): any;
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  label: string;
12
12
  disabled: boolean;
13
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
13
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
14
  label: string;
15
15
  disabled: boolean;
16
- }>>>, {
16
+ }>>> & Readonly<{}>, {
17
17
  label: string;
18
18
  disabled: boolean;
19
- }, {}>;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
20
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
21
  export default _default;
22
22
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,16 +1,16 @@
1
1
  import { NmorphDirectionType } 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
  direction?: NmorphDirectionType;
6
6
  }
7
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
7
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
8
8
  direction: string;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
9
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
10
  direction: string;
11
- }>>>, {
11
+ }>>> & Readonly<{}>, {
12
12
  direction: NmorphDirectionType;
13
- }, {}>;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
16
  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
  show: boolean;
4
4
  outsideClickEmitEvent?: boolean;
@@ -7,20 +7,20 @@ interface INmorphProps {
7
7
  declare function __VLS_template(): {
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  outsideClickEmitEvent: boolean;
12
12
  transparent: boolean;
13
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
14
  "on-outside-click": () => void;
15
15
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
16
  outsideClickEmitEvent: boolean;
17
17
  transparent: boolean;
18
- }>>> & {
18
+ }>>> & Readonly<{
19
19
  "onOn-outside-click"?: () => any;
20
- }, {
20
+ }>, {
21
21
  transparent: boolean;
22
22
  outsideClickEmitEvent: boolean;
23
- }, {}>;
23
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
25
  export default _default;
26
26
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { INmorphNotification, NmorphNotificationPlacement } 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
  notifications: INmorphNotification[];
@@ -7,19 +7,19 @@ interface INmorphProps {
7
7
  zIndex?: number;
8
8
  quantity?: 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
  placement: string;
12
12
  zIndex: number;
13
13
  quantity: number;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
15
  placement: string;
16
16
  zIndex: number;
17
17
  quantity: number;
18
- }>>>, {
18
+ }>>> & Readonly<{}>, {
19
19
  placement: keyof typeof NmorphNotificationPlacement;
20
20
  zIndex: number;
21
21
  quantity: number;
22
- }, {}>;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
23
23
  export default _default;
24
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
25
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -47,8 +47,8 @@ export interface INmorphCheckboxGroupValidationRule extends INmorphRule {
47
47
  compareValue: string[];
48
48
  }
49
49
  export declare const useFieldValidation: (data: INmorphUseValidationPayload) => {
50
- touched: Ref<boolean>;
50
+ touched: Ref<boolean, boolean>;
51
51
  valid: ComputedRef<boolean>;
52
- errors: Ref<string[]>;
52
+ errors: Ref<string[], string[]>;
53
53
  validate: () => any;
54
54
  };
@@ -3,9 +3,9 @@ import { Ref, ComputedRef } from 'vue';
3
3
 
4
4
  export declare const useFormValidation: (formData: NmorphFormValueType, validateFormOnLoad?: boolean) => {
5
5
  fields: Record<string, {
6
- touched: Ref<boolean>;
6
+ touched: Ref<boolean, boolean>;
7
7
  valid: ComputedRef<boolean>;
8
- errors: Ref<string[]>;
8
+ errors: Ref<string[], string[]>;
9
9
  validate: () => any;
10
10
  }>;
11
11
  };
@@ -2,7 +2,7 @@ import { INmorphNotification } from '../components/providers';
2
2
  import { Ref } from 'vue';
3
3
 
4
4
  export declare const useNmorphNotification: () => {
5
- notifications: Ref<any[]>;
5
+ notifications: Ref<any[], any[]>;
6
6
  notify: (options: INmorphNotification) => void;
7
7
  removeNotification: (id: number) => void;
8
8
  };
@@ -1,4 +1,4 @@
1
- import { NmorphDomElementType, NmorphPlacementType } from '../types';
1
+ import { INmorphCoords, NmorphDomElementType, NmorphPlacementType } from '../types';
2
2
  import { Ref } from 'vue';
3
3
 
4
4
  interface INmorphUsePlacementPayload {
@@ -9,10 +9,13 @@ interface INmorphUsePlacementPayload {
9
9
  xOffset?: number;
10
10
  }
11
11
  export declare const usePlacement: (data: INmorphUsePlacementPayload) => {
12
- placement: Ref<"bottom" | "top" | "left" | "right">;
12
+ placement: Ref<"bottom" | "top" | "left" | "right", "bottom" | "top" | "left" | "right">;
13
13
  placementCoords: Ref<{
14
14
  x: string;
15
15
  y: string;
16
+ }, INmorphCoords<string> | {
17
+ x: string;
18
+ y: string;
16
19
  }>;
17
20
  };
18
21
  export {};
@@ -3,5 +3,11 @@ export declare const useNmorphBrowser: () => {
3
3
  dimensions: Ref<{
4
4
  width: number;
5
5
  height: number;
6
+ }, {
7
+ width: number;
8
+ height: number;
9
+ } | {
10
+ width: number;
11
+ height: number;
6
12
  }>;
7
13
  };