@datarailsshared/datarailsshared 1.6.413 → 1.6.414

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.
@@ -21,10 +21,6 @@ export declare class DrCronFieldComponent implements OnInit, ControlValueAccesso
21
21
  valid: boolean;
22
22
  error_message?: string;
23
23
  };
24
- get DAY_OF_MONTH_ARRAY(): {
25
- label: string;
26
- value: import("./dr-cron-field.editor").TDayOfMonth;
27
- }[];
28
24
  readonly MONTH_OF_QUARTER_ARRAY: {
29
25
  label: string;
30
26
  value: number;
@@ -58,6 +54,10 @@ export declare class DrCronFieldComponent implements OnInit, ControlValueAccesso
58
54
  isAdvancedMode: boolean;
59
55
  advancedCron: string;
60
56
  advancedError: string | null;
57
+ daysOfMonth: {
58
+ label: string;
59
+ value: string | number;
60
+ }[];
61
61
  set value(value: string);
62
62
  get value(): string;
63
63
  private onChange;
@@ -56,8 +56,12 @@ export declare const ALLOWED_PERIODS: CronEditorPeriod[];
56
56
  export declare const addOrdinalSuffix: (num: number) => string;
57
57
  export declare const DAY_OF_MONTH_ARRAY: {
58
58
  label: string;
59
- value: TDayOfMonth;
59
+ value: number;
60
60
  }[];
61
+ export declare const LAST_DAY_OF_MONTH: {
62
+ label: string;
63
+ value: string;
64
+ };
61
65
  export declare class CronEditor implements ICronEditor {
62
66
  private _fiscalYearStart;
63
67
  private _period;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.413",
3
+ "version": "1.6.414",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",