dynamic-mui 2.0.10 → 2.0.12
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/dist/components/controls/LocationField/locationfield.d.ts +2 -0
- package/dist/components/controls/index.d.ts +2 -0
- package/dist/dynamic-mui.cjs.js +1 -1
- package/dist/dynamic-mui.es.js +1 -1
- package/dist/{index-CeUZIJrS.mjs → index-BHMjDgHp.mjs} +10278 -10174
- package/dist/{index-M3GGig28.js → index-BmUqlIIw.js} +1 -1
- package/dist/{index-C9tu_mqa.mjs → index-CmRafxiZ.mjs} +1 -1
- package/dist/{index-C_ANEF1_.js → index-Cn_g1ho6.js} +144 -144
- package/dist/{loadCognitoIdentity-Cjhr90Hl.js → loadCognitoIdentity-B8d7XCcv.js} +1 -1
- package/dist/{loadCognitoIdentity-Dos-CB2O.mjs → loadCognitoIdentity-Bjc1apeG.mjs} +1 -1
- package/package.json +1 -1
|
@@ -27,6 +27,7 @@ import { default as Tabs } from './Tabs/tabs';
|
|
|
27
27
|
import { default as AutoComplete } from './Autocomplete/autocomplete';
|
|
28
28
|
import { default as ImgList } from './ImageList/imagelist';
|
|
29
29
|
import { default as Hyperlink } from './Hyperlink/hyperlink';
|
|
30
|
+
import { default as LocationField } from './LocationField/locationfield';
|
|
30
31
|
declare const Controls: {
|
|
31
32
|
Typography: typeof Typography;
|
|
32
33
|
TextField: typeof TextField;
|
|
@@ -57,5 +58,6 @@ declare const Controls: {
|
|
|
57
58
|
AutoComplete: typeof AutoComplete;
|
|
58
59
|
ImgList: typeof ImgList;
|
|
59
60
|
Hyperlink: typeof Hyperlink;
|
|
61
|
+
LocationField: typeof LocationField;
|
|
60
62
|
};
|
|
61
63
|
export default Controls;
|
package/dist/dynamic-mui.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index-Cn_g1ho6.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;
|
package/dist/dynamic-mui.es.js
CHANGED