@nmorph/nmorph-ui-kit 1.0.107 → 1.1.1

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 (117) hide show
  1. package/dist/index.es.js +2188 -2044
  2. package/dist/index.umd.js +141 -85
  3. package/package.json +1 -1
  4. package/dist/index.d.ts +0 -2
  5. package/dist/src/components/basic/index.d.ts +0 -9
  6. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +0 -39
  7. package/dist/src/components/basic/nmorph-button/types.d.ts +0 -15
  8. package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +0 -22
  9. package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +0 -259
  10. package/dist/src/components/basic/nmorph-icon/types.d.ts +0 -5
  11. package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +0 -29
  12. package/dist/src/components/basic/nmorph-link/types.d.ts +0 -6
  13. package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +0 -49
  14. package/dist/src/components/basic/nmorph-scroll/types.d.ts +0 -14
  15. package/dist/src/components/data/index.d.ts +0 -28
  16. package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +0 -21
  17. package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +0 -31
  18. package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +0 -42
  19. package/dist/src/components/data/nmorph-calendar/hooks/index.d.ts +0 -2
  20. package/dist/src/components/data/nmorph-calendar/hooks/use-calendar-texts.d.ts +0 -4
  21. package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +0 -25
  22. package/dist/src/components/data/nmorph-calendar/types.d.ts +0 -12
  23. package/dist/src/components/data/nmorph-calendar/utils.d.ts +0 -10
  24. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +0 -20
  25. package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +0 -19
  26. package/dist/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +0 -13
  27. package/dist/src/components/data/nmorph-carousel/types.d.ts +0 -5
  28. package/dist/src/components/data/nmorph-collapse/NmorphCollapse.vue.d.ts +0 -21
  29. package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +0 -32
  30. package/dist/src/components/data/nmorph-collapse/types.d.ts +0 -9
  31. package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +0 -30
  32. package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +0 -23
  33. package/dist/src/components/data/nmorph-image-preview/types.d.ts +0 -5
  34. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +0 -23
  35. package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +0 -29
  36. package/dist/src/components/data/nmorph-progress/types.d.ts +0 -6
  37. package/dist/src/components/data/nmorph-skeleton/NmorphSkeleton.vue.d.ts +0 -20
  38. package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +0 -16
  39. package/dist/src/components/data/nmorph-skeleton/types.d.ts +0 -5
  40. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +0 -24
  41. package/dist/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +0 -13
  42. package/dist/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +0 -23
  43. package/dist/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.d.ts +0 -11
  44. package/dist/src/components/data/nmorph-table/types.d.ts +0 -21
  45. package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +0 -13
  46. package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +0 -15
  47. package/dist/src/components/data/nmorph-tag-list/types.d.ts +0 -8
  48. package/dist/src/components/feedback/index.d.ts +0 -4
  49. package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +0 -30
  50. package/dist/src/components/feedback/nmorph-alert/types.d.ts +0 -18
  51. package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +0 -38
  52. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +0 -25
  53. package/dist/src/components/form/index.d.ts +0 -19
  54. package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +0 -36
  55. package/dist/src/components/form/nmorph-autocomplete/types.d.ts +0 -5
  56. package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +0 -24
  57. package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +0 -26
  58. package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +0 -24
  59. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.d.ts +0 -7
  60. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +0 -17
  61. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +0 -21
  62. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +0 -17
  63. package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +0 -34
  64. package/dist/src/components/form/nmorph-file-upload/types.d.ts +0 -61
  65. package/dist/src/components/form/nmorph-form/NmorphForm.vue.d.ts +0 -20
  66. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +0 -23
  67. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/index.d.ts +0 -3
  68. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +0 -13
  69. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +0 -9
  70. package/dist/src/components/form/nmorph-form/types.d.ts +0 -7
  71. package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +0 -25
  72. package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +0 -26
  73. package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +0 -28
  74. package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +0 -39
  75. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +0 -19
  76. package/dist/src/components/form/nmorph-select/types.d.ts +0 -9
  77. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +0 -22
  78. package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +0 -33
  79. package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +0 -36
  80. package/dist/src/components/index.d.ts +0 -7
  81. package/dist/src/components/navigation/index.d.ts +0 -9
  82. package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +0 -26
  83. package/dist/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.d.ts +0 -15
  84. package/dist/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +0 -17
  85. package/dist/src/components/navigation/nmorph-breadcrumb/types.d.ts +0 -14
  86. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +0 -28
  87. package/dist/src/components/navigation/nmorph-tabs/NmorphTabs.vue.d.ts +0 -26
  88. package/dist/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +0 -22
  89. package/dist/src/components/navigation/nmorph-tabs/type.d.ts +0 -12
  90. package/dist/src/components/navigation/nmorph-tabs/utils.d.ts +0 -3
  91. package/dist/src/components/others/index.d.ts +0 -3
  92. package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +0 -9
  93. package/dist/src/components/others/nmorph-divider/types.d.ts +0 -1
  94. package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +0 -20
  95. package/dist/src/components/providers/index.d.ts +0 -3
  96. package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +0 -14
  97. package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +0 -14
  98. package/dist/src/hooks/index.d.ts +0 -7
  99. package/dist/src/hooks/use-common-styles.d.ts +0 -1
  100. package/dist/src/hooks/use-field-validation.d.ts +0 -53
  101. package/dist/src/hooks/use-form-validation.d.ts +0 -13
  102. package/dist/src/hooks/use-nmorph-translation.d.ts +0 -7
  103. package/dist/src/hooks/use-placement.d.ts +0 -20
  104. package/dist/src/hooks/use-style-class-mixins.d.ts +0 -1
  105. package/dist/src/main.d.ts +0 -9
  106. package/dist/src/outside-hooks/index.d.ts +0 -4
  107. package/dist/src/outside-hooks/use-nmorph-browser.d.ts +0 -14
  108. package/dist/src/outside-hooks/use-nmorph-notification.d.ts +0 -7
  109. package/dist/src/outside-hooks/use-nmorph-theme.d.ts +0 -2
  110. package/dist/src/outside-hooks/use-nmorph.d.ts +0 -2
  111. package/dist/src/outside-utils/index.d.ts +0 -3
  112. package/dist/src/types/index.d.ts +0 -180
  113. package/dist/src/utils/case-transformers.d.ts +0 -5
  114. package/dist/src/utils/common.d.ts +0 -3
  115. package/dist/src/utils/create-modifiers.d.ts +0 -4
  116. package/dist/src/utils/index.d.ts +0 -4
  117. package/dist/src/utils/theme-style.d.ts +0 -15

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.