@steedos-widgets/ag-grid 6.3.12-beta.28 → 6.3.12-beta.29

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.
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { CustomCellEditorProps } from 'ag-grid-react';
3
+ export declare const MultiSelectCellEditor: (props: CustomCellEditorProps<any, any, any> & {
4
+ minWidth?: number;
5
+ fieldConfig?: any;
6
+ values?: any;
7
+ }) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { CustomFilterProps } from "ag-grid-react";
3
+ export declare const DateTimeFilter: (props: CustomFilterProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './datetime';
@@ -1,4 +1,2 @@
1
1
  export * from './components';
2
2
  export * from './amis';
3
- import "ag-grid-community/styles/ag-grid.css";
4
- import "ag-grid-community/styles/ag-theme-quartz.css";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/ag-grid",
3
3
  "private": false,
4
- "version": "6.3.12-beta.28",
4
+ "version": "6.3.12-beta.29",
5
5
  "main": "dist/ag-grid.cjs.js",
6
6
  "module": "dist/ag-grid.esm.js",
7
7
  "unpkg": "dist/ag-grid.umd.js",
@@ -48,12 +48,12 @@
48
48
  "rollup-plugin-visualizer": "^5.8.0"
49
49
  },
50
50
  "dependencies": {
51
- "@ag-grid-community/locale": "^32.3.3",
51
+ "@ag-grid-community/locale": "^33.1.1",
52
52
  "@rollup/plugin-replace": "^5.0.2",
53
- "@steedos-widgets/amis-lib": "6.3.12-beta.28",
54
- "ag-grid-community": "~32.3.3",
55
- "ag-grid-enterprise": "~32.3.3",
56
- "ag-grid-react": "~32.3.3"
53
+ "@steedos-widgets/amis-lib": "6.3.12-beta.29",
54
+ "ag-grid-community": "~33.1.1",
55
+ "ag-grid-enterprise": "~33.1.1",
56
+ "ag-grid-react": "~33.1.1"
57
57
  },
58
- "gitHead": "193bba08e2c235f62829fee0c719ff3bff233dfb"
58
+ "gitHead": "0279973b21caecc90169fc616259ceac84ea71b2"
59
59
  }
@@ -1,20 +0,0 @@
1
- import { ICellEditorComp, ICellEditorParams } from 'ag-grid-community';
2
- export declare class AmisDateTimeCellEditor implements ICellEditorComp {
3
- private eGui;
4
- private name;
5
- private value;
6
- private amisScope;
7
- private containerId;
8
- private amisSchema;
9
- private amisData;
10
- private amisEnv;
11
- private params;
12
- private cellFormId;
13
- init(params: ICellEditorParams): void;
14
- setupGui(): void;
15
- getGui(): HTMLElement;
16
- afterGuiAttached?(): void;
17
- getValue(): any;
18
- destroy?(): void;
19
- isPopup?(): boolean;
20
- }
@@ -1,20 +0,0 @@
1
- import { ICellEditorComp, ICellEditorParams } from 'ag-grid-community';
2
- export declare class AmisLookupCellEditor implements ICellEditorComp {
3
- private eGui;
4
- private name;
5
- private value;
6
- private amisScope;
7
- private containerId;
8
- private amisSchema;
9
- private amisData;
10
- private amisEnv;
11
- private params;
12
- private cellFormId;
13
- init(params: ICellEditorParams): void;
14
- setupGui(): void;
15
- getGui(): HTMLElement;
16
- afterGuiAttached?(): void;
17
- getValue(): any;
18
- destroy?(): void;
19
- isPopup?(): boolean;
20
- }
@@ -1,20 +0,0 @@
1
- import { ICellEditorComp, ICellEditorParams } from 'ag-grid-community';
2
- export declare class AmisMultiSelectCellEditor implements ICellEditorComp {
3
- private eGui;
4
- private name;
5
- private value;
6
- private amisScope;
7
- private containerId;
8
- private amisSchema;
9
- private amisData;
10
- private amisEnv;
11
- private params;
12
- private cellFormId;
13
- init(params: ICellEditorParams): void;
14
- setupGui(): void;
15
- getGui(): HTMLElement;
16
- afterGuiAttached?(): void;
17
- getValue(): any;
18
- destroy?(): void;
19
- isPopup?(): boolean;
20
- }
@@ -1,20 +0,0 @@
1
- import { ICellEditorComp, ICellEditorParams } from 'ag-grid-community';
2
- export declare class AmisDateTimeCellEditor implements ICellEditorComp {
3
- private eGui;
4
- private name;
5
- private value;
6
- private amisScope;
7
- private containerId;
8
- private amisSchema;
9
- private amisData;
10
- private amisEnv;
11
- private params;
12
- private cellFormId;
13
- init(params: ICellEditorParams): void;
14
- setupGui(): void;
15
- getGui(): HTMLElement;
16
- afterGuiAttached?(): void;
17
- getValue(): any;
18
- destroy?(): void;
19
- isPopup?(): boolean;
20
- }
@@ -1,20 +0,0 @@
1
- import { ICellEditorComp, ICellEditorParams } from 'ag-grid-community';
2
- export declare class AmisLookupCellEditor implements ICellEditorComp {
3
- private eGui;
4
- private name;
5
- private value;
6
- private amisScope;
7
- private containerId;
8
- private amisSchema;
9
- private amisData;
10
- private amisEnv;
11
- private params;
12
- private cellFormId;
13
- init(params: ICellEditorParams): void;
14
- setupGui(): void;
15
- getGui(): HTMLElement;
16
- afterGuiAttached?(): void;
17
- getValue(): any;
18
- destroy?(): void;
19
- isPopup?(): boolean;
20
- }
@@ -1,20 +0,0 @@
1
- import { ICellEditorComp, ICellEditorParams } from 'ag-grid-community';
2
- export declare class AmisMultiSelectCellEditor implements ICellEditorComp {
3
- private eGui;
4
- private name;
5
- private value;
6
- private amisScope;
7
- private containerId;
8
- private amisSchema;
9
- private amisData;
10
- private amisEnv;
11
- private params;
12
- private cellFormId;
13
- init(params: ICellEditorParams): void;
14
- setupGui(): void;
15
- getGui(): HTMLElement;
16
- afterGuiAttached?(): void;
17
- getValue(): any;
18
- destroy?(): void;
19
- isPopup?(): boolean;
20
- }
File without changes