cyc-type-def 3.0.4 → 3.0.6
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 +1 -0
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -536,6 +536,7 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
|
|
|
536
536
|
ClickAction2[ClickAction2["F_ExportAttRpt"] = 10] = "F_ExportAttRpt";
|
|
537
537
|
ClickAction2[ClickAction2["F_ExportVerticalView"] = 11] = "F_ExportVerticalView";
|
|
538
538
|
ClickAction2[ClickAction2["P_BIRTHDAY"] = 12] = "P_BIRTHDAY";
|
|
539
|
+
ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
|
|
539
540
|
return ClickAction2;
|
|
540
541
|
})(ClickAction || {});
|
|
541
542
|
|
package/dist/index.d.cts
CHANGED
|
@@ -249,6 +249,8 @@ interface MsjClassType extends Base {
|
|
|
249
249
|
title: string;
|
|
250
250
|
seq?: number;
|
|
251
251
|
defaultMinAtt?: number;
|
|
252
|
+
labelEn?: string;
|
|
253
|
+
labelZh?: string;
|
|
252
254
|
}
|
|
253
255
|
|
|
254
256
|
interface MsjClassBatch extends Base {
|
|
@@ -468,7 +470,8 @@ declare enum ClickAction {
|
|
|
468
470
|
F_VerticalViewAttendance = 9,
|
|
469
471
|
F_ExportAttRpt = 10,
|
|
470
472
|
F_ExportVerticalView = 11,
|
|
471
|
-
P_BIRTHDAY = 12
|
|
473
|
+
P_BIRTHDAY = 12,
|
|
474
|
+
P_CLAIM = 13
|
|
472
475
|
}
|
|
473
476
|
|
|
474
477
|
declare class Click {
|
package/dist/index.d.ts
CHANGED
|
@@ -249,6 +249,8 @@ interface MsjClassType extends Base {
|
|
|
249
249
|
title: string;
|
|
250
250
|
seq?: number;
|
|
251
251
|
defaultMinAtt?: number;
|
|
252
|
+
labelEn?: string;
|
|
253
|
+
labelZh?: string;
|
|
252
254
|
}
|
|
253
255
|
|
|
254
256
|
interface MsjClassBatch extends Base {
|
|
@@ -468,7 +470,8 @@ declare enum ClickAction {
|
|
|
468
470
|
F_VerticalViewAttendance = 9,
|
|
469
471
|
F_ExportAttRpt = 10,
|
|
470
472
|
F_ExportVerticalView = 11,
|
|
471
|
-
P_BIRTHDAY = 12
|
|
473
|
+
P_BIRTHDAY = 12,
|
|
474
|
+
P_CLAIM = 13
|
|
472
475
|
}
|
|
473
476
|
|
|
474
477
|
declare class Click {
|
package/dist/index.js
CHANGED
|
@@ -487,6 +487,7 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
|
|
|
487
487
|
ClickAction2[ClickAction2["F_ExportAttRpt"] = 10] = "F_ExportAttRpt";
|
|
488
488
|
ClickAction2[ClickAction2["F_ExportVerticalView"] = 11] = "F_ExportVerticalView";
|
|
489
489
|
ClickAction2[ClickAction2["P_BIRTHDAY"] = 12] = "P_BIRTHDAY";
|
|
490
|
+
ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
|
|
490
491
|
return ClickAction2;
|
|
491
492
|
})(ClickAction || {});
|
|
492
493
|
|