slickgrid-react
Advanced tools
Comparing version 5.3.1 to 5.3.2
import React from 'react'; | ||
import { BackendServiceApi, Column, EventSubscription, ExtensionList, ExternalResource, Locale, Metrics, Pagination, ServicePagination, SlickDataView, SlickEventHandler, SlickGrid, BackendUtilityService, CollectionService, ExtensionService, ExtensionUtility, FilterFactory, FilterService, GridEventService, GridService, GridStateService, GroupingAndColspanService, PaginationService, ResizerService, RxJsFacade, SharedService, SlickGroupItemMetadataProvider, SortService, TreeDataService } from '@slickgrid-universal/common'; | ||
import { type BackendServiceApi, type Column, type EventSubscription, type ExtensionList, type ExternalResource, type Locale, type Metrics, type Pagination, type ServicePagination, SlickDataView, SlickEventHandler, SlickGrid, BackendUtilityService, CollectionService, ExtensionService, ExtensionUtility, FilterFactory, FilterService, GridEventService, GridService, GridStateService, GroupingAndColspanService, PaginationService, ResizerService, type RxJsFacade, SharedService, SlickGroupItemMetadataProvider, SortService, TreeDataService } from '@slickgrid-universal/common'; | ||
import { EventPubSubService } from '@slickgrid-universal/event-pub-sub'; | ||
@@ -7,6 +7,6 @@ import { SlickFooterComponent } from '@slickgrid-universal/custom-footer-component'; | ||
import { SlickPaginationComponent } from '@slickgrid-universal/pagination-component'; | ||
import { SlickgridReactInstance, GridOption } from '../models/index'; | ||
import type { SlickgridReactInstance, GridOption } from '../models/index'; | ||
import { ReactUtilService, TranslaterService } from '../services/index'; | ||
import { Subscription } from 'rxjs'; | ||
import { SlickgridReactProps } from './slickgridReactProps'; | ||
import type { Subscription } from 'rxjs'; | ||
import type { SlickgridReactProps } from './slickgridReactProps'; | ||
interface State { | ||
@@ -13,0 +13,0 @@ showPagination: boolean; |
{ | ||
"name": "slickgrid-react", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "Slickgrid components made available in React", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
"delete:dist": "rimraf dist", | ||
"lint": "eslint src/slickgrid-react", | ||
"lint": "eslint --cache .", | ||
"build:cjs": "tsc --project src/slickgrid-react/tsconfig.build.json --outDir dist/cjs --module commonjs --declaration false", | ||
@@ -82,8 +82,2 @@ "postbuild:cjs": "copyfiles --up 2 src/slickgrid-react/**/*.html dist/cjs", | ||
], | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"files": [ | ||
@@ -94,7 +88,7 @@ "/dist", | ||
"dependencies": { | ||
"@slickgrid-universal/common": "~5.3.3", | ||
"@slickgrid-universal/custom-footer-component": "~5.3.3", | ||
"@slickgrid-universal/empty-warning-component": "~5.3.3", | ||
"@slickgrid-universal/event-pub-sub": "~5.3.0", | ||
"@slickgrid-universal/pagination-component": "~5.3.3", | ||
"@slickgrid-universal/common": "~5.3.4", | ||
"@slickgrid-universal/custom-footer-component": "~5.3.4", | ||
"@slickgrid-universal/empty-warning-component": "~5.3.4", | ||
"@slickgrid-universal/event-pub-sub": "~5.3.4", | ||
"@slickgrid-universal/pagination-component": "~5.3.4", | ||
"dequal": "^2.0.3", | ||
@@ -111,9 +105,9 @@ "i18next": "^23.11.5", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@slickgrid-universal/composite-editor-component": "~5.3.3", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~5.3.3", | ||
"@slickgrid-universal/excel-export": "~5.3.3", | ||
"@slickgrid-universal/graphql": "~5.3.3", | ||
"@slickgrid-universal/odata": "~5.3.3", | ||
"@slickgrid-universal/rxjs-observable": "~5.3.3", | ||
"@slickgrid-universal/text-export": "~5.3.3", | ||
"@slickgrid-universal/composite-editor-component": "~5.3.4", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~5.3.4", | ||
"@slickgrid-universal/excel-export": "~5.3.4", | ||
"@slickgrid-universal/graphql": "~5.3.4", | ||
"@slickgrid-universal/odata": "~5.3.4", | ||
"@slickgrid-universal/rxjs-observable": "~5.3.4", | ||
"@slickgrid-universal/text-export": "~5.3.4", | ||
"@types/dompurify": "^3.0.5", | ||
@@ -141,3 +135,3 @@ "@types/fnando__sparkline": "^0.3.7", | ||
"esbuild-loader": "^4.2.0", | ||
"eslint": "^9.6.0", | ||
"eslint": "^9.7.0", | ||
"eslint-plugin-cypress": "^3.3.0", | ||
@@ -147,3 +141,6 @@ "eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-react": "^7.34.4", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"fetch-jsonp": "^1.3.0", | ||
"globals": "^15.8.0", | ||
"html-loader": "5.0.0", | ||
@@ -166,14 +163,14 @@ "html-webpack-plugin": "5.6.0", | ||
"regenerator-runtime": "^0.14.1", | ||
"release-it": "^17.4.1", | ||
"rimraf": "^5.0.7", | ||
"release-it": "^17.5.0", | ||
"rimraf": "^5.0.9", | ||
"rxjs": "^7.8.1", | ||
"sass": "^1.77.6", | ||
"sass": "^1.77.8", | ||
"sass-loader": "^14.2.1", | ||
"serve": "^14.2.3", | ||
"style-loader": "4.0.0", | ||
"ts-jest": "^29.1.5", | ||
"ts-jest": "^29.2.2", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.15.0", | ||
"webpack": "^5.92.1", | ||
"typescript-eslint": "^7.16.0", | ||
"webpack": "^5.93.0", | ||
"webpack-cli": "^5.1.4", | ||
@@ -180,0 +177,0 @@ "webpack-dev-server": "^5.0.4" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
525521
75
6404