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.es.js CHANGED
@@ -2,14 +2,14 @@ import { P as Page } from "./chunks/Page-Deq4y2Kq.js";
2
2
  import { V as View, M as MOJOUtils } from "./chunks/Rest-CS4jRCAs.js";
3
3
  import Dialog$1 from "./chunks/Dialog-CWlVHv1e.js";
4
4
  import { M as MetricsChart, c as MetricsMiniChartWidget, P as PieChart } from "./chunks/MetricsMiniChartWidget-D3wJf0_r.js";
5
- import { b as TablePage, j as EmailDomainForms, i as EmailDomainList, E as EmailDomain, m as MailboxForms, l as MailboxList, k as Mailbox, q as EmailTemplate, c as TabView, s as EmailTemplateForms, r as EmailTemplateList, I as IncidentEvent, A as IncidentEventForms, z as IncidentEventList, v as FileManagerForms, u as FileManagerList, w as File, T as TableView, y as FileForms, x as FileList, au as GeoLocatedIP, av as GeoLocatedIPList, af as MemberList, ae as LogList, ax as TicketList, D as IncidentList, Y as IncidentStats, O as IncidentHistoryList, N as IncidentHistory, B as Incident, C as ChatView, G as IncidentForms, a2 as Job, a8 as JobEventList, a6 as JobLogList, a4 as JobForms, a3 as JobList, ab as JobRunnerList, a9 as JobsEngineStats, ac as JobRunnerForms, aa as JobRunner, ad as Log, M as Member, ag as MemberForms, ah as MetricsPermission, aj as MetricsForms, ai as MetricsPermissionList, as as PushConfigForms, ap as PushConfigList, ar as PushDeliveryList, al as PushDeviceList, at as PushTemplateForms, an as PushTemplateList, R as RuleSet, _ as MatchByOptions, Z as BundleByOptions, W as RuleList, Q as RuleSetList, h as S3BucketForms, g as S3BucketList, n as SentMessage, o as SentMessageList, az as TicketNoteList, ay as TicketNote, aw as Ticket, aA as TicketForms, aB as TicketCategories } from "./chunks/ChatView-CV9aH11Q.js";
5
+ import { b as TablePage, j as EmailDomainForms, i as EmailDomainList, E as EmailDomain, m as MailboxForms, l as MailboxList, k as Mailbox, q as EmailTemplate, c as TabView, s as EmailTemplateForms, r as EmailTemplateList, I as IncidentEvent, A as IncidentEventForms, z as IncidentEventList, v as FileManagerForms, u as FileManagerList, w as File, T as TableView, y as FileForms, x as FileList, au as GeoLocatedIP, av as GeoLocatedIPList, af as MemberList, ae as LogList, ax as TicketList, D as IncidentList, Y as IncidentStats, O as IncidentHistoryList, N as IncidentHistory, B as Incident, C as ChatView, G as IncidentForms, a2 as Job, a8 as JobEventList, a6 as JobLogList, a4 as JobForms, a3 as JobList, ab as JobRunnerList, a9 as JobsEngineStats, ac as JobRunnerForms, aa as JobRunner, ad as Log, M as Member, ag as MemberForms, ah as MetricsPermission, aj as MetricsForms, ai as MetricsPermissionList, as as PushConfigForms, ap as PushConfigList, ar as PushDeliveryList, al as PushDeviceList, at as PushTemplateForms, an as PushTemplateList, R as RuleSet, _ as MatchByOptions, Z as BundleByOptions, W as RuleList, Q as RuleSetList, h as S3BucketForms, g as S3BucketList, n as SentMessage, o as SentMessageList, az as TicketNoteList, ay as TicketNote, aw as Ticket, aA as TicketForms, aB as TicketCategories } from "./chunks/ChatView-Bc8uGufN.js";
6
6
  import DataView from "./chunks/DataView-OUqaLmGB.js";
7
7
  import { C as ContextMenu, a as Group, G as GroupList, b as GroupForms, f as UserDevice, i as UserDeviceLocationList, g as UserDeviceList, U as User, e as UserDataView, d as UserForms, c as UserList } from "./chunks/ContextMenu-BuEqfeZS.js";
8
8
  import { C as Collection } from "./chunks/Collection-DaTm-2LH.js";
9
9
  import { L as LightboxGallery, P as PDFViewer } from "./chunks/PDFViewer-CG4fmE25.js";
10
10
  import { a as applyFileDropMixin, F as FormView } from "./chunks/FormView-DG32DDOa.js";
11
11
  import { MapView } from "./map.es.js";
12
- import { B, a, V, b, c, d, W } from "./chunks/WebApp-Cm6xnOsj.js";
12
+ import { B, a, V, b, c, d, W } from "./chunks/WebApp-Dq9blJuq.js";
13
13
  class AdminHeaderView extends View {
14
14
  constructor(options = {}) {
15
15
  super({
@@ -5052,9 +5052,7 @@ class PushConfigTablePage extends TablePage {
5052
5052
  { key: "id", label: "ID", width: "70px" },
5053
5053
  { key: "name", label: "Name" },
5054
5054
  { key: "group.name", label: "Group", formatter: "default('Default')" },
5055
- { key: "fcm_enabled", label: "FCM", format: "boolean" },
5056
- { key: "apns_enabled", label: "APNS", format: "boolean" },
5057
- { key: "test_mode", label: "Test Mode", format: "boolean" },
5055
+ { key: "fcm_sender_id", label: "Project ID" },
5058
5056
  { key: "is_active", label: "Active", format: "boolean" }
5059
5057
  ],
5060
5058
  searchable: true,
@@ -5063,12 +5061,12 @@ class PushConfigTablePage extends TablePage {
5063
5061
  showRefresh: true,
5064
5062
  showAdd: true,
5065
5063
  showExport: true,
5064
+ actions: ["edit", "delete"],
5066
5065
  tableOptions: {
5067
5066
  pageSizes: [10, 25, 50],
5068
5067
  defaultPageSize: 25,
5069
5068
  emptyMessage: "No push configurations found.",
5070
- emptyIcon: "bi-gear",
5071
- actions: ["edit", "delete"]
5069
+ emptyIcon: "bi-gear"
5072
5070
  }
5073
5071
  });
5074
5072
  }