@nmorph/nmorph-ui-kit 0.2.117 → 0.2.124

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.
@@ -9,6 +9,7 @@ declare function __VLS_template(): {
9
9
  default?(_: {}): any;
10
10
  };
11
11
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
12
+ id: any;
12
13
  type: string;
13
14
  closable: boolean;
14
15
  title: string;
@@ -17,9 +18,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
17
18
  showIcon: boolean;
18
19
  bordered: boolean;
19
20
  html: string;
21
+ closeIconPosition: string;
20
22
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
23
  close: () => void;
22
24
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
25
+ id: any;
23
26
  type: string;
24
27
  closable: boolean;
25
28
  title: string;
@@ -28,6 +31,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
28
31
  showIcon: boolean;
29
32
  bordered: boolean;
30
33
  html: string;
34
+ closeIconPosition: string;
31
35
  }>>> & Readonly<{
32
36
  onClose?: () => any;
33
37
  }>, {
@@ -35,10 +39,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
35
39
  type: keyof typeof NmorphAlertType;
36
40
  html: string;
37
41
  title: string;
42
+ id: string;
38
43
  closable: boolean;
39
44
  content: string;
40
45
  showIcon: boolean;
41
46
  bordered: boolean;
47
+ closeIconPosition: string;
42
48
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
43
49
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
44
50
  export default _default;
@@ -5,14 +5,14 @@ export declare enum NmorphAlertType {
5
5
  info = "info"
6
6
  }
7
7
  export interface INmorphAlertProps {
8
- id?: number;
8
+ id?: string;
9
9
  type?: keyof typeof NmorphAlertType;
10
10
  closable?: boolean;
11
11
  title?: string;
12
12
  content?: string;
13
13
  fill?: boolean;
14
- maxWidth?: number;
15
14
  showIcon?: boolean;
16
15
  bordered?: boolean;
17
16
  html?: string;
17
+ closeIconPosition?: string;
18
18
  }
@@ -8,6 +8,7 @@ interface INmorphProps {
8
8
  closeOnClickModal?: boolean;
9
9
  showClose?: boolean;
10
10
  zIndex?: number;
11
+ closeOnOverlay?: boolean;
11
12
  }
12
13
  declare function __VLS_template(): {
13
14
  header?(_: {}): any;
@@ -22,6 +23,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
22
23
  closeOnClickModal: boolean;
23
24
  showClose: boolean;
24
25
  zIndex: number;
26
+ closeOnOverlay: boolean;
25
27
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
28
  "on-close": () => void;
27
29
  "update:model-value": (value: boolean) => void;
@@ -34,6 +36,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
34
36
  closeOnClickModal: boolean;
35
37
  showClose: boolean;
36
38
  zIndex: number;
39
+ closeOnOverlay: boolean;
37
40
  }>>> & Readonly<{
38
41
  "onUpdate:model-value"?: (value: boolean) => any;
39
42
  "onOn-close"?: () => any;
@@ -46,6 +49,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
46
49
  closeDelay: number;
47
50
  closeOnClickModal: boolean;
48
51
  showClose: boolean;
52
+ closeOnOverlay: boolean;
49
53
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
50
54
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
51
55
  export default _default;
@@ -5,17 +5,20 @@ interface INmorphProps extends INmorphTabPaneProps {
5
5
  }
6
6
  declare function __VLS_template(): {
7
7
  label?(_: {}): any;
8
- default?(_: {}): any;
8
+ content?(_: {}): any;
9
9
  };
10
10
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
11
  label: string;
12
12
  disabled: boolean;
13
+ content: string;
13
14
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
14
15
  label: string;
15
16
  disabled: boolean;
17
+ content: string;
16
18
  }>>> & Readonly<{}>, {
17
19
  label: string;
18
20
  disabled: boolean;
21
+ content: string;
19
22
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
20
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
24
  export default _default;
@@ -5,6 +5,7 @@ export interface INmorphTabPaneProps {
5
5
  label?: string;
6
6
  name: string;
7
7
  disabled?: boolean;
8
+ content?: string;
8
9
  }
9
10
  export interface INmorphTabsDataProvider {
10
11
  tabsData: Ref<INmorphTabPaneProps[]>;
@@ -1,25 +1,21 @@
1
1
  import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
2
  interface INmorphProps {
3
3
  show: boolean;
4
- outsideClickEmitEvent?: boolean;
5
4
  transparent?: boolean;
6
5
  }
7
6
  declare function __VLS_template(): {
8
7
  default?(_: {}): any;
9
8
  };
10
9
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
- outsideClickEmitEvent: boolean;
12
10
  transparent: boolean;
13
11
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
12
  "on-outside-click": () => void;
15
13
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
16
- outsideClickEmitEvent: boolean;
17
14
  transparent: boolean;
18
15
  }>>> & Readonly<{
19
16
  "onOn-outside-click"?: () => any;
20
17
  }>, {
21
18
  transparent: boolean;
22
- outsideClickEmitEvent: boolean;
23
19
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
21
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { INmorphAlertProps } from '../../../main';
2
2
 
3
3
  export interface INmorphNotification extends INmorphAlertProps {
4
- id?: number;
4
+ id?: string;
5
5
  duration?: number;
6
6
  width?: string;
7
7
  }
@@ -4,5 +4,5 @@ import { Ref } from 'vue';
4
4
  export declare const useNmorphNotification: () => {
5
5
  notifications: Ref<any[], any[]>;
6
6
  notify: (options: INmorphNotification) => void;
7
- removeNotification: (id: number) => void;
7
+ removeNotification: (id: string) => void;
8
8
  };