Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Jul 1, 2024
1 parent 9874a0e commit 06c42f0
Show file tree
Hide file tree
Showing 40 changed files with 43 additions and 42 deletions.
2 changes: 1 addition & 1 deletion community-modules/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
"replace-in-file": "4.1.0",
"rimraf": "3.0.2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/client-side-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/csv-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/infinite-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"stylelint-scss": "4.3.0",
"glob": "8.0.3"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion community-modules/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion documentation/ag-grid-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
"vite-plugin-mkcert": "^1.17.2",
"vitest": "^1.1.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const Changelog = () => {
headerName: 'Version',
filter: 'agSetColumnFilter',
width: 145,
sort: 'desc'
sort: 'desc',
},
IssueTypeColDef,
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
} from '@ag-grid-community/core';
import { ModuleRegistry } from '@ag-grid-community/core';
import { CsvExportModule } from '@ag-grid-community/csv-export';
import { AG_GRID_LOCALE_DE } from '@ag-grid-community/locale';
import { GridChartsModule } from '@ag-grid-enterprise/charts-enterprise';
import { ClipboardModule } from '@ag-grid-enterprise/clipboard';
import { ColumnsToolPanelModule } from '@ag-grid-enterprise/column-tool-panel';
Expand All @@ -22,8 +23,6 @@ import { SetFilterModule } from '@ag-grid-enterprise/set-filter';
import { SideBarModule } from '@ag-grid-enterprise/side-bar';
import { StatusBarModule } from '@ag-grid-enterprise/status-bar';

import { AG_GRID_LOCALE_DE } from '@ag-grid-community/locale';

import { zzzLocale } from './locale';

// Create a dummy locale based on english but prefix everything with zzz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
} from '@ag-grid-community/core';
import { ModuleRegistry } from '@ag-grid-community/core';
import { CsvExportModule } from '@ag-grid-community/csv-export';
import { AG_GRID_LOCALE_DE } from '@ag-grid-community/locale';
import { GridChartsModule } from '@ag-grid-enterprise/charts-enterprise';
import { ClipboardModule } from '@ag-grid-enterprise/clipboard';
import { ColumnsToolPanelModule } from '@ag-grid-enterprise/column-tool-panel';
Expand All @@ -22,8 +23,6 @@ import { SetFilterModule } from '@ag-grid-enterprise/set-filter';
import { SideBarModule } from '@ag-grid-enterprise/side-bar';
import { StatusBarModule } from '@ag-grid-enterprise/status-bar';

import { AG_GRID_LOCALE_DE } from '@ag-grid-community/locale';

ModuleRegistry.registerModules([
ClientSideRowModelModule,
ClipboardModule,
Expand Down
5 changes: 4 additions & 1 deletion documentation/ag-grid-docs/src/utils/gridLibraryPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ export const getGridLocaleScriptPath = (sitePrefix?: string) => {
return PUBLISHED_UMD_URLS['@ag-grid-community/locale'];
}
const sitePrefixUrl = sitePrefix ? sitePrefix : '';
return pathJoin(sitePrefixUrl, `/files/@ag-grid-community/locale/dist/umd/@ag-grid-community/locale${getIsDev() ? '' : '.min'}.js`);
return pathJoin(
sitePrefixUrl,
`/files/@ag-grid-community/locale/dist/umd/@ag-grid-community/locale${getIsDev() ? '' : '.min'}.js`
);
};

export const getCacheBustingUrl = (url: string, timestamp: number) => `${url}?t=${timestamp}`;
2 changes: 1 addition & 1 deletion documentation/update-algolia-indices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"jsdom": "^24.0.0"
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/advanced-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/charts-enterprise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/column-tool-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/filter-tool-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/master-detail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/multi-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/range-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/rich-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/row-grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/server-side-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/set-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/side-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/sparklines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/status-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion enterprise-modules/viewport-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion plugins/ag-grid-generate-code-reference-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"scripts": {
"copySrcFilesForGeneration": "node ./src/copySrcFilesForGeneration.js"
}
}
}
2 changes: 1 addition & 1 deletion plugins/ag-grid-generate-example-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"copySrcFilesForGeneration": "node ./src/copySrcFilesForGeneration.js",
"generateGridOptionsType": "ts-node ./gridOptionsTypes/buildGridOptionsType.ts"
}
}
}
2 changes: 1 addition & 1 deletion plugins/ag-grid-task-autogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"main": "./src/index.ts",
"typings": "./src/index.d.ts",
"executors": "./executors.json"
}
}
2 changes: 1 addition & 1 deletion testing/behavioural/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"bugs": {
"url": "https://github.com/ag-grid/ag-grid/issues"
}
}
}

0 comments on commit 06c42f0

Please sign in to comment.