@gemafajarramadhan/dynamic-ui 1.2.66 → 1.2.67
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/dynamic-ui.es.js +1 -1
- package/dist/dynamic-ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/dynamic-ui.es.js
CHANGED
|
@@ -30983,7 +30983,7 @@ function hT({
|
|
|
30983
30983
|
activeSchema: c,
|
|
30984
30984
|
resolvedBaseUrl: d
|
|
30985
30985
|
}) {
|
|
30986
|
-
const u = (_) => !_.permission || (t.isEditMode ? _.permission !== "CREATE" : _.permission !== "UPDATE"), f = (_) => {
|
|
30986
|
+
const u = (_) => t.dummyMode || !_.permission || (t.isEditMode ? _.permission !== "CREATE" : _.permission !== "UPDATE"), f = (_) => {
|
|
30987
30987
|
var C, A, D, w;
|
|
30988
30988
|
_.requireConfirm ? (e.confirmDialog.title = a.value === "id" ? ((C = _.propCustomMessage) == null ? void 0 : C.titleID) || "Konfirmasi" : ((A = _.propCustomMessage) == null ? void 0 : A.titleEN) || "Confirm", e.confirmDialog.message = a.value === "id" ? ((D = _.propCustomMessage) == null ? void 0 : D.messageID) || "Lanjutkan?" : ((w = _.propCustomMessage) == null ? void 0 : w.messageEN) || "Continue?", e.confirmDialog.action = _, e.confirmDialog.visible = !0) : g(_);
|
|
30989
30989
|
}, h = () => {
|