dynamic-mui 2.0.8 → 2.0.9

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.
@@ -0,0 +1,2 @@
1
+ import { ControlProps } from '../../../types';
2
+ export default function FormRepeater({ attributes, rules, onChange }: ControlProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ControlProps } from '../../../types';
2
+ export default function LineItemList({ attributes, rules, onChange }: ControlProps): import("react/jsx-runtime").JSX.Element;
@@ -18,6 +18,8 @@ import { default as Chip } from './Chip/chip';
18
18
  import { default as List } from './List/list';
19
19
  import { default as NumberField } from './NumberField/numberfield';
20
20
  import { default as MultiTextbox } from './MultiTextbox/multitextbox';
21
+ import { default as LineItemList } from './LineItemList/lineitemlist';
22
+ import { default as FormRepeater } from './FormRepeater/formrepeater';
21
23
  import { default as Signature } from './Signature/signature';
22
24
  import { default as Group } from './Group/group';
23
25
  import { default as Accordion } from './Accordion/accordion';
@@ -46,6 +48,8 @@ declare const Controls: {
46
48
  List: typeof List;
47
49
  NumberField: typeof NumberField;
48
50
  MultiTextbox: typeof MultiTextbox;
51
+ LineItemList: typeof LineItemList;
52
+ FormRepeater: typeof FormRepeater;
49
53
  Signature: typeof Signature;
50
54
  Group: typeof Group;
51
55
  Accordion: typeof Accordion;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index-CSJSFvJg.js");exports.ClearFormData=o.ClearFormData;exports.Controls=o.Controls;exports.DynamicComponent=o.DynamicComponent;exports.FormData=o.FormData;exports.FormGenerator=o.FormGenerator;exports.MuiConfig=o.mui;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index-BHClFo47.js");exports.ClearFormData=o.ClearFormData;exports.Controls=o.Controls;exports.DynamicComponent=o.DynamicComponent;exports.FormData=o.FormData;exports.FormGenerator=o.FormGenerator;exports.MuiConfig=o.mui;
@@ -1,4 +1,4 @@
1
- import { af as r, ag as s, ah as m, ai as n, aj as t, ak as e } from "./index-B7PCLgpM.mjs";
1
+ import { af as r, ag as s, ah as m, ai as n, aj as t, ak as e } from "./index-vtZiUEfk.mjs";
2
2
  export {
3
3
  r as ClearFormData,
4
4
  s as Controls,