cyc-type-def 5.1.2 → 5.2.0

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/index.cjs CHANGED
@@ -32,6 +32,7 @@ __export(index_exports, {
32
32
  ClickAction: () => ClickAction,
33
33
  Cluster: () => Cluster,
34
34
  Column: () => Column,
35
+ DialogAction: () => DialogAction,
35
36
  DisplayAttendance: () => DisplayAttendance,
36
37
  FollowUpStatus: () => FollowUpStatus,
37
38
  LIST_STATUS: () => LIST_STATUS,
@@ -549,6 +550,9 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
549
550
  ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
550
551
  ClickAction2[ClickAction2["P_SETTING"] = 14] = "P_SETTING";
551
552
  ClickAction2[ClickAction2["P_MSJ_STUDENT_RECORD"] = 15] = "P_MSJ_STUDENT_RECORD";
553
+ ClickAction2[ClickAction2["P_MSJ_Progress"] = 16] = "P_MSJ_Progress";
554
+ ClickAction2[ClickAction2["P_Stats"] = 17] = "P_Stats";
555
+ ClickAction2[ClickAction2["P_Stats_Baptism"] = 18] = "P_Stats_Baptism";
552
556
  return ClickAction2;
553
557
  })(ClickAction || {});
554
558
 
@@ -606,6 +610,13 @@ var MsjJoinStatusInfo = {
606
610
  }
607
611
  };
608
612
 
613
+ // src/constants/dialog.constant.ts
614
+ var DialogAction = /* @__PURE__ */ ((DialogAction2) => {
615
+ DialogAction2["EDIT"] = "edit";
616
+ DialogAction2["ADD"] = "add";
617
+ return DialogAction2;
618
+ })(DialogAction || {});
619
+
609
620
  // src/util/common.util.ts
