@ai-table/grid 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-table/grid",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.4",
6
6
  "@angular/core": "^18.1.4",
@@ -3,6 +3,8 @@
3
3
  @use 'ngx-tethys/styles/variables.scss';
4
4
  @use '../components/cell-editors/cell-editor.scss';
5
5
  @use '../components/cell-views/select/option.scss';
6
+ @use '../components/field-menu/field-menu.scss';
7
+
6
8
  .ai-table-dom-grid {
7
9
  display: table;
8
10
  width: 100%;