@steedos-widgets/amis-lib 6.10.1-beta.13 → 6.10.1-beta.14
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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +4 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -5748,7 +5748,7 @@ const getButton = async (objectName, buttonName, ctx)=>{
|
|
|
5748
5748
|
}
|
|
5749
5749
|
}
|
|
5750
5750
|
|
|
5751
|
-
if(
|
|
5751
|
+
if(button.name === 'standard_import_data'){
|
|
5752
5752
|
return {
|
|
5753
5753
|
label: button.label,
|
|
5754
5754
|
name: button.name,
|
|
@@ -7728,7 +7728,7 @@ async function getObjectRecordDetailHeader(objectSchema, recordId, options) {
|
|
|
7728
7728
|
backButtonsSchema = getBackButtonSchema();
|
|
7729
7729
|
}
|
|
7730
7730
|
|
|
7731
|
-
console.log(`getObjectRecordDetailHeader==> backButtonsSchema`, backButtonsSchema)
|
|
7731
|
+
// console.log(`getObjectRecordDetailHeader==> backButtonsSchema`, backButtonsSchema)
|
|
7732
7732
|
|
|
7733
7733
|
const reg = new RegExp('_', 'g');
|
|
7734
7734
|
const standardIcon = icon && icon.replace(reg, '-');
|