@smart-factor/gem-ui-components 0.0.164 → 0.0.165

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.
@@ -10,6 +10,7 @@ export declare const Default: Story;
10
10
  export declare const Loading: Story;
11
11
  export declare const Empty: Story;
12
12
  export declare const WithExcelExport: Story;
13
+ export declare const MixedColumnTypes: Story;
13
14
  interface ExtendedRowData extends GridValidRowModel {
14
15
  id: number;
15
16
  name: string;
package/dist/main.js CHANGED
@@ -2102,6 +2102,7 @@ function aa() {
2102
2102
  function Lc(e) {
2103
2103
  return {
2104
2104
  type: "number",
2105
+ headerAlign: "left",
2105
2106
  filterOperators: aa(),
2106
2107
  renderCell: ({ value: t }) => /* @__PURE__ */ c(rt, { children: t }),
2107
2108
  ...e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.164",
3
+ "version": "0.0.165",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",