@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,48 +1,44 @@
1
1
  import { NmorphProgressColorType, NmorphProgressType } 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
  type?: NmorphProgressType;
6
6
  color?: NmorphProgressColorType;
7
7
  percentage: number;
8
- textInside?: boolean;
9
- showText?: boolean;
8
+ valueInside?: boolean;
9
+ valueRightSide?: boolean;
10
10
  indeterminate?: boolean;
11
11
  circleSize?: number;
12
- strokeWidth?: number;
13
12
  }
14
13
  declare function __VLS_template(): {
15
14
  "inner-text"?(_: {}): any;
16
- "right-sight"?(_: {}): any;
15
+ "right-side"?(_: {}): any;
17
16
  "circle-inner-part"?(_: {}): any;
18
17
  };
19
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
18
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
20
19
  height: string;
21
20
  type: string;
22
21
  color: string;
23
- textInside: boolean;
24
- showText: boolean;
22
+ valueInside: boolean;
23
+ valueRightSide: boolean;
25
24
  indeterminate: boolean;
26
25
  circleSize: number;
27
- strokeWidth: number;
28
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
26
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
29
27
  height: string;
30
28
  type: string;
31
29
  color: string;
32
- textInside: boolean;
33
- showText: boolean;
30
+ valueInside: boolean;
31
+ valueRightSide: boolean;
34
32
  indeterminate: boolean;
35
33
  circleSize: number;
36
- strokeWidth: number;
37
- }>>>, {
34
+ }>>> & Readonly<{}>, {
38
35
  color: NmorphProgressColorType;
39
36
  type: NmorphProgressType;
40
- textInside: boolean;
41
- showText: boolean;
37
+ valueInside: boolean;
38
+ valueRightSide: boolean;
42
39
  indeterminate: boolean;
43
40
  circleSize: number;
44
- strokeWidth: number;
45
- }, {}>;
41
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
46
42
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
47
43
  export default _default;
48
44
  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
  animated?: boolean;
4
4
  loading?: boolean;
@@ -8,19 +8,19 @@ declare function __VLS_template(): {
8
8
  template?(_: {}): any;
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
  animated: boolean;
13
13
  loading: boolean;
14
14
  rows: number;
15
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
16
  animated: boolean;
17
17
  loading: boolean;
18
18
  rows: number;
19
- }>>>, {
19
+ }>>> & Readonly<{}>, {
20
20
  loading: boolean;
21
21
  animated: boolean;
22
22
  rows: number;
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,6 +1,6 @@
1
1
  import { NmorphSkeletonItemPropsType } from '../../..';
2
2
  import { NmorphElementDesignType } 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
  variant: keyof typeof NmorphSkeletonItemPropsType;
@@ -8,22 +8,22 @@ interface INmorphProps {
8
8
  height: string;
9
9
  design?: NmorphElementDesignType;
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
  variant: string;
13
13
  width: string;
14
14
  height: string;
15
15
  design: string;
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
  variant: string;
18
18
  width: string;
19
19
  height: string;
20
20
  design: string;
21
- }>>>, {
21
+ }>>> & Readonly<{}>, {
22
22
  width: string;
23
23
  height: string;
24
24
  variant: keyof typeof NmorphSkeletonItemPropsType;
25
25
  design: NmorphElementDesignType;
26
- }, {}>;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
27
27
  export default _default;
28
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
29
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,5 +1,5 @@
1
1
  import { NmorphTableDataType, NmorphTableSortType } 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
  data?: NmorphTableDataType;
@@ -11,7 +11,7 @@ interface INmorphProps {
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
  /**
16
16
  * @description table data
17
17
  */
@@ -20,7 +20,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
20
20
  sort: any;
21
21
  style: string;
22
22
  rowHover: boolean;
23
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
23
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
24
24
  /**
25
25
  * @description table data
26
26
  */
@@ -29,13 +29,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
29
29
  sort: any;
30
30
  style: string;
31
31
  rowHover: boolean;
32
- }>>>, {
32
+ }>>> & Readonly<{}>, {
33
33
  sort: NmorphTableSortType;
34
34
  data: NmorphTableDataType;
35
35
  style: "nmorph" | "common";
36
36
  bordered: boolean;
37
37
  rowHover: 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,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
  row: number;
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 { INmorphTableColumnProps, NmorphTableColumnData, NmorphDataTableElRecordType, NmorphCellAlignmentType } 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 INmorphTableColumnProps {
5
5
  }
@@ -12,19 +12,19 @@ declare function __VLS_template(): {
12
12
  };
13
13
  }): 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
  label: string;
