web-mojo 2.1.966 → 2.1.970
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/admin.cjs.js +1 -1
- package/dist/admin.cjs.js.map +1 -1
- package/dist/admin.es.js +5 -7
- package/dist/admin.es.js.map +1 -1
- package/dist/auth.cjs.js +1 -1
- package/dist/auth.cjs.js.map +1 -1
- package/dist/auth.es.js +2 -2
- package/dist/auth.es.js.map +1 -1
- package/dist/charts.cjs.js +1 -1
- package/dist/charts.es.js +1 -1
- package/dist/chunks/ChatView-B7SuYLwL.js +2 -0
- package/dist/chunks/ChatView-B7SuYLwL.js.map +1 -0
- package/dist/chunks/{ChatView-CV9aH11Q.js → ChatView-Bc8uGufN.js} +12 -7
- package/dist/chunks/ChatView-Bc8uGufN.js.map +1 -0
- package/dist/chunks/{WebApp-Cm6xnOsj.js → WebApp-Dq9blJuq.js} +4 -4
- package/dist/chunks/{WebApp-Cm6xnOsj.js.map → WebApp-Dq9blJuq.js.map} +1 -1
- package/dist/chunks/{WebApp-BaUWZs9G.js → WebApp-I1ndjEPg.js} +2 -2
- package/dist/chunks/{WebApp-BaUWZs9G.js.map → WebApp-I1ndjEPg.js.map} +1 -1
- package/dist/docit.cjs.js +1 -1
- package/dist/docit.es.js +2 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +4 -4
- package/dist/lightbox.cjs.js +1 -1
- package/dist/lightbox.es.js +1 -1
- package/package.json +1 -1
- package/dist/chunks/ChatView-CV9aH11Q.js.map +0 -1
- package/dist/chunks/ChatView-ChDr4Ioj.js +0 -2
- package/dist/chunks/ChatView-ChDr4Ioj.js.map +0 -1
|
@@ -2748,18 +2748,23 @@ class PushDeliveryList extends Collection {
|
|
|
2748
2748
|
}
|
|
2749
2749
|
}
|
|
2750
2750
|
const PushConfigForms = {
|
|
2751
|
+
create: {
|
|
2752
|
+
title: "Create Push Configuration",
|
|
2753
|
+
fields: [
|
|
2754
|
+
{ name: "name", label: "Name", required: true },
|
|
2755
|
+
{ type: "collection", name: "group", label: "Group (optional)", Collection: GroupList, labelField: "name", valueField: "id" },
|
|
2756
|
+
{ name: "fcm_sender_id", label: "FCM Sender ID" },
|
|
2757
|
+
{ name: "fcm_server_key", label: "FCM Server Key", type: "textarea" }
|
|
2758
|
+
]
|
|
2759
|
+
},
|
|
2751
2760
|
edit: {
|
|
2752
2761
|
title: "Edit Push Configuration",
|
|
2753
2762
|
fields: [
|
|
2754
2763
|
{ name: "name", label: "Name", required: true },
|
|
2755
2764
|
{ type: "collection", name: "group", label: "Group (optional)", Collection: GroupList, labelField: "name", valueField: "id" },
|
|
2756
|
-
{ name: "fcm_enabled", label: "FCM Enabled", type: "switch" },
|
|
2757
2765
|
{ name: "fcm_sender_id", label: "FCM Sender ID" },
|
|
2758
|
-
{ name: "
|
|
2759
|
-
{ name: "
|
|
2760
|
-
{ name: "default_badge_count", label: "Default Badge Count", type: "number" },
|
|
2761
|
-
{ name: "test_mode", label: "Test Mode", type: "switch" },
|
|
2762
|
-
{ name: "is_active", label: "Is Active", type: "switch" }
|
|
2766
|
+
{ name: "fcm_server_key", label: "FCM Server Key", type: "textarea" },
|
|
2767
|
+
{ name: "is_active", label: "Is Active", type: "switch", value: true }
|
|
2763
2768
|
]
|
|
2764
2769
|
}
|
|
2765
2770
|
};
|
|
@@ -7132,4 +7137,4 @@ export {
|
|
|
7132
7137
|
FileForms as y,
|
|
7133
7138
|
IncidentEventList as z
|
|
7134
7139
|
};
|
|
7135
|
-
//# sourceMappingURL=ChatView-
|
|
7140
|
+
//# sourceMappingURL=ChatView-Bc8uGufN.js.map
|