@aleen42/calendar 1.1.0-beta.15 → 1.1.0-beta.18

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/calendar.css CHANGED
@@ -1810,7 +1810,7 @@ input[disabled][role=dropdown] + i {
1810
1810
  .u-btn.u-btn-toolbar i.checkbox {
1811
1811
  float: none;
1812
1812
  display: inline-block;
1813
- vertical-align: middle;
1813
+ vertical-align: middle !important;
1814
1814
  margin-top: 0;
1815
1815
  }
1816
1816
 
@@ -1818,7 +1818,7 @@ input[disabled][role=dropdown] + i {
1818
1818
  .u-btn.u-btn-primary.u-btn-toolbar i.checkbox + i,
1819
1819
  .u-btn.u-btn-toolbar i.checkbox + i {
1820
1820
  font-size: 14px;
1821
- vertical-align: middle;
1821
+ vertical-align: middle !important;
1822
1822
  }
1823
1823
 
1824
1824
  [dir="ltr"] .lyToolbar .u-btn.u-btn-primary i.checkbox + i,
@@ -1905,28 +1905,6 @@ input[disabled][role=dropdown] + i {
1905
1905
  padding-left: 6px;
1906
1906
  }
1907
1907
 
1908
- [dir="ltr"] .lyToolbar .u-btn.u-btn-primary.split,
1909
- [dir="ltr"] .u-btn.u-btn-primary.u-btn-toolbar.split,
1910
- [dir="ltr"] .u-btn.u-btn-toolbar.split {
1911
- padding-right: 0;
1912
- }
1913
-
1914
- [dir="rtl"] .lyToolbar .u-btn.u-btn-primary.split,
1915
- [dir="rtl"] .u-btn.u-btn-primary.u-btn-toolbar.split,
1916
- [dir="rtl"] .u-btn.u-btn-toolbar.split {
1917
- padding-left: 0;
1918
- }
1919
-
1920
- .lyToolbar .u-btn.u-btn-primary.split > .iconfont,
1921
- .u-btn.u-btn-primary.u-btn-toolbar.split > .iconfont,
1922
- .u-btn.u-btn-toolbar.split > .iconfont,
1923
- .lyToolbar .u-btn.u-btn-primary.split > .iconfont + span:not([arrow]),
1924
- .u-btn.u-btn-primary.u-btn-toolbar.split > .iconfont + span:not([arrow]),
1925
- .u-btn.u-btn-toolbar.split > .iconfont + span:not([arrow]) {
1926
- display: inline-block;
1927
- vertical-align: top;
1928
- }
1929
-
1930
1908
  .lyToolbar .u-btn.u-btn-primary > .iconfont,
1931
1909
  .u-btn.u-btn-primary.u-btn-toolbar > .iconfont,
1932
1910
  .u-btn.u-btn-toolbar > .iconfont {
@@ -1966,6 +1944,28 @@ input[disabled][role=dropdown] + i {
1966
1944
  margin-right: 6px;
1967
1945
  }
1968
1946
 
1947
+ [dir="ltr"] .lyToolbar .u-btn.u-btn-primary.split,
1948
+ [dir="ltr"] .u-btn.u-btn-primary.u-btn-toolbar.split,
1949
+ [dir="ltr"] .u-btn.u-btn-toolbar.split {
1950
+ padding-right: 0;
1951
+ }
1952
+
1953
+ [dir="rtl"] .lyToolbar .u-btn.u-btn-primary.split,
1954
+ [dir="rtl"] .u-btn.u-btn-primary.u-btn-toolbar.split,
1955
+ [dir="rtl"] .u-btn.u-btn-toolbar.split {
1956
+ padding-left: 0;
1957
+ }
1958
+
1959
+ .lyToolbar .u-btn.u-btn-primary.split > .iconfont,
1960
+ .u-btn.u-btn-primary.u-btn-toolbar.split > .iconfont,
1961
+ .u-btn.u-btn-toolbar.split > .iconfont,
1962
+ .lyToolbar .u-btn.u-btn-primary.split > .iconfont + span:not([arrow]),
1963
+ .u-btn.u-btn-primary.u-btn-toolbar.split > .iconfont + span:not([arrow]),
1964
+ .u-btn.u-btn-toolbar.split > .iconfont + span:not([arrow]) {
1965
+ display: inline-block;
1966
+ vertical-align: top;
1967
+ }
1968
+
1969
1969
  .lyToolbar .u-btn.u-btn-primary[arrow],
1970
1970
  .u-btn.u-btn-primary.u-btn-toolbar[arrow],
1971
1971
  .u-btn.u-btn-toolbar[arrow] {
@@ -3211,6 +3211,13 @@ span.tmpzTreeMove_arrow {
3211
3211
  overflow-y: hidden;
3212
3212
  }
3213
3213
 
3214
+ .m-cal-day .content-wrapper .main-content .calendar.calendar-s .event_icon,
3215
+ .m-cal-week .content-wrapper .main-content .calendar.calendar-s .event_icon,
3216
+ .m-cal-month .content-wrapper .main-content .calendar.calendar-s .event_icon,
3217
+ .m-cal-list .content-wrapper .main-content .calendar.calendar-s .event_icon {
3218
+ display: none;
3219
+ }
3220
+
3214
3221
  .m-cal-week[firstweekday] .content-wrapper .main-content .calendar .main table td:last-child,
3215
3222
  .m-cal-week[firstweekday="0"] .content-wrapper .main-content .calendar .main table td:nth-child(1),
3216
3223
  .m-cal-week[firstweekday="1"] .content-wrapper .main-content .calendar .main table td:nth-child(6) {
@@ -5917,10 +5924,32 @@ table th {
5917
5924
  }
5918
5925
 
5919
5926
  .u-schedule .attendees .labels > div {
5920
- margin-bottom: 8px;
5921
5927
  position: relative;
5922
5928
  }
5923
5929
 
5930
+ [dir="ltr"] .u-schedule .attendees .labels > div {
5931
+ margin: 0 16px 8px 0;
5932
+ }
5933
+
5934
+ [dir="rtl"] .u-schedule .attendees .labels > div {
5935
+ margin: 0 0 8px 16px;
5936
+ }
5937
+
5938
+ .u-schedule .attendees .labels > div,
5939
+ .u-schedule .attendees .labels > div > span {
5940
+ display: inline-block;
5941
+ vertical-align: middle;
5942
+ }
5943
+
5944
+ .u-schedule .attendees .labels > div > span {
5945
+ width: 100%;
5946
+ overflow: hidden;
5947
+ word-wrap: normal;
5948
+ white-space: nowrap;
5949
+ -o-text-overflow: ellipsis;
5950
+ text-overflow: ellipsis;
5951
+ }
5952
+
5924
5953
  .u-schedule .attendees .labels > div:before {
5925
5954
  content: '';
5926
5955
  display: inline-block;
@@ -5928,7 +5957,8 @@ table th {
5928
5957
  height: 16px;
5929
5958
  background: #f5f5f5;
5930
5959
  position: absolute;
5931
- top: 2px;
5960
+ top: 50%;
5961
+ margin-top: -8px;
5932
5962
  }
5933
5963
 
5934
5964
  [dir="ltr"] .u-schedule .attendees .labels > div:before {
@@ -5939,6 +5969,19 @@ table th {
5939
5969
  right: -12px;
5940
5970
  }
5941
5971
 
5972
+ .u-schedule .attendees .labels > div.unknown:before {
5973
+ background: #e3e3e3;
5974
+ }
5975
+
5976
+ .u-schedule .attendees .labels > div.busy,
5977
+ .u-schedule .attendees .labels > div.unknown {
5978
+ max-width: 110px;
5979
+ }
5980
+
5981
+ .u-schedule .attendees .labels > div.free {
5982
+ max-width: 256px;
5983
+ }
5984
+
5942
5985
  .u-schedule .attendees > .u-scroll {
5943
5986
  -webkit-box-sizing: border-box;
5944
5987
  box-sizing: border-box;
@@ -6200,6 +6243,7 @@ table th {
6200
6243
  }
6201
6244
 
6202
6245
  .u-schedule .schedule > .calendar .occupy,
6246
+ .u-schedule .schedule > .calendar .unknown,
6203
6247
  .u-schedule .schedule > .calendar .free {
6204
6248
  max-height: 33px /** border = */;
6205
6249
  position: absolute;
@@ -6214,6 +6258,11 @@ table th {
6214
6258
  background: #f5f5f5;
6215
6259
  }
6216
6260
 
6261
+ .u-schedule .schedule > .calendar .unknown {
6262
+ z-index: 1;
6263
+ background: #e3e3e3;
6264
+ }
6265
+
6217
6266
  .u-schedule .schedule > .calendar .occupy {
6218
6267
  border-radius: 4px;
6219
6268
  z-index: 2;