610
621
  function cgNum(cgName) {
611
622
  var num = cgName.match(/\d+/g);
@@ -674,6 +685,7 @@ function compareCG(a, b) {
674
685
  ClickAction,
675
686
  Cluster,
676
687
  Column,
688
+ DialogAction,
677
689
  DisplayAttendance,
678
690
  FollowUpStatus,
679
691
  LIST_STATUS,
package/dist/index.d.cts CHANGED
@@ -491,7 +491,10 @@ declare enum ClickAction {
491
491
  P_BIRTHDAY = 12,
492
492
  P_CLAIM = 13,
493
493
  P_SETTING = 14,
494
- P_MSJ_STUDENT_RECORD = 15
494
+ P_MSJ_STUDENT_RECORD = 15,
495
+ P_MSJ_Progress = 16,
496
+ P_Stats = 17,
497
+ P_Stats_Baptism = 18
495
498
  }
496
499
 
497
500
  declare class Click {
@@ -557,4 +560,4 @@ declare function getDayMonthSortKey(timestamp: number): number;
557
560
 
558
561
  declare function compareCG(a: CG, b: CG): number;
559
562
 
560
- export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type BaseDialog, type BaseDialogInput, CG, type Claim, ClaimStatus, ClaimType, Click, ClickAction, Cluster, Column, type Device, DisplayAttendance, FollowUpStatus, LIST_STATUS, METHOD, type MsjClassBatch, type MsjClassTime, type MsjClassType, MsjJoinStatus, MsjJoinStatusInfo, type MsjStudBatch, type MsjStudClass, PERMISSION, type PastoralTeam, ReportSheep, Session, SessionAttendance, Sheep, SmallTeam, Title, TitleAttendance, cgNum, compareCG, formatDateDDMMYY, getDayMonthSortKey, isDateInRangeIgnoreYear, monthStr, parseYYMMDD, yearStr };
563
+ export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type BaseDialog, type BaseDialogInput, CG, type Claim, ClaimStatus, ClaimType, Click, ClickAction, Cluster, Column, type Device, DialogAction, DisplayAttendance, FollowUpStatus, LIST_STATUS, METHOD, type MsjClassBatch, type MsjClassTime, type MsjClassType, MsjJoinStatus, MsjJoinStatusInfo, type MsjStudBatch, type MsjStudClass, PERMISSION, type PastoralTeam, ReportSheep, Session, SessionAttendance, Sheep, SmallTeam, Title, TitleAttendance, cgNum, compareCG, formatDateDDMMYY, getDayMonthSortKey, isDateInRangeIgnoreYear, monthStr, parseYYMMDD, yearStr };
package/dist/index.d.ts CHANGED
@@ -491,7 +491,10 @@ declare enum ClickAction {
491
491
  P_BIRTHDAY = 12,
492
492
  P_CLAIM = 13,
493
493
  P_SETTING = 14,
494
- P_MSJ_STUDENT_RECORD = 15
494
+ P_MSJ_STUDENT_RECORD = 15,
495
+ P_MSJ_Progress = 16,
496
+ P_Stats = 17,
497
+ P_Stats_Baptism = 18
495
498
  }
496
499
 
497
500
  declare class Click {
@@ -557,4 +560,4 @@ declare function getDayMonthSortKey(timestamp: number): number;
557
560
 
558
561
  declare function compareCG(a: CG, b: CG): number;
559
562
 
560
- export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type BaseDialog, type BaseDialogInput, CG, type Claim, ClaimStatus, ClaimType, Click, ClickAction, Cluster, Column, type Device, DisplayAttendance, FollowUpStatus, LIST_STATUS, METHOD, type MsjClassBatch, type MsjClassTime, type MsjClassType, MsjJoinStatus, MsjJoinStatusInfo, type MsjStudBatch, type MsjStudClass, PERMISSION, type PastoralTeam, ReportSheep, Session, SessionAttendance, Sheep, SmallTeam, Title, TitleAttendance, cgNum, compareCG, formatDateDDMMYY, getDayMonthSortKey, isDateInRangeIgnoreYear, monthStr, parseYYMMDD, yearStr };
563
+ export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type BaseDialog, type BaseDialogInput, CG, type Claim, ClaimStatus, ClaimType, Click, ClickAction, Cluster, Column, type Device, DialogAction, DisplayAttendance, FollowUpStatus, LIST_STATUS, METHOD, type MsjClassBatch, type MsjClassTime, type MsjClassType, MsjJoinStatus, MsjJoinStatusInfo, type MsjStudBatch, type MsjStudClass, PERMISSION, type PastoralTeam, ReportSheep, Session, SessionAttendance, Sheep, SmallTeam, Title, TitleAttendance, cgNum, compareCG, formatDateDDMMYY, getDayMonthSortKey, isDateInRangeIgnoreYear, monthStr, parseYYMMDD, yearStr };
package/dist/index.js CHANGED
@@ -490,6 +490,9 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
490
490
  ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
491
491
  ClickAction2[ClickAction2["P_SETTING"] = 14] = "P_SETTING";
492
492
  ClickAction2[ClickAction2["P_MSJ_STUDENT_RECORD"] = 15] = "P_MSJ_STUDENT_RECORD";
493
+ ClickAction2[ClickAction2["P_MSJ_Progress"] = 16] = "P_MSJ_Progress";
494
+ ClickAction2[ClickAction2["P_Stats"] = 17] = "P_Stats";
495
+ ClickAction2[ClickAction2["P_Stats_Baptism"] = 18] = "P_Stats_Baptism";
493
496
  return ClickAction2;
494
497
  })(ClickAction || {});
495
498
 
@@ -547,6 +550,13 @@ var MsjJoinStatusInfo = {
547
550
  }
548
551
  };
549
552
 
553
+ // src/constants/dialog.constant.ts
554
+ var DialogAction = /* @__PURE__ */ ((DialogAction2) => {
555
+ DialogAction2["EDIT"] = "edit";
556
+ DialogAction2["ADD"] = "add";
557
+ return DialogAction2;
558
+ })(DialogAction || {});
559
+
550
560
  // src/util/common.util.ts
551
561
  function cgNum(cgName) {
552
562
  var num = cgName.match(/\d+/g);
@@ -614,6 +624,7 @@ export {
614
624
  ClickAction,
615
625
  Cluster,
616
626
  Column,
627
+ DialogAction,
617
628
  DisplayAttendance,
618
629
  FollowUpStatus,
619
630
  LIST_STATUS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "5.1.2",
3
+ "version": "5.2.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",