@nmorph/nmorph-ui-kit 1.1.1 → 1.1.4
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/index.d.ts +2 -0
- package/dist/index.es.js +3503 -3411
- package/dist/index.umd.js +216 -195
- package/dist/src/components/basic/index.d.ts +9 -0
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +39 -0
- package/dist/src/components/basic/nmorph-button/types.d.ts +15 -0
- package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +22 -0
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +260 -0
- package/dist/src/components/basic/nmorph-icon/types.d.ts +5 -0
- package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +29 -0
- package/dist/src/components/basic/nmorph-link/types.d.ts +6 -0
- package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +49 -0
- package/dist/src/components/basic/nmorph-scroll/types.d.ts +14 -0
- package/dist/src/components/data/index.d.ts +28 -0
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +21 -0
- package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +31 -0
- package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +42 -0
- package/dist/src/components/data/nmorph-calendar/hooks/index.d.ts +2 -0
- package/dist/src/components/data/nmorph-calendar/hooks/use-calendar-texts.d.ts +4 -0
- package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +25 -0
- package/dist/src/components/data/nmorph-calendar/types.d.ts +12 -0
- package/dist/src/components/data/nmorph-calendar/utils.d.ts +10 -0
- package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +20 -0
- package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +19 -0
- package/dist/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +13 -0
- package/dist/src/components/data/nmorph-carousel/types.d.ts +5 -0
- package/dist/src/components/data/nmorph-collapse/NmorphCollapse.vue.d.ts +21 -0
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +32 -0
- package/dist/src/components/data/nmorph-collapse/types.d.ts +9 -0
- package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +30 -0
- package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +23 -0
- package/dist/src/components/data/nmorph-image-preview/types.d.ts +5 -0
- package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +23 -0
- package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +29 -0
- package/dist/src/components/data/nmorph-progress/types.d.ts +6 -0
- package/dist/src/components/data/nmorph-skeleton/NmorphSkeleton.vue.d.ts +20 -0
- package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +16 -0
- package/dist/src/components/data/nmorph-skeleton/types.d.ts +5 -0
- package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +24 -0
- package/dist/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +13 -0
- package/dist/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +23 -0
- package/dist/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.d.ts +11 -0
- package/dist/src/components/data/nmorph-table/types.d.ts +21 -0
- package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +13 -0
- package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +15 -0
- package/dist/src/components/data/nmorph-tag-list/types.d.ts +8 -0
- package/dist/src/components/feedback/index.d.ts +4 -0
- package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +30 -0
- package/dist/src/components/feedback/nmorph-alert/types.d.ts +18 -0
- package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +38 -0
- package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +25 -0
- package/dist/src/components/form/index.d.ts +22 -0
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +36 -0
- package/dist/src/components/form/nmorph-autocomplete/types.d.ts +5 -0
- package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +24 -0
- package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +26 -0
- package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +24 -0
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.d.ts +7 -0
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +17 -0
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +21 -0
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +17 -0
- package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +34 -0
- package/dist/src/components/form/nmorph-file-upload/types.d.ts +61 -0
- package/dist/src/components/form/nmorph-form/NmorphForm.vue.d.ts +20 -0
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +25 -0
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/index.d.ts +3 -0
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +13 -0
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +9 -0
- package/dist/src/components/form/nmorph-form/types.d.ts +12 -0
- package/dist/src/components/form/nmorph-form/use-form-item-input.d.ts +7 -0
- package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +25 -0
- package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +26 -0
- package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +28 -0
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +35 -0
- package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +19 -0
- package/dist/src/components/form/nmorph-select/types.d.ts +9 -0
- package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +25 -0
- package/dist/src/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.d.ts +18 -0
- package/dist/src/components/form/nmorph-select-button/types.d.ts +8 -0
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +22 -0
- package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +33 -0
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +36 -0
- package/dist/src/components/index.d.ts +7 -0
- package/dist/src/components/navigation/index.d.ts +9 -0
- package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +26 -0
- package/dist/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.d.ts +15 -0
- package/dist/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +17 -0
- package/dist/src/components/navigation/nmorph-breadcrumb/types.d.ts +14 -0
- package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +28 -0
- package/dist/src/components/navigation/nmorph-tabs/NmorphTabs.vue.d.ts +26 -0
- package/dist/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +22 -0
- package/dist/src/components/navigation/nmorph-tabs/type.d.ts +12 -0
- package/dist/src/components/navigation/nmorph-tabs/utils.d.ts +3 -0
- package/dist/src/components/others/index.d.ts +3 -0
- package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +9 -0
- package/dist/src/components/others/nmorph-divider/types.d.ts +1 -0
- package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +20 -0
- package/dist/src/components/providers/index.d.ts +3 -0
- package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +14 -0
- package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +14 -0
- package/dist/src/hooks/index.d.ts +7 -0
- package/dist/src/hooks/use-common-styles.d.ts +1 -0
- package/dist/src/hooks/use-field-validation.d.ts +53 -0
- package/dist/src/hooks/use-form-validation.d.ts +13 -0
- package/dist/src/hooks/use-nmorph-translation.d.ts +7 -0
- package/dist/src/hooks/use-placement.d.ts +20 -0
- package/dist/src/hooks/use-style-class-mixins.d.ts +1 -0
- package/dist/src/main.d.ts +9 -0
- package/dist/src/outside-hooks/index.d.ts +4 -0
- package/dist/src/outside-hooks/use-nmorph-browser.d.ts +14 -0
- package/dist/src/outside-hooks/use-nmorph-notification.d.ts +7 -0
- package/dist/src/outside-hooks/use-nmorph-theme.d.ts +2 -0
- package/dist/src/outside-hooks/use-nmorph.d.ts +2 -0
- package/dist/src/outside-utils/index.d.ts +3 -0
- package/dist/src/types/index.d.ts +182 -0
- package/dist/src/utils/case-transformers.d.ts +5 -0
- package/dist/src/utils/common.d.ts +3 -0
- package/dist/src/utils/create-modifiers.d.ts +4 -0
- package/dist/src/utils/index.d.ts +4 -0
- package/dist/src/utils/theme-style.d.ts +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const anyToPascalCase: (str: string) => string;
|
|
2
|
+
export declare const camelToKebab: (input: string) => string;
|
|
3
|
+
export declare const camelToTitle: (str: string) => string;
|
|
4
|
+
export declare const pascalToKebab: (str: string) => string;
|
|
5
|
+
export declare const pascalToSpace: (str: string) => string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const body4: () => string;
|
|
2
|
+
export declare const body3: () => string;
|
|
3
|
+
export declare const body2: () => string;
|
|
4
|
+
export declare const body1: () => string;
|
|
5
|
+
export declare const title4: () => string;
|
|
6
|
+
export declare const title3: () => string;
|
|
7
|
+
export declare const title2: () => string;
|
|
8
|
+
export declare const title1: () => string;
|
|
9
|
+
export declare const nmorphOutset: () => string;
|
|
10
|
+
export declare const nmorphInset: () => string;
|
|
11
|
+
export declare const nmorphBorder: (borderWidth: number) => string;
|
|
12
|
+
export declare const nmorphCombined: (borderWidth?: number, isInsetDark?: boolean) => string;
|
|
13
|
+
export declare const disabled: () => string;
|
|
14
|
+
export declare const ellipsis: () => string;
|
|
15
|
+
export declare const focusOutline: () => string;
|