@dovetail-v2/refine 0.1.18 → 0.1.19-alpha.1

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.
@@ -501,6 +501,10 @@ export declare const PV_INIT_VALUE: {
501
501
  capacity: {
502
502
  storage: string;
503
503
  };
504
+ hostPath: {
505
+ type: string;
506
+ path: string;
507
+ };
504
508
  persistentVolumeReclaimPolicy: string;
505
509
  volumeMode: string;
506
510
  };
@@ -45,6 +45,7 @@ export type ResourceConfig<Model extends ResourceModel = ResourceModel> = {
45
45
  }>;
46
46
  tableProps?: Partial<InternalTableProps<Model>>;
47
47
  isCustom?: boolean;
48
+ createButtonText?: string;
48
49
  formConfig?: {
49
50
  fields?: (props: {
50
51
  record?: Model;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.1.18",
3
+ "version": "0.1.19-alpha.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",