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

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
@@ -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] {
@@ -5917,10 +5917,32 @@ table th {
5917
5917
  }
5918
5918
 
5919
5919
  .u-schedule .attendees .labels > div {
5920
- margin-bottom: 8px;
5921
5920
  position: relative;
5922
5921
  }
5923
5922
 
5923
+ [dir="ltr"] .u-schedule .attendees .labels > div {
5924
+ margin: 0 16px 8px 0;
5925
+ }
5926
+
5927
+ [dir="rtl"] .u-schedule .attendees .labels > div {
5928
+ margin: 0 0 8px 16px;
5929
+ }
5930
+
5931
+ .u-schedule .attendees .labels > div,
5932
+ .u-schedule .attendees .labels > div > span {
5933
+ display: inline-block;
5934
+ vertical-align: middle;
5935
+ }
5936
+
5937
+ .u-schedule .attendees .labels > div > span {
5938
+ width: 100%;
5939
+ overflow: hidden;
5940
+ word-wrap: normal;
5941
+ white-space: nowrap;
5942
+ -o-text-overflow: ellipsis;
5943
+ text-overflow: ellipsis;
5944
+ }
5945
+
5924
5946
  .u-schedule .attendees .labels > div:before {
5925
5947
  content: '';
5926
5948
  display: inline-block;
@@ -5928,7 +5950,8 @@ table th {
5928
5950
  height: 16px;
5929
5951
  background: #f5f5f5;
5930
5952
  position: absolute;
5931
- top: 2px;
5953
+ top: 50%;
5954
+ margin-top: -8px;
5932
5955
  }
5933
5956
 
5934
5957
  [dir="ltr"] .u-schedule .attendees .labels > div:before {
@@ -5939,6 +5962,19 @@ table th {
5939
5962
  right: -12px;
5940
5963
  }
5941
5964
 
5965
+ .u-schedule .attendees .labels > div.unknown:before {
5966
+ background: #e3e3e3;
5967
+ }
5968
+
5969
+ .u-schedule .attendees .labels > div.busy,
5970
+ .u-schedule .attendees .labels > div.unknown {
5971
+ max-width: 110px;
5972
+ }
5973
+
5974
+ .u-schedule .attendees .labels > div.free {
5975
+ max-width: 256px;
5976
+ }
5977
+
5942
5978
  .u-schedule .attendees > .u-scroll {
5943
5979
  -webkit-box-sizing: border-box;
5944
5980
  box-sizing: border-box;
@@ -6200,6 +6236,7 @@ table th {
6200
6236
  }
6201
6237
 
6202
6238
  .u-schedule .schedule > .calendar .occupy,
6239
+ .u-schedule .schedule > .calendar .unknown,
6203
6240
  .u-schedule .schedule > .calendar .free {
6204
6241
  max-height: 33px /** border = */;
6205
6242
  position: absolute;
@@ -6214,6 +6251,11 @@ table th {
6214
6251
  background: #f5f5f5;
6215
6252
  }
6216
6253
 
6254
+ .u-schedule .schedule > .calendar .unknown {
6255
+ z-index: 1;
6256
+ background: #e3e3e3;
6257
+ }
6258
+
6217
6259
  .u-schedule .schedule > .calendar .occupy {
6218
6260
  border-radius: 4px;
6219
6261
  z-index: 2;