dfh-ui-library 1.12.738 → 1.12.740

Sign up to get free protection for your applications and to get access to all the features.
@@ -844,10 +844,12 @@ export interface NoteComponentProps {
844
844
  buttonLabels?: {
845
845
  cancel?: string;
846
846
  save?: string;
847
+ fillOut?: string;
847
848
  };
848
849
  enableCheckbox?: boolean;
849
850
  enableEdit?: boolean;
850
851
  setEnableEdit?: (value: boolean) => void;
852
+ actionType?: string;
851
853
  toggleEvents?: {
852
854
  setShowNote?: (value: boolean) => void;
853
855
  lastModified?: string;
package/dist/index.d.ts CHANGED
@@ -731,10 +731,12 @@ interface NoteComponentProps {
731
731
  buttonLabels?: {
732
732
  cancel?: string;
733
733
  save?: string;
734
+ fillOut?: string;
734
735
  };
735
736
  enableCheckbox?: boolean;
736
737
  enableEdit?: boolean;
737
738
  setEnableEdit?: (value: boolean) => void;
739
+ actionType?: string;
738
740
  toggleEvents?: {
739
741
  setShowNote?: (value: boolean) => void;
740
742
  lastModified?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.738",
3
+ "version": "1.12.740",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",