@nova-design-system/nova-vue 3.26.0 → 3.27.0

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.
@@ -42,6 +42,7 @@ export declare const NvMenuitem: StencilVueComponent<JSX.NvMenuitem>;
42
42
  export declare const NvNotification: StencilVueComponent<JSX.NvNotification, JSX.NvNotification["hidden"]>;
43
43
  export declare const NvNotificationBullet: StencilVueComponent<JSX.NvNotificationBullet>;
44
44
  export declare const NvNotificationcontainer: StencilVueComponent<JSX.NvNotificationcontainer>;
45
+ export declare const NvPaginationNav: StencilVueComponent<JSX.NvPaginationNav, JSX.NvPaginationNav["currentPage"]>;
45
46
  export declare const NvPaginationtable: StencilVueComponent<JSX.NvPaginationtable, JSX.NvPaginationtable["pageIndex"]>;
46
47
  export declare const NvPopover: StencilVueComponent<JSX.NvPopover, JSX.NvPopover["open"]>;
47
48
  export declare const NvRow: StencilVueComponent<JSX.NvRow>;
@@ -687,6 +687,21 @@ export const NvNotificationBullet = /*@__PURE__*/ defineContainer('nv-notificati
687
687
  export const NvNotificationcontainer = /*@__PURE__*/ defineContainer('nv-notificationcontainer', undefined, [
688
688
  'position'
689
689
  ]);
690
+ export const NvPaginationNav = /*@__PURE__*/ defineContainer('nv-pagination-nav', undefined, [
691
+ 'previousButtonLabel',
692
+ 'nextButtonLabel',
693
+ 'numStartZoneButtons',
694
+ 'numEndZoneButtons',
695
+ 'numMiddleButtons',
696
+ 'currentPage',
697
+ 'totalCount',
698
+ 'pageSize',
699
+ 'isOnlyIcon',
700
+ 'showMiddleZone',
701
+ 'currentPageChanged'
702
+ ], [
703
+ 'currentPageChanged'
704
+ ], 'currentPage', 'currentPageChanged', undefined);
690
705
  export const NvPaginationtable = /*@__PURE__*/ defineContainer('nv-paginationtable', undefined, [
691
706
  'pageIndex',
692
707
  'pageSize',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-vue",
3
- "version": "3.26.0",
3
+ "version": "3.27.0",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",