@sapui5/sap.me 1.123.1 → 1.124.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.me",
3
- "version": "1.123.1",
3
+ "version": "1.124.0",
4
4
  "description": "SAPUI5 Library sap.me",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.123.1</version>
8
+ <version>1.124.0</version>
9
9
 
10
10
  <documentation>SAPUI5 library with controls specialized for mobile devices (extension).</documentation>
11
11
 
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'],
20
20
  */
21
21
  var thisLib = sap.ui.getCore().initLibrary({
22
22
  name : "sap.me",
23
- version: "1.123.1",
23
+ version: "1.124.0",
24
24
  dependencies : ["sap.ui.core"],
25
25
  types: [
26
26
  "sap.me.CalendarDesign",
@@ -4,7 +4,16 @@
4
4
  */
5
5
 
6
6
 
7
- @import "../base/library.source.less";
7
+ /***********************************************************************************
8
+ /* Due to deprecation of sap_bluecrystal with SAPUI5 version 1.44 the
9
+ /* inheritance of the base theme is now updated to an inheritance of a static
10
+ /* copy of the base theme named sap_bluecrystal_base. The respective
11
+ /* control css files of base are copied to the sap_bluecrystal_base theme folder.
12
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.124.
13
+ ***********************************************************************************/
14
+
15
+
16
+ @import "../sap_bluecrystal_base/library.source.less";
8
17
  @import "../../../../sap/ui/core/themes/sap_bluecrystal/base.less";
9
18
  @import "../../../../sap/ui/core/themes/sap_bluecrystal/global.less";
10
19
  @import (less) "shared.css";
@@ -0,0 +1,53 @@
1
+
2
+ .sapMeCalendar{
3
+ position: relative;
4
+ margin: auto;
5
+ -webkit-user-select: none;
6
+ -moz-user-select: none;
7
+ -ms-user-select: none;
8
+ user-select: none;
9
+ }
10
+
11
+ .sapMeCalendar > .sapMeCalendarPrevious{
12
+ position: absolute;
13
+ left:0;
14
+ z-index: 1;
15
+ }
16
+
17
+ .sapMeCalendar > .sapMeCalendarNext{
18
+ position: absolute;
19
+ right:0;
20
+ z-index: 1;
21
+ }
22
+
23
+ .sapMeCalendar > .sapMeCalendarMonth{
24
+ display: inline-block;
25
+ overflow: hidden;
26
+ position: relative;
27
+ vertical-align: top;
28
+ }
29
+
30
+ .sapMeCalendar > .sapMeCalendarMonth > div.sapMeCalendarMonthName{
31
+ text-align: center;
32
+ font-size:1em;
33
+ line-height:1.2em;
34
+ padding:0.7em 0 0.4em 0;
35
+ font-weight:700;
36
+ height: 44px; /* the height of the prevBtn & nextBtn */
37
+ }
38
+
39
+
40
+ .sapMeCalendar > .sapMeCalendarMonth > div > .sapMeCalendarMonthDay{
41
+ text-align: center;
42
+ display: inline-block;
43
+ box-sizing:border-box;
44
+ -moz-box-sizing:border-box; /* Firefox */
45
+ -webkit-box-sizing:border-box; /* Safari */
46
+ }
47
+
48
+ .sapMeCalendar > .sapMeCalendarMonth > div.sapMeCalendarMonthDays > .sapMeCalendarMonthDay{
49
+ padding: 15px 0px;
50
+ }
51
+ .sapMeCalendar > .sapMeCalendarMonth > div.sapMeCalendarMonthDays > .sapMeCalendarMonthDay > *{
52
+ pointer-events: none; /* to avoid tap events inside --> best practice is do a Day control */
53
+ }
@@ -0,0 +1,85 @@
1
+ /* ============================================= */
2
+ /* CSS for control sap.me/CalendarLegend.control */
3
+ /* ============================================= */
4
+ .sapMeCalendarLegend {
5
+ margin-left: 0.5rem;
6
+ margin-right: 0.5rem;
7
+ }
8
+
9
+ .sapUIMeLegendOuterContainer {
10
+ min-height: 3rem;
11
+ }
12
+
13
+ .sapUIMeLegendIconContainer {
14
+ }
15
+
16
+ .sapUIMeCalendarLegendLabels {
17
+ display: inline-block;
18
+ margin-left: 0.75rem;
19
+ font-size: 0.875rem;
20
+ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
21
+ -moz-box-sizing: border-box; /* Firefox, other Gecko */
22
+ box-sizing: border-box; /* Opera/IE 8+ */
23
+ vertical-align: middle;
24
+ }
25
+
26
+ .sapMLabel.sapUIMeCalendarLegendLabels::after {
27
+ content: none;
28
+ }
29
+
30
+ .sapUIMeLegendMenuContainer {
31
+ margin-top: 0.8rem;
32
+ overflow: hidden;
33
+ height: auto;
34
+ margin-left: 0rem;
35
+ }
36
+
37
+ .sapUIMeLegendMenu {
38
+ display: inline-block;
39
+ overflow: hidden;
40
+ height: auto;
41
+ margin-left: 0rem;
42
+ margin-top: 1rem;
43
+ margin-bottom: 0.75rem;
44
+ }
45
+
46
+ .sapUIMeLegendColor {
47
+ height: .875rem;
48
+ width: .875rem;
49
+ display: inline-block;
50
+ margin-left: 1rem;
51
+ margin-top: .25rem;
52
+ margin-bottom: .25rem;
53
+ vertical-align: middle;
54
+ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
55
+ -moz-box-sizing: border-box; /* Firefox, other Gecko */
56
+ box-sizing: border-box; /* Opera/IE 8+ */
57
+ }
58
+
59
+ .sapUIMeLegendLine {
60
+ font-size: 0.875rem;
61
+ margin-top: 0rem;
62
+ vertical-align: middle;
63
+ height: 1.5rem;
64
+ display: inline-block;
65
+ white-space: nowrap;
66
+ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
67
+ -moz-box-sizing: border-box; /* Firefox, other Gecko */
68
+ box-sizing: border-box; /* Opera/IE 8+ */
69
+ }
70
+
71
+ .sapUIMeLegendIcon {
72
+ width: 3rem;
73
+ height: 3rem;
74
+ line-height: 3rem;
75
+ font-size: 1.5rem;
76
+ float: left;
77
+ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
78
+ -moz-box-sizing: border-box; /* Firefox, other Gecko */
79
+ box-sizing: border-box; /* Opera/IE 8+ */
80
+ }
81
+
82
+ .sapUIMeLegendArrow {
83
+ display: inline-block;
84
+ float: right;
85
+ }
@@ -0,0 +1,101 @@
1
+ .sapUIMeOverlapCalendar {
2
+ }
3
+ .sapMeOverlapCalendarGrid{
4
+
5
+ }
6
+ .sapMeOverlapCalendarRow{
7
+
8
+ }
9
+ .sapMeOverlapCalendarDay{
10
+ text-align: center;
11
+ display: inline-block;
12
+ box-sizing:border-box;
13
+ -moz-box-sizing:border-box; /* Firefox */
14
+ -webkit-box-sizing:border-box; /* Safari */
15
+ padding: 15px 0px;
16
+ border: 1px solid;
17
+ }
18
+ /* Overwriting calendar css */
19
+ .sapMeOverlapCalendarCalendar > .sapMeCalendar > .sapMeCalendarMonth > div.sapMeCalendarMonthDayNames {
20
+ margin-top: .25rem;
21
+ }
22
+
23
+ .sapMeOverlapCalendarCalendar > .sapMeCalendar > .sapMeCalendarMonth > div.sapMeCalendarMonthDays {
24
+ margin-bottom: 0rem;
25
+ }
26
+
27
+
28
+ /* Overlap Calendar Grid */
29
+ .sapMeOverlapCalendarGrid{
30
+ border-bottom : 0.0625rem solid;
31
+ }
32
+
33
+ .sapMeOverlapCalendarOverlapIndicator{
34
+ height:0.4375rem;
35
+ line-height:0px;
36
+ border-top : 0.0625rem solid;
37
+ border-bottom : 0.0625rem solid;
38
+ }
39
+ .sapMeOverlapCalendarOverlap{
40
+ height: 0.4375rem;
41
+ display:inline-block;
42
+ position: relative;
43
+ }
44
+
45
+ .sapMeOverlapCalendarDay{
46
+ text-align: center;
47
+ display: inline-block;
48
+ -moz-box-sizing:border-box; /* Firefox */
49
+ -webkit-box-sizing:border-box; /* Safari */
50
+ box-sizing:border-box;
51
+ padding: 0.9375rem 0px;
52
+ border-bottom: 0.0625rem solid;
53
+ border-left: .0625rem solid;
54
+ border-right:none;
55
+ border-top:none;
56
+ }
57
+ .sapMeOverlapCalendarDay :nth-of-type(1){
58
+ border-left:none;
59
+ }
60
+
61
+ .sapMeOverlapCalendarDay.sapMeOverlapCalendarDayWithHalf {
62
+ padding : 0px;
63
+ }
64
+
65
+ .sapMeOverlapCalendarHalfDay {
66
+ position: absolute; /* half days are absolute because we need two of them to overlap in the parent div */
67
+ border-bottom: 0.0625rem solid;
68
+ border-left: 0.0625rem solid;
69
+ -moz-box-sizing: border-box;
70
+ -webkit-box-sizing: border-box;
71
+ box-sizing: border-box;
72
+ padding: 0;
73
+ }
74
+
75
+
76
+
77
+ .sapMeOverlapCalendarRowLabels{
78
+ position:absolute;
79
+ z-index:3;
80
+ width:100%;
81
+ display:inline;
82
+ }
83
+
84
+ .sapMeOverlapCalendarNameLbl{
85
+ font-face : "Open Sans Regular";
86
+ font-size : .875rem;
87
+ margin-left : 1rem;
88
+ top: .25rem;
89
+ position: relative;
90
+ z-index:3;
91
+ }
92
+
93
+ .sapMeOverlapCalendarTypeLbl {
94
+ position: absolute;
95
+ font-face: "Open Sans Regular";
96
+ font-size: .75rem;
97
+ top: 1.5rem;
98
+ -webkit-box-sizing: border-box;
99
+ -moz-box-sizing: border-box;
100
+ box-sizing: border-box;
101
+ }
@@ -0,0 +1,12 @@
1
+ /*!
2
+ * SAPUI5
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
+ */
5
+
6
+ @import "../../../../sap/ui/core/themes/base/base.less";
7
+ @import "../../../../sap/ui/core/themes/base/global.less";
8
+ @import (less) "shared.css";
9
+
10
+ @import (less) "Calendar.css";
11
+ @import (less) "CalendarLegend.css";
12
+ @import (less) "OverlapCalendar.css";
@@ -0,0 +1 @@
1
+ /* This CSS shares it rules with all other CSS of this library */