@applica-software-guru/react-admin 1.1.92 → 1.1.94
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/ra-inputs/AutocompleteArrayInput.d.ts +1 -0
- package/dist/components/ra-inputs/AutocompleteArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AutocompleteInput.d.ts +1 -0
- package/dist/components/ra-inputs/AutocompleteInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectInput.d.ts.map +1 -1
- package/dist/components/ra-lists/List.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +46 -46
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2277 -2262
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +35 -35
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-inputs/AutocompleteArrayInput.jsx +7 -1
- package/src/components/ra-inputs/AutocompleteInput.jsx +8 -0
- package/src/components/ra-inputs/SelectArrayInput.jsx +3 -0
- package/src/components/ra-inputs/SelectInput.tsx +3 -0
- package/src/components/ra-lists/List.tsx +1 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutocompleteArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteArrayInput.jsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AutocompleteArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteArrayInput.jsx"],"names":[],"mappings":";AAoBA;;4CAIC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteInput.jsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteInput.jsx"],"names":[],"mappings":";AAuBA,wFASC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectArrayInput.jsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SelectArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectArrayInput.jsx"],"names":[],"mappings":";AAwBA,uFAUC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAqB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAgC,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAqB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAgC,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAenG,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG,kBAAkB,CAAC;AACtE,QAAA,MAAM,WAAW;YAAW,gBAAgB;;;;;;;;;;;;;;;;;;;;;;CAI3C,CAAC;AAOF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-lists/List.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAkB,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-lists/List.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAkB,MAAM,aAAa,CAAC;AA2FxD,QAAA,MAAM,IAAI;YAAW,SAAS,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;CAM3C,CAAC;AAMF,eAAe,IAAI,CAAC"}
|