@magic-xpa/gui 4.801.0-dev481.264 → 4.801.0-dev481.278
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/esm2020/src/management/gui/DisplayConvertor.mjs +1 -77
- package/esm2020/src/management/gui/FieldValidator.mjs +4 -796
- package/esm2020/src/management/gui/HebrewDate.mjs +1 -24
- package/fesm2015/magic-xpa-gui.mjs +0 -888
- package/fesm2015/magic-xpa-gui.mjs.map +1 -1
- package/fesm2020/magic-xpa-gui.mjs +0 -888
- package/fesm2020/magic-xpa-gui.mjs.map +1 -1
- package/package.json +2 -2
- package/src/management/gui/DisplayConvertor.d.ts +0 -3
- package/src/management/gui/FieldValidator.d.ts +0 -29
- package/src/management/gui/HebrewDate.d.ts +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/gui",
|
|
3
|
-
"version": "4.801.0-dev481.
|
|
3
|
+
"version": "4.801.0-dev481.278",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"timers": "^0.1.1",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"tslib": "^2.3.0"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@magic-xpa/utils": "4.801.0-dev481.
|
|
11
|
+
"@magic-xpa/utils": "4.801.0-dev481.278",
|
|
12
12
|
"rxjs": "^6.3.3"
|
|
13
13
|
},
|
|
14
14
|
"module": "fesm2015/magic-xpa-gui.mjs",
|
|
@@ -38,12 +38,9 @@ export declare class DisplayConvertor {
|
|
|
38
38
|
fromMgTimeToNativeTime(dataStr: string, pic: PIC): Date;
|
|
39
39
|
private time_2_a_pic;
|
|
40
40
|
static time_break(breakParams: TimeBreakParams, time: number): void;
|
|
41
|
-
private fromLogical;
|
|
42
41
|
private fromMgLogicalToNativeLogical;
|
|
43
42
|
private fromNativeLogicalToMgLogical;
|
|
44
|
-
private win_rng_bool_sub;
|
|
45
43
|
private win_rng_bool;
|
|
46
|
-
private win_rng_crk;
|
|
47
44
|
toNum(dispValue: string, pic: PIC, compIdx: number): string;
|
|
48
45
|
a_2_date_pic_datemode(str: string[], str_len: number, pic: PIC, mask: string[], compIdx: number): number;
|
|
49
46
|
private date_a_2_i;
|
|
@@ -14,7 +14,6 @@ export declare class FieldValidator {
|
|
|
14
14
|
checkVal(valDet: ValidationDetails): ValidationDetails;
|
|
15
15
|
private checkAlphaField;
|
|
16
16
|
private isPossibleAlphaLetter;
|
|
17
|
-
private fillAllAlpha;
|
|
18
17
|
private fillAlphaByRange;
|
|
19
18
|
private CompleteAlphaByRange;
|
|
20
19
|
private checkLogicalField;
|
|
@@ -23,43 +22,15 @@ export declare class FieldValidator {
|
|
|
23
22
|
private checkNumericRight;
|
|
24
23
|
private checkNumericPicture;
|
|
25
24
|
private fillNumericByRange;
|
|
26
|
-
private getDoubleVal;
|
|
27
25
|
private setNumericValueWithoutPicture;
|
|
28
26
|
private checkNumericInDecFormat;
|
|
29
27
|
private checkDateField;
|
|
30
|
-
private add2Date;
|
|
31
|
-
private addM2Date;
|
|
32
|
-
private getEndOfNumericBlock;
|
|
33
|
-
private addDateSuffix;
|
|
34
|
-
private getSizeOfBlock;
|
|
35
|
-
private getMonthOrWeek;
|
|
36
|
-
private isNumberAllowedInDate;
|
|
37
|
-
private isAllNumbers0;
|
|
38
|
-
private checkCentury;
|
|
39
|
-
private isDateLegal4Range;
|
|
40
28
|
private fillDateByRange;
|
|
41
|
-
private checkDay;
|
|
42
|
-
private checkWeek;
|
|
43
|
-
private checkJpnEraYear;
|
|
44
|
-
private getMaxDayInMonth;
|
|
45
|
-
private getMonthByDay;
|
|
46
|
-
private getDateElement;
|
|
47
|
-
private changeDow;
|
|
48
29
|
private checkTimeField;
|
|
49
|
-
private add2Time;
|
|
50
|
-
private addPM2Time;
|
|
51
|
-
private getIsPM;
|
|
52
30
|
private fillTimeByRange;
|
|
53
31
|
private printMessage;
|
|
54
32
|
private changeStringInside;
|
|
55
33
|
private init;
|
|
56
|
-
private findMax;
|
|
57
|
-
private isDataPositionalDirective;
|
|
58
|
-
private isDatePositionalNumericDirective;
|
|
59
|
-
private isNumericPositionalDirective;
|
|
60
|
-
private isLogicPositionalDirective;
|
|
61
|
-
private isTimePositionalDirective;
|
|
62
|
-
private indexOfPositionalNonDirective;
|
|
63
34
|
private setValidationFailed;
|
|
64
35
|
private digitsBeforeDelimeter;
|
|
65
36
|
private isNullDisplayVal;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RefParam
|
|
1
|
+
import { RefParam } from '@magic-xpa/mscorelib';
|
|
2
2
|
export declare class HebrewDate {
|
|
3
3
|
private static PARTS_PER_HOUR;
|
|
4
4
|
private static HOURS_PER_DAY;
|
|
@@ -12,8 +12,6 @@ export declare class HebrewDate {
|
|
|
12
12
|
private static LEAP_YEARS_PER_CYCLE;
|
|
13
13
|
private static YEARS_PER_CYCLE;
|
|
14
14
|
private static MONTHS_PER_CYCLE;
|
|
15
|
-
private static PARTS_PER_NORM_YEAR;
|
|
16
|
-
private static DAYS_PER_NORM_YEAR;
|
|
17
15
|
private static PARTS_PER_LEAP_YEAR;
|
|
18
16
|
private static DAYS_PER_LEAP_YEAR;
|
|
19
17
|
private static PARTS_PER_CYCLE;
|
|
@@ -44,7 +42,5 @@ export declare class HebrewDate {
|
|
|
44
42
|
static GetLocalMonths(): string[];
|
|
45
43
|
static GetLocalDows(): string[];
|
|
46
44
|
static dateheb_h_2_i(str: string[], len: number, pos: number): number;
|
|
47
|
-
static isHebrewLetter(letter: string): boolean;
|
|
48
|
-
static add2Date(newValue: string, currValue: number, letters: number, buffer: StringBuilder): number;
|
|
49
45
|
static dateheb_2_d(year: number, month: number, day: number): number;
|
|
50
46
|
}
|