@syncfusion/ej2-angular-base 31.2.12 → 32.1.19

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.
Files changed (43) hide show
  1. package/dist/ej2-angular-base.umd.min.js +0 -9
  2. package/dist/global/ej2-angular-base.min.js +0 -9
  3. package/dist/global/index.d.ts +0 -9
  4. package/dist/ts/complex-array-base.d.ts +55 -0
  5. package/dist/ts/complex-array-base.ts +275 -0
  6. package/dist/ts/component-base.d.ts +50 -0
  7. package/dist/ts/component-base.ts +432 -0
  8. package/dist/ts/form-base.d.ts +46 -0
  9. package/dist/ts/form-base.ts +171 -0
  10. package/dist/ts/index.d.ts +8 -0
  11. package/dist/ts/index.ts +8 -0
  12. package/dist/ts/template.d.ts +19 -0
  13. package/dist/ts/template.ts +107 -0
  14. package/dist/ts/util.d.ts +60 -0
  15. package/dist/ts/util.ts +177 -0
  16. package/package.json +82 -14
  17. package/styles/bds.css +0 -2
  18. package/styles/bds.scss +0 -1
  19. package/styles/bootstrap-dark.scss +0 -1
  20. package/styles/bootstrap.scss +0 -1
  21. package/styles/bootstrap4.scss +0 -1
  22. package/styles/bootstrap5-dark.scss +0 -1
  23. package/styles/bootstrap5.3.css +82 -0
  24. package/styles/bootstrap5.3.scss +1 -1
  25. package/styles/bootstrap5.scss +1 -1
  26. package/styles/fabric-dark.scss +1 -1
  27. package/styles/fabric.scss +1 -1
  28. package/styles/fluent-dark.scss +1 -1
  29. package/styles/fluent.scss +1 -1
  30. package/styles/fluent2.css +80 -0
  31. package/styles/fluent2.scss +1 -1
  32. package/styles/highcontrast-light.scss +1 -1
  33. package/styles/highcontrast.scss +1 -1
  34. package/styles/material-dark.scss +1 -1
  35. package/styles/material.scss +0 -1
  36. package/styles/material3-dark.css +82 -0
  37. package/styles/material3-dark.scss +1 -1
  38. package/styles/material3.css +80 -0
  39. package/styles/material3.scss +1 -1
  40. package/styles/tailwind-dark.scss +1 -1
  41. package/styles/tailwind.scss +1 -1
  42. package/styles/tailwind3.css +70 -0
  43. package/styles/tailwind3.scss +1 -1
@@ -1,4 +1,84 @@
1
1
 
2
2
 
3
+ :root,
4
+
5
+
6
+ :root,
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
3
83
 
4
84
 
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/fluent2.scss';
1
+ @use 'ej2-base/styles/definition/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast-light.scss';
1
+ @use 'ej2-base/styles/definition/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast.scss';
1
+ @use 'ej2-base/styles/definition/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/material-dark.scss';
1
+ @use 'ej2-base/styles/definition/material-dark' as *;
@@ -1 +0,0 @@
1
- @import 'ej2-base/styles/definition/material.scss';
@@ -0,0 +1,82 @@
1
+
2
+
3
+ :root,
4
+
5
+
6
+ :root,
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
@@ -1 +1 @@
1
-
1
+ @use 'ej2-base/styles/definition/material3-dark' as *;
@@ -1,2 +1,82 @@
1
1
 
2
2
 
3
+ :root,
4
+
5
+
6
+ :root,
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
@@ -1 +1 @@
1
-
1
+ @use 'ej2-base/styles/definition/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/tailwind-dark.scss';
1
+ @use 'ej2-base/styles/definition/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/tailwind.scss';
1
+ @use 'ej2-base/styles/definition/tailwind' as *;
@@ -1,2 +1,72 @@
1
1
 
2
2
 
3
+ :root,
4
+
5
+
6
+ :root,
7
+
8
+
9
+ /* Font Family */
10
+ /* border */
11
+ /* 0px */
12
+ /* 1px */
13
+ /* 1.5px */
14
+ /* 2px */
15
+ /* 3px */
16
+ /* 4px */
17
+ /* 5px */
18
+ /* 6px */
19
+ /* 7px */
20
+ /* 8px */
21
+ /* Radius */
22
+ /* 1px */
23
+ /* 2px */
24
+ /* 3px */
25
+ /* 4px */
26
+ /* 5px */
27
+ /* 6px */
28
+ /* 7px */
29
+ /* 8px */
30
+ /* 9px */
31
+ /* 10px */
32
+ /* 11px */
33
+ /* 12px */
34
+ /* 13px */
35
+ /* 14px */
36
+ /* 15px */
37
+ /* 16px */
38
+ /* 17px */
39
+ /* 18px */
40
+ /* 19px */
41
+ /* 20px */
42
+ /* 21px */
43
+ /* 22px */
44
+ /* 23px */
45
+ /* 24px */
46
+ /* 25px */
47
+ /* 26px */
48
+ /* 27px */
49
+ /* 28px */
50
+ /* 29px */
51
+ /* 30px */
52
+ /* 31px */
53
+ /* 32px */
54
+ /* 33px */
55
+ /* 34px */
56
+ /* 35px */
57
+ /* 36px */
58
+ /* 37px */
59
+ /* 38px */
60
+ /* 39px */
61
+ /* 40px */
62
+ /* 41px */
63
+ /* 42px */
64
+ /* 43px */
65
+ /* 44px */
66
+ /* 45px */
67
+ /* 46px */
68
+ /* 47px */
69
+ /* 48px */
70
+ /* 49px */
71
+ /* 50px */
72
+ /* 5em */
@@ -1 +1 @@
1
- @import 'ej2-base/styles/definition/tailwind3.scss';
1
+ @use 'ej2-base/styles/definition/tailwind3' as *;