@nmorph/nmorph-ui-kit 2.2.59 → 3.0.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.
- package/dist/assets/icons/expand.svg.js +13 -6
- package/dist/assets/icons/hand.svg.js +21 -0
- package/dist/assets/icons/list-simple.svg.js +21 -0
- package/dist/assets/icons/mute-speaker.svg.js +28 -0
- package/dist/assets/icons/pagination.svg.js +18 -5
- package/dist/assets/icons/speaker.svg.js +21 -0
- package/dist/assets/icons/triangle-down.svg.js +6 -6
- package/dist/assets/icons/video-camera-off.svg.js +28 -0
- package/dist/components/basic/nmorph-button/NmorphButton.css +1 -1
- package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +21 -19
- package/dist/components/basic/nmorph-button/types.js +12 -4
- package/dist/components/basic/nmorph-icon/NmorphIcon.css +1 -1
- package/dist/components/basic/nmorph-icon/NmorphIcon.vue2.js +10 -10
- package/dist/components/basic/nmorph-icon/NmorphIcons.js +406 -395
- package/dist/components/basic/nmorph-icon/types.js +6 -2
- package/dist/components/basic/nmorph-layout/NmorphLayout.css +1 -1
- package/dist/components/basic/nmorph-layout/NmorphLayout.vue2.js +7 -7
- package/dist/components/basic/nmorph-link/NmorphLink.css +1 -1
- package/dist/components/basic/nmorph-link/NmorphLink.vue2.js +7 -7
- package/dist/components/basic/nmorph-link/types.js +7 -2
- package/dist/components/basic/nmorph-scroll/NmorphScroll.css +1 -1
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +4 -3
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +123 -112
- package/dist/components/basic/nmorph-scroll/types.js +13 -3
- package/dist/components/basic/nmorph-space/NmorphSpace.css +1 -1
- package/dist/components/basic/nmorph-space/NmorphSpace.vue2.js +9 -9
- package/dist/components/basic/nmorph-text/NmorphText.vue.js +19 -0
- package/dist/components/basic/nmorph-text/NmorphText.vue2.js +50 -0
- package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.css +1 -1
- package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.vue2.js +22 -12
- package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.css +1 -1
- package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue2.js +8 -6
- package/dist/components/data/nmorph-avatar/NmorphAvatar.css +1 -1
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +54 -51
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +41 -36
- package/dist/components/data/nmorph-badge/NmorphBadge.css +1 -1
- package/dist/components/data/nmorph-badge/NmorphBadge.vue2.js +47 -51
- package/dist/components/data/nmorph-calendar/NmorphCalendar.css +1 -1
- package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +34 -32
- package/dist/components/data/nmorph-calendar/NmorphCalendar.vue2.js +35 -34
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.css +1 -1
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.js +25 -22
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue2.js +10 -9
- package/dist/components/data/nmorph-card/NmorphCard.css +1 -1
- package/dist/components/data/nmorph-card/NmorphCard.vue2.js +20 -19
- package/dist/components/data/nmorph-carousel/NmorphCarousel.css +1 -0
- package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +12 -10
- package/dist/components/data/nmorph-carousel/NmorphCarousel.vue2.js +23 -20
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.css +1 -1
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.js +29 -17
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue2.js +35 -29
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.css +1 -1
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.js +12 -12
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue2.js +103 -89
- package/dist/components/data/nmorph-empty/NmorphEmpty.css +1 -1
- package/dist/components/data/nmorph-empty/NmorphEmpty.vue2.js +12 -12
- package/dist/components/data/nmorph-file-card/NmorphFileCard.css +1 -1
- package/dist/components/data/nmorph-file-card/NmorphFileCard.vue2.js +2 -2
- package/dist/components/data/nmorph-image/NmorphImage.css +1 -1
- package/dist/components/data/nmorph-image/NmorphImage.vue2.js +32 -20
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.css +1 -1
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +66 -62
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue2.js +53 -51
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.css +1 -1
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +17 -15
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue2.js +56 -54
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.css +1 -1
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +20 -16
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +16 -14
- package/dist/components/data/nmorph-pagination/NmorphPagination.css +1 -1
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +50 -50
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +23 -23
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.css +1 -1
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +14 -12
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue2.js +22 -18
- package/dist/components/data/nmorph-progress/NmorphProgress.css +1 -1
- package/dist/components/data/nmorph-progress/NmorphProgress.vue2.js +22 -22
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.css +1 -1
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue2.js +18 -19
- package/dist/components/data/nmorph-skeleton/NmorphSkeleton.css +1 -1
- package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue2.js +5 -5
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.css +1 -1
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.js +7 -7
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue2.js +4 -4
- package/dist/components/data/nmorph-skeleton/types.js +6 -2
- package/dist/components/data/nmorph-table/NmorphTable.css +1 -1
- package/dist/components/data/nmorph-table/NmorphTable.vue2.js +13 -13
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.css +1 -1
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.js +36 -40
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue2.js +14 -23
- package/dist/components/data/nmorph-tag-list/NmorphTagList.css +1 -1
- package/dist/components/data/nmorph-tag-list/NmorphTagList.vue.js +38 -44
- package/dist/components/data/nmorph-tag-list/NmorphTagList.vue2.js +14 -29
- package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.css +1 -1
- package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue2.js +34 -34
- package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.css +1 -1
- package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue2.js +26 -22
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.css +1 -1
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue2.js +6 -6
- package/dist/components/feedback/nmorph-alert/NmorphAlert.css +1 -1
- package/dist/components/feedback/nmorph-alert/NmorphAlert.vue2.js +10 -10
- package/dist/components/feedback/nmorph-alert/types.js +6 -1
- package/dist/components/feedback/nmorph-callout/NmorphCallout.css +1 -1
- package/dist/components/feedback/nmorph-callout/NmorphCallout.vue2.js +16 -16
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.css +1 -1
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue2.js +36 -35
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.css +1 -1
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue2.js +9 -9
- package/dist/components/feedback/nmorph-guide/NmorphGuideStep.css +1 -1
- package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +33 -33
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.css +1 -1
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +21 -21
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.css +1 -1
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +21 -18
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue2.js +20 -20
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.css +1 -1
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue.js +15 -15
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue2.js +30 -31
- package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.js +20 -21
- package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue2.js +28 -28
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.css +1 -1
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue2.js +27 -27
- package/dist/components/form/nmorph-date-picker/NmorphDatePicker.css +1 -1
- package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue2.js +40 -38
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.js +94 -108
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue2.js +14 -19
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +55 -64
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue2.js +32 -37
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.css +1 -1
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +10 -10
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue2.js +1 -1
- package/dist/components/form/nmorph-file-upload/types.js +34 -16
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.css +1 -1
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.js +12 -12
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue2.js +7 -7
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue2.js +6 -6
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.css +1 -1
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.js +12 -13
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.css +1 -1
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue.js +41 -37
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue2.js +28 -28
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.css +1 -1
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +19 -19
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue2.js +37 -37
- package/dist/components/form/nmorph-radio/NmorphRadio.css +1 -1
- package/dist/components/form/nmorph-radio/NmorphRadio.vue.js +4 -4
- package/dist/components/form/nmorph-radio/NmorphRadio.vue2.js +21 -21
- package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue.js +18 -18
- package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue2.js +21 -21
- package/dist/components/form/nmorph-select/NmorphSelect.css +1 -1
- package/dist/components/form/nmorph-select/NmorphSelect.vue.js +86 -77
- package/dist/components/form/nmorph-select/NmorphSelect.vue2.js +52 -52
- package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.css +1 -1
- package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue2.js +21 -21
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.css +1 -1
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue2.js +27 -31
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.css +1 -1
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.js +13 -11
- package/dist/components/form/nmorph-slider/NmorphSlider.css +1 -1
- package/dist/components/form/nmorph-slider/NmorphSlider.vue2.js +52 -47
- package/dist/components/form/nmorph-switch/NmorphSwitch.css +1 -1
- package/dist/components/form/nmorph-switch/NmorphSwitch.vue2.js +26 -26
- package/dist/components/form/nmorph-text-input/NmorphTextInput.css +1 -1
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +35 -36
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue2.js +49 -36
- package/dist/components/form/nmorph-textarea/NmorphTextarea.css +1 -1
- package/dist/components/form/nmorph-textarea/NmorphTextarea.vue2.js +18 -18
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +1 -1
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +44 -44
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.css +1 -1
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +11 -11
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue2.js +15 -15
- package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.css +1 -1
- package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue2.js +9 -9
- package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.css +1 -1
- package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue2.js +6 -5
- package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue2.js +20 -20
- package/dist/components/others/nmorph-divider/NmorphDivider.css +1 -1
- package/dist/components/others/nmorph-divider/NmorphDivider.vue2.js +9 -8
- package/dist/components/others/nmorph-overlay/NmorphOverlay.css +1 -1
- package/dist/components/others/nmorph-overlay/NmorphOverlay.vue.js +13 -13
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.css +1 -1
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +35 -25
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue2.js +22 -25
- package/dist/components/providers/nmorph-notification-provider/types.js +9 -2
- package/dist/emoji/base.js +571 -20
- package/dist/hooks/use-common-styles.js +228 -49
- package/dist/hooks/use-field-validation.js +42 -45
- package/dist/hooks/use-virtual-list.js +65 -57
- package/dist/icons.js +406 -395
- package/dist/index.es.js +853 -838
- package/dist/index.umd.js +241 -71
- package/dist/package.json.js +1 -1
- package/dist/plugin.js +37 -34
- package/dist/src/components/basic/index.d.ts +2 -0
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +3 -2
- package/dist/src/components/basic/nmorph-button/types.d.ts +18 -19
- package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +1 -1
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +6 -0
- package/dist/src/components/basic/nmorph-icon/types.d.ts +7 -6
- package/dist/src/components/basic/nmorph-link/types.d.ts +9 -8
- package/dist/src/components/basic/nmorph-scroll/types.d.ts +16 -14
- package/dist/src/components/basic/nmorph-text/NmorphText.vue.d.ts +20 -0
- package/dist/src/components/basic/nmorph-text/types.d.ts +12 -0
- package/dist/src/components/data/nmorph-audio-meter/NmorphAudioMeter.vue.d.ts +5 -1
- package/dist/src/components/data/nmorph-audio-meter/types.d.ts +4 -0
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-avatar/types.d.ts +3 -2
- package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +3 -2
- package/dist/src/components/data/nmorph-badge/types.d.ts +3 -8
- package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +3 -1
- package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-calendar/types.d.ts +2 -1
- package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-card/types.d.ts +2 -1
- package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-carousel/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.d.ts +7 -1
- package/dist/src/components/data/nmorph-emoji-picker/types.d.ts +6 -0
- package/dist/src/components/data/nmorph-empty/NmorphEmpty.vue.d.ts +1 -2
- package/dist/src/components/data/nmorph-file-card/NmorphFileCard.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +3 -0
- package/dist/src/components/data/nmorph-image/types.d.ts +2 -1
- package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +3 -1
- package/dist/src/components/data/nmorph-image-preview/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-gallery/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-tile/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-pagination/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.d.ts +4 -0
- package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +2 -3
- package/dist/src/components/data/nmorph-skeleton/types.d.ts +6 -5
- package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-table/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +3 -4
- package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +2 -3
- package/dist/src/components/data/nmorph-tag-list/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-video-preview/NmorphVideoPreview.vue.d.ts +3 -1
- package/dist/src/components/data/nmorph-video-preview/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-alert/types.d.ts +8 -7
- package/dist/src/components/feedback/nmorph-callout/NmorphCallout.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-dialog/types.d.ts +1 -4
- package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +2 -17
- package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +2 -15
- package/dist/src/components/form/nmorph-checkbox-group/types.d.ts +4 -6
- package/dist/src/components/form/nmorph-color-picker/NmorphColorPicker.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +2 -1
- package/dist/src/components/form/nmorph-date-picker/types.d.ts +1 -0
- package/dist/src/components/form/nmorph-file-upload/types.d.ts +55 -55
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/types.d.ts +2 -2
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/types.d.ts +2 -2
- package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-otp-input/NmorphOTPInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +2 -14
- package/dist/src/components/form/nmorph-radio/types.d.ts +6 -4
- package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +2 -14
- package/dist/src/components/form/nmorph-radio-group/types.d.ts +4 -6
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +2 -4
- package/dist/src/components/form/nmorph-select-button/components/nmorph-select-button-item/types.d.ts +1 -1
- package/dist/src/components/form/nmorph-select-button/types.d.ts +1 -3
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +10 -10
- package/dist/src/components/form/nmorph-slider/types.d.ts +1 -1
- package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-switch/types.d.ts +1 -1
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +4 -1
- package/dist/src/components/form/nmorph-text-input/types.d.ts +3 -0
- package/dist/src/components/form/nmorph-textarea/NmorphTextarea.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +1 -2
- package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +2 -1
- package/dist/src/components/navigation/nmorph-dropdown/types.d.ts +2 -1
- package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +1 -0
- package/dist/src/components/others/nmorph-divider/types.d.ts +2 -0
- package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +1 -1
- package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +8 -8
- package/dist/src/hooks/use-field-validation.d.ts +21 -24
- package/dist/src/hooks/use-nmorph-translation.d.ts +2 -2
- package/dist/src/types/app.types.d.ts +0 -5
- package/dist/src/types/common.types.d.ts +91 -35
- package/dist/src/types/date.types.d.ts +6 -5
- package/dist/src/types/image.types.d.ts +16 -12
- package/dist/src/types/selection.types.d.ts +19 -14
- package/dist/src/types/table.types.d.ts +6 -5
- package/dist/src/types/translation.types.d.ts +7 -6
- package/dist/src/utils/common.d.ts +2 -2
- package/dist/src/utils/file-types.d.ts +1 -1
- package/dist/src/utils/theme-style.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/types/common.types.js +73 -8
- package/dist/types/date.types.js +6 -2
- package/dist/types/image.types.js +12 -3
- package/dist/types/table.types.js +5 -2
- package/dist/types/translation.types.js +6 -2
- package/dist/utils/common.js +3 -3
- package/dist/utils/file-types.js +6 -7
- package/dist/utils/theme-style.js +42 -48
- package/package.json +1 -1
- package/dist/types/selection.types.js +0 -4
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { INmorphImage } from '../../../types';
|
|
1
|
+
import { INmorphImage, NmorphElementDesignType } from '../../../types';
|
|
2
2
|
export interface INmorphImageProps extends INmorphImage {
|
|
3
|
+
design?: NmorphElementDesignType;
|
|
3
4
|
loadingText?: string;
|
|
4
5
|
loadFailedText?: string;
|
|
5
6
|
frameBorder?: number;
|
|
@@ -7,8 +7,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphImagePre
|
|
|
7
7
|
"onUpdate:model-value"?: (value: boolean) => any;
|
|
8
8
|
}>, {
|
|
9
9
|
modelValue: boolean;
|
|
10
|
-
height: string | number;
|
|
11
10
|
width: string | number;
|
|
11
|
+
height: string | number;
|
|
12
12
|
zIndex: number;
|
|
13
13
|
navigationButtonMargin: string | number;
|
|
14
14
|
showActionBar: boolean;
|
|
@@ -19,6 +19,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphImagePre
|
|
|
19
19
|
maxScaleLevel: number;
|
|
20
20
|
showTrigger: boolean;
|
|
21
21
|
showNavigationButtons: boolean;
|
|
22
|
+
previewWidth: string | number;
|
|
23
|
+
previewHeight: string | number;
|
|
22
24
|
radius: string | number;
|
|
23
25
|
fit: NmorphImagePreviewFit;
|
|
24
26
|
triggerView: NmorphImagePreviewTriggerView;
|
|
@@ -19,6 +19,8 @@ export interface INmorphImagePreviewProps {
|
|
|
19
19
|
showActionBar?: boolean;
|
|
20
20
|
width?: number | string;
|
|
21
21
|
height?: number | string;
|
|
22
|
+
previewWidth?: number | string;
|
|
23
|
+
previewHeight?: number | string;
|
|
22
24
|
radius?: number | string;
|
|
23
25
|
fit?: NmorphImagePreviewFit;
|
|
24
26
|
navigationButtonMargin?: number | string;
|
|
@@ -23,6 +23,8 @@ declare const _default: DefineComponent<INmorphMediaGalleryProps, {}, {}, {}, {}
|
|
|
23
23
|
initialIndex: number;
|
|
24
24
|
showTrigger: boolean;
|
|
25
25
|
showNavigationButtons: boolean;
|
|
26
|
+
previewWidth: string | number;
|
|
27
|
+
previewHeight: string | number;
|
|
26
28
|
showPlaybackButton: boolean;
|
|
27
29
|
activeIndex: number;
|
|
28
30
|
showTriggerName: boolean;
|
|
@@ -24,6 +24,8 @@ export interface INmorphMediaGalleryProps {
|
|
|
24
24
|
activeIndex?: number;
|
|
25
25
|
zIndex?: number;
|
|
26
26
|
height?: number | string;
|
|
27
|
+
previewWidth?: number | string;
|
|
28
|
+
previewHeight?: number | string;
|
|
27
29
|
showTrigger?: boolean;
|
|
28
30
|
showTriggerName?: boolean;
|
|
29
31
|
showTriggerSize?: boolean;
|
|
@@ -16,6 +16,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphMediaTil
|
|
|
16
16
|
srcObject: MediaStream;
|
|
17
17
|
mirrored: boolean;
|
|
18
18
|
avatarSrc: string;
|
|
19
|
+
showFallback: boolean;
|
|
20
|
+
showStatus: boolean;
|
|
19
21
|
micMuted: boolean;
|
|
20
22
|
videoOff: boolean;
|
|
21
23
|
screenSharing: boolean;
|
|
@@ -6,7 +6,7 @@ declare const _default: DefineComponent<INmorphPaginationProps, {}, {}, {}, {},
|
|
|
6
6
|
"onUpdate:model-value"?: (currentPage: number) => any;
|
|
7
7
|
}>, {
|
|
8
8
|
modelValue: number;
|
|
9
|
-
|
|
9
|
+
thickness: "basic" | "thick" | "thin";
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
elementsQuantityOnPage: number;
|
|
12
12
|
hideOnSinglePage: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { NmorphComponentThickness } from '../../../types';
|
|
2
2
|
export interface INmorphPaginationProps {
|
|
3
3
|
totalElementsQuantity: number;
|
|
4
4
|
modelValue?: number;
|
|
@@ -7,7 +7,7 @@ export interface INmorphPaginationProps {
|
|
|
7
7
|
hideOnSinglePage?: boolean;
|
|
8
8
|
maxVisiblePages?: number;
|
|
9
9
|
fastForwardStep?: number;
|
|
10
|
-
|
|
10
|
+
thickness?: keyof typeof NmorphComponentThickness;
|
|
11
11
|
}
|
|
12
12
|
export interface INmorphPaginationEmit {
|
|
13
13
|
(e: 'update:model-value', currentPage: number): void;
|
|
@@ -9,6 +9,8 @@ type __VLS_Props = {
|
|
|
9
9
|
rightClass?: string;
|
|
10
10
|
actionsClass?: string;
|
|
11
11
|
navigationButtonMargin?: number | string;
|
|
12
|
+
contentWidth?: number | string;
|
|
13
|
+
contentHeight?: number | string;
|
|
12
14
|
showNavigation?: boolean;
|
|
13
15
|
showActionBar?: boolean;
|
|
14
16
|
};
|
|
@@ -29,6 +31,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_Props, {}
|
|
|
29
31
|
rightClass: string;
|
|
30
32
|
actionsClass: string;
|
|
31
33
|
navigationButtonMargin: string | number;
|
|
34
|
+
contentWidth: string | number;
|
|
35
|
+
contentHeight: string | number;
|
|
32
36
|
showNavigation: boolean;
|
|
33
37
|
showActionBar: boolean;
|
|
34
38
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { INmorphSkeletonItemProps } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
import { NmorphElementDesignType } from '../../../../types';
|
|
4
3
|
declare const _default: DefineComponent<INmorphSkeletonItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphSkeletonItemProps> & Readonly<{}>, {
|
|
5
|
-
|
|
4
|
+
design: "nmorph" | "plain";
|
|
6
5
|
width: string;
|
|
6
|
+
height: string;
|
|
7
7
|
variant: "circle" | "image" | "rect";
|
|
8
|
-
design: NmorphElementDesignType;
|
|
9
8
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
9
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
image
|
|
3
|
-
circle
|
|
4
|
-
rect
|
|
5
|
-
}
|
|
1
|
+
export declare const NmorphSkeletonItemPropsType: {
|
|
2
|
+
readonly image: "image";
|
|
3
|
+
readonly circle: "circle";
|
|
4
|
+
readonly rect: "rect";
|
|
5
|
+
};
|
|
6
|
+
export type NmorphSkeletonItemPropsType = keyof typeof NmorphSkeletonItemPropsType;
|
|
6
7
|
export interface INmorphSkeletonProps {
|
|
7
8
|
animated?: boolean;
|
|
8
9
|
loading?: boolean;
|
|
@@ -4,9 +4,9 @@ import { NmorphTableSortType, NmorphTableDataType } from '../..';
|
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphTableProps> & Readonly<{}>, {
|
|
5
5
|
sort: NmorphTableSortType;
|
|
6
6
|
data: NmorphTableDataType;
|
|
7
|
+
design: "nmorph" | "plain";
|
|
7
8
|
cellHeight: string | number;
|
|
8
9
|
bordered: boolean;
|
|
9
|
-
design: "nmorph" | "common";
|
|
10
10
|
rowHover: boolean;
|
|
11
11
|
virtual: boolean;
|
|
12
12
|
virtualHeight: string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NmorphSortOrderType } from '../../../types';
|
|
1
|
+
import { NmorphElementDesignType, NmorphSortOrderType } from '../../../types';
|
|
2
2
|
import { ComputedRef, Ref } from 'vue';
|
|
3
3
|
export type NmorphTableSortType = Record<string, NmorphSortOrderType>;
|
|
4
4
|
export type NmorphDataTableElRecordType = Record<string, unknown>;
|
|
@@ -24,7 +24,7 @@ export interface INmorphTableProps {
|
|
|
24
24
|
rowHover?: boolean;
|
|
25
25
|
bordered?: boolean;
|
|
26
26
|
sort?: NmorphTableSortType;
|
|
27
|
-
design?:
|
|
27
|
+
design?: NmorphElementDesignType;
|
|
28
28
|
virtual?: boolean;
|
|
29
29
|
virtualHeight?: number | string;
|
|
30
30
|
virtualOverscan?: number;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { INmorphTagItemProps, INmorphTagListEmit, INmorphTagListSlots } from './types';
|
|
2
|
-
import { NmorphElementDesignType } from '../../../types';
|
|
3
2
|
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
4
3
|
declare const _default: <TTagItem extends INmorphTagItemProps = INmorphTagItemProps>(__VLS_props: {
|
|
5
4
|
readonly "onUpdate:model-value"?: (val: TTagItem[]) => any;
|
|
@@ -9,7 +8,7 @@ declare const _default: <TTagItem extends INmorphTagItemProps = INmorphTagItemPr
|
|
|
9
8
|
readonly "onUpdate:selectedValue"?: (val: string) => any;
|
|
10
9
|
modelValue: TTagItem[];
|
|
11
10
|
selectedValue?: string;
|
|
12
|
-
design?:
|
|
11
|
+
design?: "nmorph" | "plain";
|
|
13
12
|
color?: string;
|
|
14
13
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
|
|
15
14
|
slots: Readonly<INmorphTagListSlots<TTagItem>> & INmorphTagListSlots<TTagItem>;
|
|
@@ -24,7 +23,7 @@ declare const _default: <TTagItem extends INmorphTagItemProps = INmorphTagItemPr
|
|
|
24
23
|
readonly "onUpdate:selectedValue"?: (val: string) => any;
|
|
25
24
|
modelValue: TTagItem[];
|
|
26
25
|
selectedValue?: string;
|
|
27
|
-
design?:
|
|
26
|
+
design?: "nmorph" | "plain";
|
|
28
27
|
color?: string;
|
|
29
28
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
30
29
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
@@ -43,7 +42,7 @@ declare const _default: <TTagItem extends INmorphTagItemProps = INmorphTagItemPr
|
|
|
43
42
|
readonly "onUpdate:selectedValue"?: (val: string) => any;
|
|
44
43
|
modelValue: TTagItem[];
|
|
45
44
|
selectedValue?: string;
|
|
46
|
-
design?:
|
|
45
|
+
design?: "nmorph" | "plain";
|
|
47
46
|
color?: string;
|
|
48
47
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
49
48
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { INmorphTagItemComponentProps, INmorphTagItemSlots } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
import { NmorphElementDesignType } from '../../../../../types';
|
|
4
3
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphTagItemComponentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5
4
|
click: (val: string) => any;
|
|
6
5
|
close: (val: string) => any;
|
|
@@ -8,10 +7,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphTagItemC
|
|
|
8
7
|
onClick?: (val: string) => any;
|
|
9
8
|
onClose?: (val: string) => any;
|
|
10
9
|
}>, {
|
|
10
|
+
design: "nmorph" | "plain";
|
|
11
11
|
color: string;
|
|
12
12
|
text: string;
|
|
13
|
-
|
|
14
|
-
design: NmorphElementDesignType;
|
|
13
|
+
thickness: "basic" | "thick" | "thin";
|
|
15
14
|
removable: boolean;
|
|
16
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
17
16
|
tagRef: HTMLDivElement;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { NmorphComponentThickness, NmorphElementDesignType } from '../../../types';
|
|
2
2
|
export interface INmorphTagItemProps {
|
|
3
3
|
value: string;
|
|
4
4
|
text?: string;
|
|
5
5
|
removable?: boolean;
|
|
6
|
-
|
|
6
|
+
thickness?: keyof typeof NmorphComponentThickness;
|
|
7
7
|
design?: NmorphElementDesignType;
|
|
8
8
|
color?: string;
|
|
9
9
|
}
|
|
@@ -22,9 +22,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphVideoPre
|
|
|
22
22
|
}>, {
|
|
23
23
|
name: string;
|
|
24
24
|
loading: boolean;
|
|
25
|
-
height: string | number;
|
|
26
25
|
error: boolean;
|
|
27
26
|
width: string | number;
|
|
27
|
+
height: string | number;
|
|
28
|
+
previewWidth: string | number;
|
|
29
|
+
previewHeight: string | number;
|
|
28
30
|
fit: NmorphVideoPreviewFit;
|
|
29
31
|
durationMs: number;
|
|
30
32
|
surface: NmorphVideoPreviewSurface;
|
|
@@ -7,6 +7,8 @@ export interface INmorphVideoPreviewProps {
|
|
|
7
7
|
name?: string;
|
|
8
8
|
width?: number | string;
|
|
9
9
|
height?: number | string;
|
|
10
|
+
previewWidth?: number | string;
|
|
11
|
+
previewHeight?: number | string;
|
|
10
12
|
durationMs?: number;
|
|
11
13
|
surface?: NmorphVideoPreviewSurface;
|
|
12
14
|
embedded?: boolean;
|
|
@@ -9,8 +9,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphVirtualL
|
|
|
9
9
|
}, string, PublicProps, Readonly<INmorphVirtualListProps> & Readonly<{
|
|
10
10
|
"onOn-scroll"?: (event: Event) => any;
|
|
11
11
|
}>, {
|
|
12
|
-
height: string | number;
|
|
13
12
|
disabled: boolean;
|
|
13
|
+
height: string | number;
|
|
14
14
|
maxHeight: string | number;
|
|
15
15
|
items: unknown[];
|
|
16
16
|
itemHeight: number;
|
|
@@ -5,9 +5,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphAlertCom
|
|
|
5
5
|
}, string, PublicProps, Readonly<INmorphAlertComponentProps> & Readonly<{
|
|
6
6
|
onClose?: () => any;
|
|
7
7
|
}>, {
|
|
8
|
+
title: string;
|
|
8
9
|
fill: boolean;
|
|
9
10
|
html: string;
|
|
10
|
-
title: string;
|
|
11
11
|
type: "error" | "success" | "warning" | "info";
|
|
12
12
|
id: string;
|
|
13
13
|
showIcon: boolean;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
success
|
|
3
|
-
error
|
|
4
|
-
warning
|
|
5
|
-
info
|
|
6
|
-
}
|
|
1
|
+
export declare const NmorphAlertType: {
|
|
2
|
+
readonly success: "success";
|
|
3
|
+
readonly error: "error";
|
|
4
|
+
readonly warning: "warning";
|
|
5
|
+
readonly info: "info";
|
|
6
|
+
};
|
|
7
|
+
export type NmorphAlertType = keyof typeof NmorphAlertType;
|
|
7
8
|
export interface INmorphAlertProps {
|
|
8
9
|
id?: string;
|
|
9
|
-
type?:
|
|
10
|
+
type?: NmorphAlertType;
|
|
10
11
|
closable?: boolean;
|
|
11
12
|
title?: string;
|
|
12
13
|
content?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphCalloutP
|
|
|
11
11
|
referrerPolicy: NmorphCalloutReferrerPolicy;
|
|
12
12
|
download: string | boolean;
|
|
13
13
|
ariaLabel: string;
|
|
14
|
+
as: keyof HTMLElementTagNameMap;
|
|
14
15
|
padding: string | number;
|
|
15
16
|
content: string;
|
|
16
|
-
as: keyof HTMLElementTagNameMap;
|
|
17
17
|
borderRadius: string | number;
|
|
18
18
|
accentWidth: string | number;
|
|
19
19
|
titleGap: string | number;
|
|
@@ -13,9 +13,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphDialogPr
|
|
|
13
13
|
maxHeight: string;
|
|
14
14
|
zIndex: number;
|
|
15
15
|
closeOnEscape: boolean;
|
|
16
|
+
maxWidth: string;
|
|
16
17
|
openDelay: number;
|
|
17
18
|
closeDelay: number;
|
|
18
|
-
closeOnClickModal: boolean;
|
|
19
19
|
showClose: boolean;
|
|
20
20
|
closeOnOverlay: boolean;
|
|
21
21
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, any>;
|
|
@@ -2,13 +2,10 @@ export interface INmorphDialogProps {
|
|
|
2
2
|
modelValue?: boolean;
|
|
3
3
|
title?: string;
|
|
4
4
|
width?: string;
|
|
5
|
+
maxWidth?: string;
|
|
5
6
|
maxHeight?: string;
|
|
6
7
|
openDelay?: number;
|
|
7
8
|
closeDelay?: number;
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `closeOnOverlay` instead.
|
|
10
|
-
*/
|
|
11
|
-
closeOnClickModal?: boolean;
|
|
12
9
|
showClose?: boolean;
|
|
13
10
|
zIndex?: number;
|
|
14
11
|
closeOnOverlay?: boolean;
|
|
@@ -27,6 +27,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphGuidePro
|
|
|
27
27
|
width: string | number;
|
|
28
28
|
zIndex: number;
|
|
29
29
|
loop: boolean;
|
|
30
|
+
maxWidth: string | number;
|
|
30
31
|
showClose: boolean;
|
|
31
32
|
activeStep: NmorphGuideStepName;
|
|
32
33
|
steps: INmorphGuideStepItem[];
|
|
@@ -36,7 +37,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphGuidePro
|
|
|
36
37
|
nextText: string;
|
|
37
38
|
finishText: string;
|
|
38
39
|
closeText: string;
|
|
39
|
-
maxWidth: string | number;
|
|
40
40
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
41
41
|
default?(_: {}): any;
|
|
42
42
|
}>;
|
|
@@ -8,15 +8,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphTooltipP
|
|
|
8
8
|
toggle: () => void;
|
|
9
9
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<INmorphTooltipProps> & Readonly<{}>, {
|
|
10
10
|
text: string;
|
|
11
|
-
height: string | number;
|
|
12
11
|
disabled: boolean;
|
|
13
12
|
width: string | number;
|
|
13
|
+
height: string | number;
|
|
14
14
|
zIndex: number;
|
|
15
15
|
position: NmorphPlacementType;
|
|
16
16
|
touch: NmorphTooltipTouchBehavior;
|
|
17
|
+
maxWidth: string | number;
|
|
17
18
|
openDelay: number;
|
|
18
19
|
closeDelay: number;
|
|
19
|
-
maxWidth: string | number;
|
|
20
20
|
forceShow: boolean;
|
|
21
21
|
forceCoordinate: Partial< INmorphCoords<string>>;
|
|
22
22
|
trigger: NmorphTooltipTrigger;
|
|
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphAutocomp
|
|
|
10
10
|
}>, {
|
|
11
11
|
list: INmorphAutocompleteListItem[];
|
|
12
12
|
modelValue: string;
|
|
13
|
-
|
|
13
|
+
thickness: "basic" | "thick" | "thin";
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
placeholder: string;
|
|
16
16
|
zIndex: number;
|
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphCheckboxOption, {
|
|
4
|
-
inputDOMRef: Ref<HTMLElement, HTMLElement>;
|
|
5
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
6
|
-
"update:model-value": (val: boolean) => any;
|
|
7
|
-
}, string, PublicProps, Readonly<INmorphCheckboxOption> & Readonly<{
|
|
8
|
-
"onUpdate:model-value"?: (val: boolean) => any;
|
|
9
|
-
}>, {
|
|
10
|
-
label: string;
|
|
11
|
-
modelValue: boolean;
|
|
12
|
-
id: string;
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
design: NmorphCheckboxDesignType;
|
|
15
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
16
|
-
inputDOMRef: HTMLInputElement;
|
|
17
|
-
}, HTMLLabelElement>, {
|
|
1
|
+
import { DefineSetupFnComponent, PublicProps } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, PublicProps>, {
|
|
18
3
|
default?(_: {}): any;
|
|
19
4
|
default?(_: {}): any;
|
|
20
5
|
label?(_: {}): any;
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { NmorphCheckboxDesignType, INmorphCheckboxOption } from '../../../types';
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<INmorphCheckboxGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5
|
-
"update:model-value": (val: string[]) => any;
|
|
6
|
-
}, string, PublicProps, Readonly<INmorphCheckboxGroupProps> & Readonly<{
|
|
7
|
-
"onUpdate:model-value"?: (val: string[]) => any;
|
|
8
|
-
}>, {
|
|
9
|
-
modelValue: string[];
|
|
10
|
-
height: "basic" | "thick" | "thin" | "extra-thin";
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
direction: "row" | "column";
|
|
13
|
-
design: NmorphCheckboxDesignType;
|
|
14
|
-
options: INmorphCheckboxOption[];
|
|
15
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
1
|
+
import { DefineSetupFnComponent, PublicProps } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, PublicProps>, {
|
|
16
3
|
default?(_: {}): any;
|
|
17
4
|
}>;
|
|
18
5
|
export default _default;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export
|
|
1
|
+
import { INmorphCheckboxGroupOption, INmorphCommonInputProps, NmorphComponentDirection, NmorphSelectionControlDesignProps } from '../../../types';
|
|
2
|
+
export type INmorphCheckboxGroupProps = Omit<INmorphCommonInputProps, 'thickness'> & {
|
|
3
3
|
modelValue?: string[];
|
|
4
|
-
options?:
|
|
5
|
-
design?: NmorphCheckboxDesignType;
|
|
4
|
+
options?: INmorphCheckboxGroupOption[];
|
|
6
5
|
direction?: keyof typeof NmorphComponentDirection;
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
} & NmorphSelectionControlDesignProps;
|
|
9
7
|
export interface INmorphCheckboxGroupEmit {
|
|
10
8
|
(e: 'update:model-value', val: string[]): void;
|
|
11
9
|
}
|
|
@@ -12,7 +12,7 @@ declare const _default: DefineComponent<INmorphColorPickerProps, {
|
|
|
12
12
|
onFocus?: () => any;
|
|
13
13
|
}>, {
|
|
14
14
|
modelValue: string;
|
|
15
|
-
|
|
15
|
+
thickness: "basic" | "thick" | "thin";
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
showValue: boolean;
|
|
18
18
|
displayFormat: "hex" | "rgb" | "hsl";
|
|
@@ -8,7 +8,7 @@ declare const _default: DefineComponent<INmorphDatePickerProps, {}, {}, {}, {},
|
|
|
8
8
|
}>, {
|
|
9
9
|
type: "date" | "dates" | "daterange";
|
|
10
10
|
modelValue: NmorphSelectedDateModelType;
|
|
11
|
-
|
|
11
|
+
thickness: "basic" | "thick" | "thin";
|
|
12
12
|
disabled: boolean;
|
|
13
13
|
width: string | number;
|
|
14
14
|
placeholder: string;
|
|
@@ -21,6 +21,7 @@ declare const _default: DefineComponent<INmorphDatePickerProps, {}, {}, {}, {},
|
|
|
21
21
|
dateFormatter: NmorphDateFormatterType;
|
|
22
22
|
valueSeparator: string;
|
|
23
23
|
rangeSeparator: string;
|
|
24
|
+
rangeWidth: string | number;
|
|
24
25
|
calendarCellHeight: string | number;
|
|
25
26
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
26
27
|
nmorphInputDOMRef: HTMLDivElement;
|
|
@@ -14,6 +14,7 @@ export interface INmorphDatePickerProps extends INmorphCommonInputProps {
|
|
|
14
14
|
valueSeparator?: string;
|
|
15
15
|
rangeSeparator?: string;
|
|
16
16
|
width?: number | string;
|
|
17
|
+
rangeWidth?: number | string;
|
|
17
18
|
calendarCellHeight?: number | string;
|
|
18
19
|
}
|
|
19
20
|
export interface INmorphDatePickerEmit {
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
jpeg
|
|
3
|
-
jpg
|
|
4
|
-
png
|
|
5
|
-
gif
|
|
6
|
-
'svg-xml'
|
|
7
|
-
webp
|
|
8
|
-
}
|
|
1
|
+
export declare const NmorphImageResolution: {
|
|
2
|
+
readonly jpeg: "image/jpeg";
|
|
3
|
+
readonly jpg: "image/jpg";
|
|
4
|
+
readonly png: "image/png";
|
|
5
|
+
readonly gif: "image/gif";
|
|
6
|
+
readonly 'svg-xml': "image/svg+xml";
|
|
7
|
+
readonly webp: "image/webp";
|
|
8
|
+
};
|
|
9
|
+
export type NmorphImageResolution = keyof typeof NmorphImageResolution;
|
|
9
10
|
export declare const NmorphVideoResolution: {
|
|
10
11
|
readonly mp4: "video/mp4";
|
|
11
12
|
readonly webm: "video/webm";
|
|
12
13
|
readonly 'video-ogg': "video/ogg";
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `video-ogg` instead.
|
|
15
|
-
*/
|
|
16
|
-
readonly 'wideo-ogg': "video/ogg";
|
|
17
14
|
};
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
15
|
+
export type NmorphVideoResolution = keyof typeof NmorphVideoResolution;
|
|
16
|
+
export declare const NmorphAudioResolution: {
|
|
17
|
+
readonly mpeg: "audio/mpeg";
|
|
18
|
+
readonly 'audio-ogg': "audio/ogg";
|
|
19
|
+
readonly wav: "audio/wav";
|
|
20
|
+
};
|
|
21
|
+
export type NmorphAudioResolution = keyof typeof NmorphAudioResolution;
|
|
22
|
+
export declare const NmorphDocResolution: {
|
|
23
|
+
readonly pdf: "application/pdf";
|
|
24
|
+
readonly msword: "application/msword";
|
|
25
|
+
readonly docx: "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
|
|
26
|
+
readonly xls: "application/vnd.ms-excel";
|
|
27
|
+
readonly xlsx: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
|
|
28
|
+
readonly ppt: "application/vnd.ms-powerpoint";
|
|
29
|
+
readonly pptx: "application/vnd.openxmlformats-officedocument.presentationml.presentation";
|
|
30
|
+
readonly json: "application/json";
|
|
31
|
+
readonly xml: "application/xml";
|
|
32
|
+
};
|
|
33
|
+
export type NmorphDocResolution = keyof typeof NmorphDocResolution;
|
|
34
|
+
export declare const NmorphArchiveResolution: {
|
|
35
|
+
readonly zip: "application/zip";
|
|
36
|
+
readonly rar: "application/x-rar-compressed";
|
|
37
|
+
readonly '7z': "application/x-7z-compressed";
|
|
38
|
+
};
|
|
39
|
+
export type NmorphArchiveResolution = keyof typeof NmorphArchiveResolution;
|
|
39
40
|
export declare const resolution: {
|
|
40
|
-
zip:
|
|
41
|
-
rar:
|
|
42
|
-
'7z':
|
|
43
|
-
pdf:
|
|
44
|
-
msword:
|
|
45
|
-
docx:
|
|
46
|
-
xls:
|
|
47
|
-
xlsx:
|
|
48
|
-
ppt:
|
|
49
|
-
pptx:
|
|
50
|
-
json:
|
|
51
|
-
xml:
|
|
52
|
-
mpeg:
|
|
53
|
-
'audio-ogg':
|
|
54
|
-
wav:
|
|
41
|
+
zip: "application/zip";
|
|
42
|
+
rar: "application/x-rar-compressed";
|
|
43
|
+
'7z': "application/x-7z-compressed";
|
|
44
|
+
pdf: "application/pdf";
|
|
45
|
+
msword: "application/msword";
|
|
46
|
+
docx: "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
|
|
47
|
+
xls: "application/vnd.ms-excel";
|
|
48
|
+
xlsx: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
|
|
49
|
+
ppt: "application/vnd.ms-powerpoint";
|
|
50
|
+
pptx: "application/vnd.openxmlformats-officedocument.presentationml.presentation";
|
|
51
|
+
json: "application/json";
|
|
52
|
+
xml: "application/xml";
|
|
53
|
+
mpeg: "audio/mpeg";
|
|
54
|
+
'audio-ogg': "audio/ogg";
|
|
55
|
+
wav: "audio/wav";
|
|
55
56
|
mp4: "video/mp4";
|
|
56
57
|
webm: "video/webm";
|
|
57
58
|
'video-ogg': "video/ogg";
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
webp: NmorphImageResolution.webp;
|
|
59
|
+
jpeg: "image/jpeg";
|
|
60
|
+
jpg: "image/jpg";
|
|
61
|
+
png: "image/png";
|
|
62
|
+
gif: "image/gif";
|
|
63
|
+
'svg-xml': "image/svg+xml";
|
|
64
|
+
webp: "image/webp";
|
|
65
65
|
};
|
|
66
66
|
export type NmorphResolutionType = keyof typeof resolution;
|
|
67
67
|
export interface INmorphCustomFileData {
|