@vuu-ui/vuu-utils 3.3.3 → 3.3.4

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.3.3",
2
+ "version": "3.3.4",
3
3
  "author": "heswell",
4
4
  "main": "./src/index.js",
5
5
  "license": "Apache-2.0",
@@ -15,14 +15,14 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@dnd-kit/react": "^0.1.21",
18
- "@vuu-ui/vuu-data-types": "3.3.3",
19
- "@vuu-ui/vuu-table-types": "3.3.3",
20
- "@vuu-ui/vuu-filter-types": "3.3.3",
21
- "@vuu-ui/vuu-protocol-types": "3.3.3"
18
+ "@vuu-ui/vuu-data-types": "3.3.4",
19
+ "@vuu-ui/vuu-table-types": "3.3.4",
20
+ "@vuu-ui/vuu-filter-types": "3.3.4",
21
+ "@vuu-ui/vuu-protocol-types": "3.3.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@internationalized/date": "^3.0.0",
25
- "@vuu-ui/vuu-filter-parser": "3.3.3",
25
+ "@vuu-ui/vuu-filter-parser": "3.3.4",
26
26
  "clsx": "^2.0.0",
27
27
  "react": "^19.2.3",
28
28
  "react-dom": "^19.2.3"
@@ -199,6 +199,7 @@ export declare const applyDefaultColumnConfig: ({ columns: columnsProp, table }:
199
199
  editableBulk?: import("@vuu-ui/vuu-data-types").BulkEdit | undefined;
200
200
  label?: string | undefined;
201
201
  name: string;
202
+ required?: boolean | undefined;
202
203
  serverDataType: VuuColumnDataType;
203
204
  type?: DataValueType | undefined;
204
205
  })[];
@@ -66,6 +66,7 @@ export declare const stripFilterFromColumns: (columns: RuntimeColumnDescriptor[]
66
66
  editable?: import("@vuu-ui/vuu-data-types").DataEditable;
67
67
  editableBulk?: import("@vuu-ui/vuu-data-types").BulkEdit;
68
68
  name: string;
69
+ required?: boolean;
69
70
  serverDataType?: import("@vuu-ui/vuu-protocol-types").VuuColumnDataType;
70
71
  type?: import("@vuu-ui/vuu-data-types").DataValueType;
71
72
  }[];