@acorex/platform 20.6.5 → 20.6.7
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/fesm2022/acorex-platform-layout-builder.mjs +0 -2
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +2 -2
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +3 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/layout/widget-core/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1283,7 +1283,6 @@ class ActionBuilder {
|
|
|
1283
1283
|
}
|
|
1284
1284
|
this.dialogBuilder['dialogState'].actions.footer.suffix.push({
|
|
1285
1285
|
title: text || '@general:actions.cancel.title',
|
|
1286
|
-
icon: 'fa-times',
|
|
1287
1286
|
color: 'default',
|
|
1288
1287
|
command: { name: 'cancel' },
|
|
1289
1288
|
});
|
|
@@ -1295,7 +1294,6 @@ class ActionBuilder {
|
|
|
1295
1294
|
}
|
|
1296
1295
|
this.dialogBuilder['dialogState'].actions.footer.suffix.push({
|
|
1297
1296
|
title: text || '@general:actions.submit.title',
|
|
1298
|
-
icon: 'fa-check',
|
|
1299
1297
|
color: 'primary',
|
|
1300
1298
|
command: { name: 'submit', options: { validate: true } },
|
|
1301
1299
|
});
|