17
17
  width: string;
18
18
  alignment: string;
19
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
19
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
20
20
  label: string;
21
21
  width: string;
22
22
  alignment: string;
23
- }>>>, {
23
+ }>>> & Readonly<{}>, {
24
24
  width: string;
25
25
  label: string;
26
26
  alignment: NmorphCellAlignmentType;
27
- }, {}>;
27
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
28
28
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
29
  export default _default;
30
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,14 +1,14 @@
1
1
  import { NmorphSortOrderType } 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
  value: NmorphSortOrderType;
6
6
  }
7
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
8
  sort: (val: NmorphSortOrderType) => void;
9
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & {
9
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & Readonly<{
10
10
  onSort?: (val: NmorphSortOrderType) => any;
11
- }, {}, {}>;
11
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
12
  export default _default;
13
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
14
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,16 +1,16 @@
1
- import { INmorphTagItemProps } from '../nmorph-tag-item/types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { INmorphTagItemProps } from './types';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
3
 
4
4
  interface INmorphProps {
5
5
  modelValue: INmorphTagItemProps[];
6
6
  }
7
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
8
  close: (val: string) => void;
9
9
  "update:model-value": (val: INmorphTagItemProps[]) => void;
10
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & {
10
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {}>>> & Readonly<{
11
11
  onClose?: (val: string) => any;
12
12
  "onUpdate:model-value"?: (val: INmorphTagItemProps[]) => any;
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,26 +1,26 @@
1
- import { NmorphComponentHeight, NmorphElementDesignType } from '../../../types';
2
- import { INmorphTagItemProps } from './types';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { NmorphComponentHeight, NmorphElementDesignType } from '../../../../../types';
2
+ import { INmorphTagItemProps } from './../../types';
3
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
4
4
 
5
5
  interface INmorphProps extends INmorphTagItemProps {
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
  height: string;
9
9
  removable: boolean;
10
10
  design: string;
11
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
12
  close: (val: string) => void;
13
13
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
14
  height: string;
15
15
  removable: boolean;
16
16
  design: string;
17
- }>>> & {
17
+ }>>> & Readonly<{
18
18
  onClose?: (val: string) => any;
19
- }, {
19
+ }>, {
20
20
  height: keyof typeof NmorphComponentHeight;
21
21
  design: NmorphElementDesignType;
22
22
  removable: boolean;
23
- }, {}>;
23
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
26
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,5 +1,5 @@
1
1
  import { NmorphAlertType, INmorphAlertProps } 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 INmorphAlertProps {
5
5
  }
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
8
8
  title?(_: {}): any;
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
  type: string;
13
13
  closable: boolean;
14
14
  title: string;
@@ -17,7 +17,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
17
17
  showIcon: boolean;
18
18
  bordered: boolean;
19
19
  html: string;
20
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
21
  close: () => void;
22
22
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
23
23
  type: string;
@@ -28,9 +28,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
28
28
  showIcon: boolean;
29
29
  bordered: boolean;
30
30
  html: string;
31
- }>>> & {
31
+ }>>> & Readonly<{
32
32
  onClose?: () => any;
33
- }, {
33
+ }>, {
34
34
  fill: boolean;
35
35
  type: keyof typeof NmorphAlertType;
36
36
  html: string;
@@ -39,7 +39,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
39
39
  content: string;
40
40
  showIcon: boolean;
41
41
  bordered: 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,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
  modelValue?: boolean;
4
4
  title?: string;
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
13
13
  header?(_: {}): any;
14
14
  default?(_: {}): 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
  modelValue: boolean;
18
18
  title: string;
19
19
  width: string;
@@ -22,7 +22,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
22
22
  closeOnClickModal: boolean;
23
23
  showClose: boolean;
24
24
  zIndex: number;
25
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
25
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
26
  "on-close": () => void;
27
27
  "update:model-value": (value: boolean) => void;
28
28
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -34,10 +34,10 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
34
34
  closeOnClickModal: boolean;
35
35
  showClose: boolean;
36
36
  zIndex: number;
37
- }>>> & {
37
+ }>>> & Readonly<{
38
38
  "onUpdate:model-value"?: (value: boolean) => any;
39
39
  "onOn-close"?: () => any;
40
- }, {
40
+ }>, {
41
41
  width: string;
42
42
  title: string;
43
43
  zIndex: number;
@@ -46,7 +46,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
46
46
  closeDelay: number;
47
47
  closeOnClickModal: boolean;
48
48
  showClose: boolean;
49
- }, {}>;
49
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
50
50
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
51
51
  export default _default;
52
52
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import { INmorphCoords, NmorphPlacementType } 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
  text?: string;
@@ -11,22 +11,22 @@ declare function __VLS_template(): {
11
11
  default?(_: {}): any;
12
12
  content?(_: {}): 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
  text: string;
16
16
  position: string;
17
17
  forceShow: boolean;
18
18
  forceCoordinate: any;
19
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
19
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
20
20
  text: string;
21
21
  position: string;
22
22
  forceShow: boolean;
23
23
  forceCoordinate: any;
24
- }>>>, {
24
+ }>>> & Readonly<{}>, {
25
25
  position: NmorphPlacementType;
26
26
  text: string;
27
27
  forceShow: boolean;
28
- forceCoordinate: any;
29
- }, {}>;
28
+ forceCoordinate: Partial<INmorphCoords<string>> | null;
29
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
30
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
31
  export default _default;
32
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,32 +1,32 @@
1
- import { Ref, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { Ref, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  import { INmorphCheckboxOption, NmorphCheckboxDesignType } from '../../..';
3
3
 
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  label?(_: {}): any;
7
7
  };
8
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphCheckboxOption>, {
8
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphCheckboxOption>, {
9
9
  disabled: boolean;
10
10
  modelValue: boolean;
11
11
  label: string;
12
12
  design: string;
13
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
- inputDOMRef: (val: Ref<HTMLElement>) => void;
13
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ inputDOMRef: (val: Ref<HTMLElement, HTMLElement>) => void;
15
15
  "update:model-value": (val: boolean) => void;
16
16
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphCheckboxOption>, {
17
17
  disabled: boolean;
18
18
  modelValue: boolean;
19
19
  label: string;
20
20
  design: string;
21
- }>>> & {
21
+ }>>> & Readonly<{
22
22
  "onUpdate:model-value"?: (val: boolean) => any;
23
- onInputDOMRef?: (val: Ref<HTMLElement>) => any;
24
- }, {
23
+ onInputDOMRef?: (val: Ref<HTMLElement, HTMLElement>) => any;
24
+ }>, {
25
25
  label: string;
26
26
  disabled: boolean;
27
27
  modelValue: boolean;
28
28
  design: NmorphCheckboxDesignType;
29
- }, {}>;
29
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
30
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
31
  export default _default;
32
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { NmorphCheckboxDesignType, INmorphCheckboxOption } from '../../..';
2
2
  import { INmorphCommonInputProps, NmorphComponentDirection } 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 INmorphCommonInputProps {
6
6
  modelValue: string[];
@@ -11,26 +11,26 @@ 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: () => any[];
16
16
  options: () => any[];
17
17
  design: string;
18
18
  direction: string;
19
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
20
  "update:model-value": (val: string[]) => void;
21
21
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
22
22
  modelValue: () => any[];
23
23
  options: () => any[];
24
24
  design: string;
25
25
  direction: string;
26
- }>>> & {
26
+ }>>> & Readonly<{
27
27
  "onUpdate:model-value"?: (val: string[]) => any;
28
- }, {
28
+ }>, {
29
29
  modelValue: string[];
30
30
  design: NmorphCheckboxDesignType;
31
31
  options: INmorphCheckboxOption[];
32
32
  direction: keyof typeof NmorphComponentDirection;
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 { INmorphCommonInputProps, NmorphComponentHeight } from '../../../types';
2
2
  import { NmorphAutocompleteActionCallbackType, INmorphAutocompleteListItem } 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;
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
15
15
  scope: INmorphAutocompleteListItem;
16
16
  }): 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
  modelValue: string;
20
20
  placeholder: string;
21
21
  fill: boolean;
@@ -24,7 +24,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
24
24
  clearable: boolean;
25
25
  list: () => any[];
26
26
  actionCallback: any;
27
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
28
28
  "update:model-value": (value: string) => void;
29
29
  select: (value: unknown) => void;
30
30
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -36,10 +36,10 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
36
36
  clearable: boolean;
37
37
  list: () => any[];
38
38
  actionCallback: any;
39
- }>>> & {
39
+ }>>> & Readonly<{
40
40
  onSelect?: (value: unknown) => any;
41
41
  "onUpdate:model-value"?: (value: string) => any;
42
- }, {
42
+ }>, {
43
43
  list: INmorphAutocompleteListItem[];
44
44
  fill: boolean;
45
45
  height: keyof NmorphComponentHeight;
@@ -48,7 +48,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
48
48
  placeholder: string;
49
49
  clearable: boolean;
50
50
  actionCallback: NmorphAutocompleteActionCallbackType;
51
- }, {}>;
51
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
52
52
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { INmorphCommonInputProps, NmorphComponentHeight } from '../../../types';
2
2
  import { NmorphSelectionDateType, NmorphSelectedDateModelType } 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 Omit<INmorphCommonInputProps, 'fill'> {
6
6
  placeholder?: string;
@@ -12,7 +12,7 @@ interface INmorphProps extends Omit<INmorphCommonInputProps, 'fill'> {
12
12
  startDatePlaceholder?: string;
13
13
  endDatePlaceholder?: string;
14
14
  }
15
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
16
  disabled: boolean;
17
17
  height: string;
18
18
  placeholder: string;
@@ -23,7 +23,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
23
23
  textSeparator: string;
24
24
  startDatePlaceholder: string;
25
25
  endDatePlaceholder: string;
26
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
27
  "update:model-value": (modelValue: NmorphSelectedDateModelType) => void;
28
28
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
29
29
  disabled: boolean;
@@ -36,9 +36,9 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
36
36
  textSeparator: string;
37
37
  startDatePlaceholder: string;
38
38
  endDatePlaceholder: string;
39
- }>>> & {
39
+ }>>> & Readonly<{
40
40
  "onUpdate:model-value"?: (modelValue: NmorphSelectedDateModelType) => any;
41
- }, {
41
+ }>, {
42
42
  height: keyof typeof NmorphComponentHeight;
43
43
  type: keyof typeof NmorphSelectionDateType;
44
44
  disabled: boolean;
@@ -49,7 +49,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
49
49
  textSeparator: string;
50
50
  startDatePlaceholder: string;
51
51
  endDatePlaceholder: string;
52
- }, {}>;
52
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
55
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,25 +1,25 @@
1
1
  import { NmorphSelectionDateType, NmorphSelectedDateModelType } 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
  initialDate?: Date;
6
6
  selectedValues: NmorphSelectedDateModelType;
7
7
  type?: keyof typeof NmorphSelectionDateType;
8
8
  }
9
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
9
+ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
10
10
  initialDate: () => Date;
11
11
  type: string;
12
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
13
  "update-selected-value": (selectedValue: Date) => void;
14
14
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
15
15
  initialDate: () => Date;
16
16
  type: string;
17
- }>>> & {
17
+ }>>> & Readonly<{
18
18
  "onUpdate-selected-value"?: (selectedValue: Date) => any;
19
- }, {
19
+ }>, {
20
20
  type: keyof typeof NmorphSelectionDateType;
21
21
  initialDate: Date;
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> = {