datastake-daf 0.6.511 → 0.6.512
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/index.js
CHANGED
|
@@ -38601,35 +38601,6 @@ const inputTypeComponent = {
|
|
|
38601
38601
|
meta,
|
|
38602
38602
|
setFormValues
|
|
38603
38603
|
}) => {
|
|
38604
|
-
console.log("AJAX SELECT");
|
|
38605
|
-
console.log({
|
|
38606
|
-
call,
|
|
38607
|
-
automaticallyLink,
|
|
38608
|
-
name,
|
|
38609
|
-
inputName,
|
|
38610
|
-
props,
|
|
38611
|
-
formsValue,
|
|
38612
|
-
onNewSetValue,
|
|
38613
|
-
multiple,
|
|
38614
|
-
updateOptions,
|
|
38615
|
-
repeatValues,
|
|
38616
|
-
repeatIndex,
|
|
38617
|
-
value,
|
|
38618
|
-
unique,
|
|
38619
|
-
address,
|
|
38620
|
-
addressData,
|
|
38621
|
-
input
|
|
38622
|
-
});
|
|
38623
|
-
console.log({
|
|
38624
|
-
form,
|
|
38625
|
-
forms,
|
|
38626
|
-
setAddress,
|
|
38627
|
-
changeInputMeta,
|
|
38628
|
-
inputMeta,
|
|
38629
|
-
meta,
|
|
38630
|
-
setFormValues
|
|
38631
|
-
});
|
|
38632
|
-
console.log("AJAX SELECT END");
|
|
38633
38604
|
return /*#__PURE__*/jsxRuntime.jsx(AjaxSelect, {
|
|
38634
38605
|
preSelected: preSelected,
|
|
38635
38606
|
input: input,
|
package/dist/layouts/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1422,10 +1422,6 @@ export const inputTypeComponent = {
|
|
|
1422
1422
|
},
|
|
1423
1423
|
{ form, forms, setAddress, changeInputMeta, inputMeta = {}, meta, setFormValues },
|
|
1424
1424
|
) => {
|
|
1425
|
-
console.log("AJAX SELECT")
|
|
1426
|
-
console.log({call, automaticallyLink, name, inputName, props, formsValue, onNewSetValue, multiple, updateOptions, repeatValues, repeatIndex, value, unique, address, addressData, input})
|
|
1427
|
-
console.log({form, forms, setAddress, changeInputMeta, inputMeta, meta, setFormValues})
|
|
1428
|
-
console.log("AJAX SELECT END")
|
|
1429
1425
|
return (
|
|
1430
1426
|
<AjaxSelect
|
|
1431
1427
|
preSelected={preSelected}
|
|
@@ -241,11 +241,7 @@ const Sidenav = ({
|
|
|
241
241
|
{renderModule({
|
|
242
242
|
module: userModule,
|
|
243
243
|
isCollapsed,
|
|
244
|
-
onClick: () => checkOnClick({
|
|
245
|
-
event: () => {
|
|
246
|
-
goTo(getRedirectLink(`/app`));
|
|
247
|
-
}
|
|
248
|
-
}),
|
|
244
|
+
onClick: () => checkOnClick({ event: () => goTo(getRedirectLink(`/app`)) }),
|
|
249
245
|
mod,
|
|
250
246
|
user,
|
|
251
247
|
userHelpers
|