@zag-js/pagination
Advanced tools
Comparing version 1.0.0 to 1.0.1
import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
import { DirectionProperty, CommonProperties, PropTypes, RequiredBy, NormalizeProps } from '@zag-js/types'; | ||
import * as _zag_js_core from '@zag-js/core'; | ||
import { Service, EventObject } from '@zag-js/core'; | ||
import { Service, Machine, EventObject } from '@zag-js/core'; | ||
@@ -125,2 +125,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "item" | "ellipsis" | "prevTrigger" | "nextTrigger">; | ||
type PaginationService = Service<PaginationSchema>; | ||
type PaginationMachine = Machine<PaginationSchema>; | ||
interface ItemProps { | ||
@@ -213,3 +214,3 @@ type: "page"; | ||
declare const machine: _zag_js_core.MachineConfig<PaginationSchema>; | ||
declare const machine: _zag_js_core.Machine<PaginationSchema>; | ||
@@ -223,2 +224,2 @@ declare const props: (keyof PaginationProps)[]; | ||
export { type PaginationApi as Api, type ElementIds, type EllipsisProps, type IntlTranslations, type ItemLabelDetails, type ItemProps, type PageChangeDetails, type PageSizeChangeDetails, type PaginationProps as Props, type PaginationService as Service, anatomy, connect, ellipsisProps, itemProps, machine, props, splitEllipsisProps, splitItemProps, splitProps }; | ||
export { type PaginationApi as Api, type ElementIds, type EllipsisProps, type IntlTranslations, type ItemLabelDetails, type ItemProps, type PaginationMachine as Machine, type PageChangeDetails, type PageSizeChangeDetails, type PaginationProps as Props, type PaginationService as Service, anatomy, connect, ellipsisProps, itemProps, machine, props, splitEllipsisProps, splitItemProps, splitProps }; |
{ | ||
"name": "@zag-js/pagination", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core logic for the pagination widget implemented as a state machine", | ||
@@ -29,7 +29,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "1.0.0", | ||
"@zag-js/dom-query": "1.0.0", | ||
"@zag-js/utils": "1.0.0", | ||
"@zag-js/core": "1.0.0", | ||
"@zag-js/types": "1.0.0" | ||
"@zag-js/anatomy": "1.0.1", | ||
"@zag-js/dom-query": "1.0.1", | ||
"@zag-js/utils": "1.0.1", | ||
"@zag-js/core": "1.0.1", | ||
"@zag-js/types": "1.0.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
35978
832
+ Added@zag-js/anatomy@1.0.1(transitive)
+ Added@zag-js/core@1.0.1(transitive)
+ Added@zag-js/dom-query@1.0.1(transitive)
+ Added@zag-js/types@1.0.1(transitive)
+ Added@zag-js/utils@1.0.1(transitive)
- Removed@zag-js/anatomy@1.0.0(transitive)
- Removed@zag-js/core@1.0.0(transitive)
- Removed@zag-js/dom-query@1.0.0(transitive)
- Removed@zag-js/types@1.0.0(transitive)
- Removed@zag-js/utils@1.0.0(transitive)
Updated@zag-js/anatomy@1.0.1
Updated@zag-js/core@1.0.1
Updated@zag-js/dom-query@1.0.1
Updated@zag-js/types@1.0.1
Updated@zag-js/utils@1.0.1