@nmorph/nmorph-ui-kit 0.2.109 → 0.2.110

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.
@@ -6,6 +6,7 @@ interface INmorphProps {
6
6
  disabled?: boolean;
7
7
  hideOnSinglePage?: boolean;
8
8
  maxVisiblePages?: number;
9
+ forwardBackwardStep?: number;
9
10
  }
10
11
  declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
11
12
  modelValue: number;
@@ -13,6 +14,7 @@ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VL
13
14
  disabled: boolean;
14
15
  hideOnSinglePage: boolean;
15
16
  maxVisiblePages: number;
17
+ forwardBackwardStep: number;
16
18
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
17
19
  "update:model-value": (elementsQuantityOnPage: number) => void;
18
20
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<INmorphProps>, {
@@ -21,6 +23,7 @@ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VL
21
23
  disabled: boolean;
22
24
  hideOnSinglePage: boolean;
23
25
  maxVisiblePages: number;
26
+ forwardBackwardStep: number;
24
27
  }>>> & Readonly<{
25
28
  "onUpdate:model-value"?: (elementsQuantityOnPage: number) => any;
26
29
  }>, {
@@ -29,6 +32,7 @@ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VL
29
32
  elementsQuantityOnPage: number;
30
33
  hideOnSinglePage: boolean;
31
34
  maxVisiblePages: number;
35
+ forwardBackwardStep: number;
32
36
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
33
37
  export default _default;
34
38
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "0.2.109",
5
+ "version": "0.2.110",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",