dfh-ui-library 1.12.612 → 1.12.613

Sign up to get free protection for your applications and to get access to all the features.
@@ -606,6 +606,7 @@ export interface FormGenInputGroupProps {
606
606
  orderBy?: string;
607
607
  }
608
608
  export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
609
+ id?: string;
609
610
  options: {
610
611
  id: number;
611
612
  value: string;
package/dist/index.d.ts CHANGED
@@ -515,6 +515,7 @@ interface FormGenInputGroupProps {
515
515
  orderBy?: string;
516
516
  }
517
517
  interface FormGenButtonGroupProps extends FormGenInputGroupProps {
518
+ id?: string;
518
519
  options: {
519
520
  id: number;
520
521
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.612",
3
+ "version": "1.12.613",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",