@nmorph/nmorph-ui-kit 0.0.10 → 0.0.12
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/components/basic/index.d.ts +9 -0
- package/dist/components/{nmorph-button → basic/nmorph-button}/NmorphButton.vue.d.ts +6 -6
- package/dist/components/{nmorph-icon → basic/nmorph-icon}/NmorphIcon.vue.d.ts +3 -3
- package/dist/components/{nmorph-icon → basic/nmorph-icon}/NmorphIconsMap.d.ts +1 -1
- package/dist/components/{nmorph-icon → basic/nmorph-icon}/types.d.ts +1 -1
- package/dist/components/{nmorph-link → basic/nmorph-link}/NmorphLink.vue.d.ts +4 -5
- package/dist/components/{nmorph-scroll → basic/nmorph-scroll}/NmorphScroll.vue.d.ts +4 -4
- package/dist/components/{nmorph-scroll → basic/nmorph-scroll}/types.d.ts +1 -1
- package/dist/components/data/index.d.ts +29 -0
- package/dist/components/{nmorph-avatar → data/nmorph-avatar}/NmorphAvatar.vue.d.ts +4 -4
- package/dist/components/{nmorph-calendar → data/nmorph-calendar}/NmorphCalendar.vue.d.ts +4 -5
- package/dist/components/{nmorph-card → data/nmorph-card}/NmorphCard.vue.d.ts +1 -1
- package/dist/components/{nmorph-collapse → data/nmorph-collapse}/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +4 -4
- package/dist/components/{nmorph-image → data/nmorph-image}/NmorphImage.vue.d.ts +2 -2
- package/dist/components/{nmorph-image-preview → data/nmorph-image-preview}/types.d.ts +1 -1
- package/dist/components/{nmorph-progress → data/nmorph-progress}/NmorphProgress.vue.d.ts +1 -1
- package/dist/components/{nmorph-skeleton → data/nmorph-skeleton}/components/NmorphSkeletonItem.vue.d.ts +1 -1
- package/dist/components/{nmorph-table → data/nmorph-table}/NmorphTable.vue.d.ts +1 -1
- package/dist/components/{nmorph-table → data/nmorph-table}/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +2 -2
- package/dist/components/{nmorph-sort-button → data/nmorph-table/inner-components/nmorph-sort-button}/NmorphSortButton.vue.d.ts +1 -1
- package/dist/components/{nmorph-table → data/nmorph-table}/types.d.ts +1 -1
- package/dist/components/{nmorph-tag → data/nmorph-tag}/NmorphTag.vue.d.ts +2 -2
- package/dist/components/feedback/index.d.ts +4 -0
- package/dist/components/{nmorph-alert → feedback/nmorph-alert}/NmorphAlert.vue.d.ts +1 -1
- package/dist/components/{nmorph-tooltip → feedback/nmorph-tooltip}/NmorphTooltip.vue.d.ts +1 -1
- package/dist/components/{inputs → form}/checkbox/nmorph-checkbox/NmorphCheckbox.vue.d.ts +4 -4
- package/dist/components/{inputs → form}/checkbox/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +2 -2
- package/dist/components/form/index.d.ts +28 -0
- package/dist/components/{inputs → form}/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +3 -3
- package/dist/components/{inputs → form}/nmorph-date-picker/NmorphDatePicker.vue.d.ts +3 -4
- package/dist/components/{inputs → form}/nmorph-date-picker/components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +1 -2
- package/dist/components/{inputs → form}/nmorph-date-picker/components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +1 -1
- package/dist/components/{inputs → form}/nmorph-file-upload/NmorphFileUpload.vue.d.ts +2 -2
- package/dist/components/{nmorph-form → form/nmorph-form}/components/nmorph-form-item/NmorphFormItem.vue.d.ts +2 -2
- package/dist/components/{nmorph-form/components/nmorph-form-item/components → form/nmorph-form/components/nmorph-form-item/inner-components}/nmorph-error-box/NmorphErrorBox.vue.d.ts +1 -1
- package/dist/components/{nmorph-form → form/nmorph-form}/types.d.ts +1 -1
- package/dist/components/{inputs → form}/nmorph-select/NmorphSelect.vue.d.ts +3 -4
- package/dist/components/{inputs → form}/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +3 -7
- package/dist/components/{inputs → form}/nmorph-select/types.d.ts +5 -0
- package/dist/components/{inputs → form}/nmorph-time-picker/NmorphTimePicker.vue.d.ts +3 -3
- package/dist/components/{inputs → form}/radio/nmorph-radio/NmorphRadio.vue.d.ts +2 -2
- package/dist/components/{inputs → form}/radio/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +1 -1
- package/dist/components/navigation/index.d.ts +9 -0
- package/dist/components/{nmorph-breadcrumb → navigation/nmorph-breadcrumb}/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +1 -1
- package/dist/components/{nmorph-dropdown → navigation/nmorph-dropdown}/NmorphDropdown.vue.d.ts +2 -2
- package/dist/components/{nmorph-tabs → navigation/nmorph-tabs}/NmorphTabs.vue.d.ts +1 -1
- package/dist/components/{nmorph-tabs → navigation/nmorph-tabs}/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +2 -2
- package/dist/components/others/index.d.ts +3 -0
- package/dist/components/{nmorph-divider → others/nmorph-divider}/NmorphDivider.vue.d.ts +1 -1
- package/dist/components.d.ts +6 -50
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/nmorphHooks.d.ts +8 -0
- package/dist/hooks/useFieldValidation.d.ts +1 -1
- package/dist/hooks/useFormValidation.d.ts +1 -1
- package/dist/index.es.js +3601 -3581
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/inputs/nmorph-time-picker/components/NmorphTimeRoller.vue.d.ts +0 -46
- package/dist/components/{nmorph-button → basic/nmorph-button}/types.d.ts +0 -0
- package/dist/components/{nmorph-link → basic/nmorph-link}/types.d.ts +0 -0
- package/dist/components/{nmorph-avatar → data/nmorph-avatar}/type.d.ts +0 -0
- package/dist/components/{nmorph-badge → data/nmorph-badge}/NmorphBadge.vue.d.ts +0 -0
- package/dist/components/{nmorph-calendar → data/nmorph-calendar}/components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +0 -0
- package/dist/components/{nmorph-calendar → data/nmorph-calendar}/locale.d.ts +0 -0
- package/dist/components/{nmorph-calendar → data/nmorph-calendar}/types.d.ts +0 -0
- package/dist/components/{nmorph-calendar → data/nmorph-calendar}/utils.d.ts +0 -0
- package/dist/components/{nmorph-carousel → data/nmorph-carousel}/NmorphCarousel.vue.d.ts +0 -0
- package/dist/components/{nmorph-carousel → data/nmorph-carousel}/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +0 -0
- package/dist/components/{nmorph-carousel → data/nmorph-carousel}/types.d.ts +0 -0
- package/dist/components/{nmorph-collapse → data/nmorph-collapse}/NmorphCollapse.vue.d.ts +0 -0
- package/dist/components/{nmorph-collapse → data/nmorph-collapse}/types.d.ts +0 -0
- package/dist/components/{nmorph-image-preview → data/nmorph-image-preview}/NmorphImagePreview.vue.d.ts +0 -0
- package/dist/components/{nmorph-pagination → data/nmorph-pagination}/NmorphPagination.vue.d.ts +0 -0
- package/dist/components/{nmorph-progress → data/nmorph-progress}/types.d.ts +0 -0
- package/dist/components/{nmorph-skeleton → data/nmorph-skeleton}/NmorphSkeleton.vue.d.ts +1 -1
- package/dist/components/{nmorph-skeleton → data/nmorph-skeleton}/types.d.ts +0 -0
- package/dist/components/{nmorph-table → data/nmorph-table}/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +0 -0
- package/dist/components/{nmorph-alert → feedback/nmorph-alert}/types.d.ts +0 -0
- package/dist/components/{nmorph-dialog → feedback/nmorph-dialog}/NmorphDialog.vue.d.ts +1 -1
- package/dist/components/{inputs → form}/checkbox/types.d.ts +0 -0
- package/dist/components/{inputs → form}/nmorph-autocomplete/types.d.ts +0 -0
- package/dist/components/{inputs → form}/nmorph-date-picker/components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +0 -0
- package/dist/components/{inputs → form}/nmorph-date-picker/components/types.d.ts +0 -0
- package/dist/components/{inputs → form/nmorph-date-picker/inner-components}/nmorph-clear-button/NmorphClearButton.vue.d.ts +0 -0
- package/dist/components/{inputs → form}/nmorph-file-upload/types.d.ts +0 -0
- package/dist/components/{nmorph-form → form/nmorph-form}/NmorphForm.vue.d.ts +0 -0
- package/dist/components/{nmorph-form/components/nmorph-form-item/components → form/nmorph-form/components/nmorph-form-item/inner-components}/index.d.ts +0 -0
- package/dist/components/{nmorph-form/components/nmorph-form-item/components → form/nmorph-form/components/nmorph-form-item/inner-components}/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +0 -0
- package/dist/components/{inputs → form}/nmorph-number-input/NmorphNumberInput.vue.d.ts +2 -2
- package/dist/components/{inputs → form}/nmorph-slider/NmorphSlider.vue.d.ts +1 -1
- package/dist/components/{inputs → form}/nmorph-switch/NmorphSwitch.vue.d.ts +2 -2
- package/dist/components/{inputs → form}/nmorph-text-input/NmorphTextInput.vue.d.ts +4 -4
- /package/dist/components/{inputs → form}/nmorph-time-picker/types.d.ts +0 -0
- /package/dist/components/{inputs → form}/nmorph-time-picker/utils.d.ts +0 -0
- /package/dist/components/{inputs → form}/radio/types.d.ts +0 -0
- /package/dist/components/{nmorph-backtop → navigation/nmorph-backtop}/NmorphBacktop.vue.d.ts +0 -0
- /package/dist/components/{nmorph-breadcrumb → navigation/nmorph-breadcrumb}/NmorphBreadcrumb.vue.d.ts +0 -0
- /package/dist/components/{nmorph-breadcrumb → navigation/nmorph-breadcrumb}/types.d.ts +0 -0
- /package/dist/components/{nmorph-tabs → navigation/nmorph-tabs}/type.d.ts +0 -0
- /package/dist/components/{nmorph-tabs → navigation/nmorph-tabs}/utils.d.ts +0 -0
- /package/dist/components/{nmorph-divider → others/nmorph-divider}/types.d.ts +0 -0
- /package/dist/components/{nmorph-overlay → others/nmorph-overlay}/NmorphOverlay.vue.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { INmorphCommonInputProps } from '../../../types/common';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, Ref } from 'vue';
|
|
3
|
-
import { NmorphHourType, NmorphMinuteSecondsType } from '
|
|
3
|
+
import { NmorphHourType, NmorphMinuteSecondsType } from '../..';
|
|
4
4
|
interface INmorphProps extends Omit<INmorphCommonInputProps, 'fill'> {
|
|
5
5
|
modelValue?: number;
|
|
6
6
|
open?: boolean;
|
|
@@ -32,13 +32,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
32
32
|
disabledMinutes: any;
|
|
33
33
|
disabledSeconds: any;
|
|
34
34
|
}>>> & {
|
|
35
|
-
onInputDOMRef?: (val: Ref<HTMLElement>) => any;
|
|
36
35
|
"onUpdate:modelValue"?: (val: number) => any;
|
|
36
|
+
onInputDOMRef?: (val: Ref<HTMLElement>) => any;
|
|
37
37
|
"onOn-change-open-close"?: (val: boolean) => any;
|
|
38
38
|
}, {
|
|
39
|
+
height: "thick" | "default" | "thin";
|
|
39
40
|
disabled: boolean;
|
|
40
41
|
modelValue: number;
|
|
41
|
-
height: "thick" | "default" | "thin";
|
|
42
42
|
open: boolean;
|
|
43
43
|
initWithoutValue: boolean;
|
|
44
44
|
disabledHours: [NmorphHourType, NmorphHourType];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, Ref } from 'vue';
|
|
2
|
-
import { INmorphRadioOption, NmorphRadioStyleType } from '
|
|
2
|
+
import { INmorphRadioOption, NmorphRadioStyleType } from '../../..';
|
|
3
3
|
interface INmorphProps extends INmorphRadioOption {
|
|
4
4
|
styleType?: keyof typeof NmorphRadioStyleType;
|
|
5
5
|
}
|
|
@@ -16,8 +16,8 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
16
16
|
}>>> & {
|
|
17
17
|
onInputDOMRef?: (val: Ref<HTMLElement>) => any;
|
|
18
18
|
}, {
|
|
19
|
-
disabled: boolean;
|
|
20
19
|
label: string;
|
|
20
|
+
disabled: boolean;
|
|
21
21
|
styleType: "button-style" | "radio-style";
|
|
22
22
|
}, {}>, {
|
|
23
23
|
label?(_: {}): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { INmorphCommonInputProps, NmorphComponentDirection } from '../../../../types/common';
|
|
3
|
-
import { INmorphRadioOption, NmorphRadioStyleType } from '
|
|
3
|
+
import { INmorphRadioOption, NmorphRadioStyleType } from '../../..';
|
|
4
4
|
interface INmorphProps extends INmorphCommonInputProps {
|
|
5
5
|
modelValue: string;
|
|
6
6
|
options?: INmorphRadioOption[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as NmorphBacktop } from './nmorph-backtop/NmorphBacktop.vue';
|
|
2
|
+
export { default as NmorphBreadcrumb } from './nmorph-breadcrumb/NmorphBreadcrumb.vue';
|
|
3
|
+
export * from './nmorph-breadcrumb/types';
|
|
4
|
+
export { default as NmorphBreadcrumbItem } from './nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue';
|
|
5
|
+
export { default as NmorphDropdown } from './nmorph-dropdown/NmorphDropdown.vue';
|
|
6
|
+
export { default as NmorphTabs } from './nmorph-tabs/NmorphTabs.vue';
|
|
7
|
+
export * from './nmorph-tabs/type';
|
|
8
|
+
export * from './nmorph-tabs/utils';
|
|
9
|
+
export { default as NmorphTabPane } from './nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { INmorphBreadcrumbItemProps } from '
|
|
2
|
+
import { INmorphBreadcrumbItemProps } from '../../../..';
|
|
3
3
|
interface INmorphProps extends INmorphBreadcrumbItemProps {
|
|
4
4
|
}
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
|
package/dist/components/{nmorph-dropdown → navigation/nmorph-dropdown}/NmorphDropdown.vue.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { NmorphDomElementType } from '
|
|
2
|
+
import { NmorphDomElementType } from '../../../types/common';
|
|
3
3
|
interface INmorphProps {
|
|
4
4
|
open: boolean;
|
|
5
5
|
relativeElement: NmorphDomElementType;
|
|
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
24
24
|
"onOn-outside-click"?: () => any;
|
|
25
25
|
}, {
|
|
26
26
|
width: number;
|
|
27
|
-
xOffset: number;
|
|
28
27
|
yOffset: number;
|
|
28
|
+
xOffset: number;
|
|
29
29
|
fillWidth: boolean;
|
|
30
30
|
}, {}>, {
|
|
31
31
|
default?(_: {}): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { NmorphTableModelType } from '
|
|
2
|
+
import { NmorphTableModelType } from '../..';
|
|
3
3
|
interface INmorphProps {
|
|
4
4
|
modelValue?: NmorphTableModelType;
|
|
5
5
|
stretch?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { INmorphTabPaneProps } from '
|
|
2
|
+
import { INmorphTabPaneProps } from '../../../..';
|
|
3
3
|
interface INmorphProps extends INmorphTabPaneProps {
|
|
4
4
|
}
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
|
|
@@ -9,8 +9,8 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
9
9
|
label: string;
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
}>>>, {
|
|
12
|
-
disabled: boolean;
|
|
13
12
|
label: string;
|
|
13
|
+
disabled: boolean;
|
|
14
14
|
}, {}>, {
|
|
15
15
|
label?(_: {}): any;
|
|
16
16
|
default?(_: {}): any;
|
package/dist/components.d.ts
CHANGED
|
@@ -1,50 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export { default as NmorphSlider } from './components/inputs/nmorph-slider/NmorphSlider.vue';
|
|
8
|
-
export { default as NmorphSwitch } from './components/inputs/nmorph-switch/NmorphSwitch.vue';
|
|
9
|
-
export { default as NmorphSelect } from './components/inputs/nmorph-select/NmorphSelect.vue';
|
|
10
|
-
export { default as NmorphSelectOption } from './components/inputs/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue';
|
|
11
|
-
export { default as NmorphFileUpload } from './components/inputs/nmorph-file-upload/NmorphFileUpload.vue';
|
|
12
|
-
export { default as NmorphTimePicker } from './components/inputs/nmorph-time-picker/NmorphTimePicker.vue';
|
|
13
|
-
export { default as NmorphDatePicker } from './components/inputs/nmorph-date-picker/NmorphDatePicker.vue';
|
|
14
|
-
export { default as NmorphYearMonthPicker } from './components/inputs/nmorph-date-picker/components/nmorph-year-month-picker/NmorphYearMonthPicker.vue';
|
|
15
|
-
export { default as NmorphAutocomplete } from './components/inputs/nmorph-autocomplete/NmorphAutocomplete.vue';
|
|
16
|
-
export { default as NmorphIcon } from './components/nmorph-icon/NmorphIcon.vue';
|
|
17
|
-
export { default as NmorphButton } from './components/nmorph-button/NmorphButton.vue';
|
|
18
|
-
export { default as NmorphCard } from './components/nmorph-card/NmorphCard.vue';
|
|
19
|
-
export { default as NmorphLink } from './components/nmorph-link/NmorphLink.vue';
|
|
20
|
-
export { default as NmorphTooltip } from './components/nmorph-tooltip/NmorphTooltip.vue';
|
|
21
|
-
export { default as NmorphTag } from './components/nmorph-tag/NmorphTag.vue';
|
|
22
|
-
export { default as NmorphOverlay } from './components/nmorph-overlay/NmorphOverlay.vue';
|
|
23
|
-
export { default as NmorphImage } from './components/nmorph-image/NmorphImage.vue';
|
|
24
|
-
export { default as NmorphImagePreview } from './components/nmorph-image-preview/NmorphImagePreview.vue';
|
|
25
|
-
export { default as NmorphCarousel } from './components/nmorph-carousel/NmorphCarousel.vue';
|
|
26
|
-
export { default as NmorphCarouselItem } from './components/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue';
|
|
27
|
-
export { default as NmorphFormItem } from './components/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue';
|
|
28
|
-
export { default as NmorphForm } from './components/nmorph-form/NmorphForm.vue';
|
|
29
|
-
export { default as NmorphScroll } from './components/nmorph-scroll/NmorphScroll.vue';
|
|
30
|
-
export { default as NmorphDropdown } from './components/nmorph-dropdown/NmorphDropdown.vue';
|
|
31
|
-
export { default as NmorphCalendar } from './components/nmorph-calendar/NmorphCalendar.vue';
|
|
32
|
-
export { default as NmorphTable } from './components/nmorph-table/NmorphTable.vue';
|
|
33
|
-
export { default as NmorphTableColumn } from './components/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue';
|
|
34
|
-
export { default as NmorphTableCell } from './components/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue';
|
|
35
|
-
export { default as NmorphDivider } from './components/nmorph-divider/NmorphDivider.vue';
|
|
36
|
-
export { default as NmorphCollapse } from './components/nmorph-collapse/NmorphCollapse.vue';
|
|
37
|
-
export { default as NmorphCollapseItem } from './components/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue';
|
|
38
|
-
export { default as NmorphProgress } from './components/nmorph-progress/NmorphProgress.vue';
|
|
39
|
-
export { default as NmorphBacktop } from './components/nmorph-backtop/NmorphBacktop.vue';
|
|
40
|
-
export { default as NmorphBadge } from './components/nmorph-badge/NmorphBadge.vue';
|
|
41
|
-
export { default as NmorphAvatar } from './components/nmorph-avatar/NmorphAvatar.vue';
|
|
42
|
-
export { default as NmorphTabs } from './components/nmorph-tabs/NmorphTabs.vue';
|
|
43
|
-
export { default as NmorphTabPane } from './components/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue';
|
|
44
|
-
export { default as NmorphBreadcrumb } from './components/nmorph-breadcrumb/NmorphBreadcrumb.vue';
|
|
45
|
-
export { default as NmorphBreadcrumbItem } from './components/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue';
|
|
46
|
-
export { default as NmorphAlert } from './components/nmorph-alert/NmorphAlert.vue';
|
|
47
|
-
export { default as NmorphDialog } from './components/nmorph-dialog/NmorphDialog.vue';
|
|
48
|
-
export { default as NmorphSkeleton } from './components/nmorph-skeleton/NmorphSkeleton.vue';
|
|
49
|
-
export { default as NmorphSkeletonItem } from './components/nmorph-skeleton/components/NmorphSkeletonItem.vue';
|
|
50
|
-
export { default as NmorphPagination } from './components/nmorph-pagination/NmorphPagination.vue';
|
|
1
|
+
export * from './components/basic';
|
|
2
|
+
export * from './components/data';
|
|
3
|
+
export * from './components/feedback';
|
|
4
|
+
export * from './components/form';
|
|
5
|
+
export * from './components/navigation';
|
|
6
|
+
export * from './components/others';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
|
-
import { NmorphAvailableFormValueType } from '../components/nmorph-form/types';
|
|
2
|
+
import { NmorphAvailableFormValueType } from '../components/form/nmorph-form/types';
|
|
3
3
|
export declare const enum NmorphArrayValidationOperator {
|
|
4
4
|
'contains-one' = "contains-one",
|
|
5
5
|
'not-contains' = "not-contains",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
|
-
import { NmorphFormValueType } from '../components/nmorph-form/types';
|
|
2
|
+
import { NmorphFormValueType } from '../components/form/nmorph-form/types';
|
|
3
3
|
export declare const useFormValidation: (formData: NmorphFormValueType, validateFormOnLoad?: boolean) => {
|
|
4
4
|
fields: Record<string, {
|
|
5
5
|
touched: Ref<boolean>;
|