cyc-type-def 7.1.3 → 7.1.4
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.d.cts +3 -6
- package/dist/index.d.ts +3 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -536,12 +536,9 @@ declare enum DialogAction {
|
|
|
536
536
|
DEL = "delete"
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
interface
|
|
540
|
-
close(): void;
|
|
541
|
-
}
|
|
542
|
-
interface BaseDialogInput<T extends Base> {
|
|
539
|
+
interface BaseDialogInput<T extends Base = Base> {
|
|
543
540
|
action: DialogAction;
|
|
544
|
-
entity
|
|
541
|
+
entity?: T;
|
|
545
542
|
}
|
|
546
543
|
|
|
547
544
|
interface Period extends Base {
|
|
@@ -614,4 +611,4 @@ declare function getDayMonthSortKey(timestamp: number): number;
|
|
|
614
611
|
|
|
615
612
|
declare function compareCG(a: CG, b: CG): number;
|
|
616
613
|
|
|
617
|
-
export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type
|
|
614
|
+
export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type BaseDialogInput, CG, type Claim, ClaimStatus, ClaimType, Click, ClickAction, Cluster, Column, DateEvent, DatePrecision, type Device, DialogAction, DisplayAttendance, FollowUpStatus, type History, LIST_STATUS, METHOD, type MsjClassBatch, type MsjClassTime, type MsjClassType, MsjJoinStatus, MsjJoinStatusInfo, type MsjStudBatch, type MsjStudClass, PERMISSION, type PastoralTeam, Period, ReportSheep, Session, SessionAttendance, Sheep, SmallTeam, Title, TitleAttendance, cgNum, compareCG, formatDateDDMMYY, generateId, getDayMonthSortKey, isDateInRangeIgnoreYear, monthStr, parseYYMMDD, yearStr };
|
package/dist/index.d.ts
CHANGED
|
@@ -536,12 +536,9 @@ declare enum DialogAction {
|
|
|
536
536
|
DEL = "delete"
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
interface
|
|
540
|
-
close(): void;
|
|
541
|
-
}
|
|
542
|
-
interface BaseDialogInput<T extends Base> {
|
|
539
|
+
interface BaseDialogInput<T extends Base = Base> {
|
|
543
540
|
action: DialogAction;
|
|
544
|
-
entity
|
|
541
|
+
entity?: T;
|
|
545
542
|
}
|
|
546
543
|
|
|
547
544
|
interface Period extends Base {
|
|
@@ -614,4 +611,4 @@ declare function getDayMonthSortKey(timestamp: number): number;
|
|
|
614
611
|
|
|
615
612
|
declare function compareCG(a: CG, b: CG): number;
|
|
616
613
|
|
|
617
|
-
export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type
|
|
614
|
+
export { type AppPage, AppUser, AssignedCG, AttSheep, Attendance, BackupAttendance, type Base, type BaseDialogInput, CG, type Claim, ClaimStatus, ClaimType, Click, ClickAction, Cluster, Column, DateEvent, DatePrecision, type Device, DialogAction, DisplayAttendance, FollowUpStatus, type History, LIST_STATUS, METHOD, type MsjClassBatch, type MsjClassTime, type MsjClassType, MsjJoinStatus, MsjJoinStatusInfo, type MsjStudBatch, type MsjStudClass, PERMISSION, type PastoralTeam, Period, ReportSheep, Session, SessionAttendance, Sheep, SmallTeam, Title, TitleAttendance, cgNum, compareCG, formatDateDDMMYY, generateId, getDayMonthSortKey, isDateInRangeIgnoreYear, monthStr, parseYYMMDD, yearStr };
|