ordering-ui-admin-external 1.45.54 → 1.45.56

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/_bundles/main.css CHANGED
@@ -17175,7 +17175,8 @@ div.jsoneditor-statusbar > .jsoneditor-size-info {
17175
17175
  .rbc-addons-dnd .rbc-event {
17176
17176
  transition: opacity 150ms;
17177
17177
  }
17178
- .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
17178
+ .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,
17179
+ .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
17179
17180
  display: block;
17180
17181
  }
17181
17182
  .rbc-addons-dnd .rbc-addons-dnd-dragged-event {
@@ -17252,141 +17253,6 @@ button.rbc-input::-moz-focus-inner {
17252
17253
  padding: 0;
17253
17254
  }
17254
17255
 
17255
- .rbc-calendar {
17256
- -webkit-box-sizing: border-box;
17257
- box-sizing: border-box;
17258
- height: 100%;
17259
- display: -webkit-box;
17260
- display: -ms-flexbox;
17261
- display: flex;
17262
- -webkit-box-orient: vertical;
17263
- -webkit-box-direction: normal;
17264
- -ms-flex-direction: column;
17265
- flex-direction: column;
17266
- -webkit-box-align: stretch;
17267
- -ms-flex-align: stretch;
17268
- align-items: stretch;
17269
- }
17270
-
17271
- .rbc-m-b-negative-3 {
17272
- margin-bottom: -3px;
17273
- }
17274
-
17275
- .rbc-h-full {
17276
- height: 100%;
17277
- }
17278
-
17279
- .rbc-calendar *,
17280
- .rbc-calendar *:before,
17281
- .rbc-calendar *:after {
17282
- -webkit-box-sizing: inherit;
17283
- box-sizing: inherit;
17284
- }
17285
-
17286
- .rbc-abs-full, .rbc-row-bg {
17287
- overflow: hidden;
17288
- position: absolute;
17289
- top: 0;
17290
- left: 0;
17291
- right: 0;
17292
- bottom: 0;
17293
- }
17294
-
17295
- .rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
17296
- display: block;
17297
- overflow: hidden;
17298
- text-overflow: ellipsis;
17299
- white-space: nowrap;
17300
- }
17301
-
17302
- .rbc-rtl {
17303
- direction: rtl;
17304
- }
17305
-
17306
- .rbc-off-range {
17307
- color: #999999;
17308
- }
17309
-
17310
- .rbc-off-range-bg {
17311
- background: #e6e6e6;
17312
- }
17313
-
17314
- .rbc-header {
17315
- overflow: hidden;
17316
- -webkit-box-flex: 1;
17317
- -ms-flex: 1 0 0%;
17318
- flex: 1 0 0%;
17319
- text-overflow: ellipsis;
17320
- white-space: nowrap;
17321
- padding: 0 3px;
17322
- text-align: center;
17323
- vertical-align: middle;
17324
- font-weight: bold;
17325
- font-size: 90%;
17326
- min-height: 0;
17327
- border-bottom: 1px solid #ddd;
17328
- }
17329
- .rbc-header + .rbc-header {
17330
- border-left: 1px solid #ddd;
17331
- }
17332
- .rbc-rtl .rbc-header + .rbc-header {
17333
- border-left-width: 0;
17334
- border-right: 1px solid #ddd;
17335
- }
17336
- .rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
17337
- color: inherit;
17338
- text-decoration: none;
17339
- }
17340
-
17341
- .rbc-button-link {
17342
- color: inherit;
17343
- background: none;
17344
- margin: 0;
17345
- padding: 0;
17346
- border: none;
17347
- cursor: pointer;
17348
- -webkit-user-select: text;
17349
- -moz-user-select: text;
17350
- -ms-user-select: text;
17351
- user-select: text;
17352
- }
17353
-
17354
- .rbc-row-content {
17355
- position: relative;
17356
- -moz-user-select: none;
17357
- -ms-user-select: none;
17358
- user-select: none;
17359
- -webkit-user-select: none;
17360
- z-index: 4;
17361
- }
17362
-
17363
- .rbc-row-content-scrollable {
17364
- display: -webkit-box;
17365
- display: -ms-flexbox;
17366
- display: flex;
17367
- -webkit-box-orient: vertical;
17368
- -webkit-box-direction: normal;
17369
- -ms-flex-direction: column;
17370
- flex-direction: column;
17371
- height: 100%;
17372
- }
17373
- .rbc-row-content-scrollable .rbc-row-content-scroll-container {
17374
- height: 100%;
17375
- overflow-y: scroll;
17376
- -ms-overflow-style: none; /* IE and Edge */
17377
- scrollbar-width: none; /* Firefox */
17378
- -ms-overflow-style: none; /* IE and Edge */
17379
- scrollbar-width: none; /* Firefox */
17380
- /* Hide scrollbar for Chrome, Safari and Opera */
17381
- }
17382
- .rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
17383
- display: none;
17384
- }
17385
-
17386
- .rbc-today {
17387
- background-color: #eaf6ff;
17388
- }
17389
-
17390
17256
  .rbc-toolbar {
17391
17257
  display: -webkit-box;
17392
17258
  display: -ms-flexbox;
@@ -17427,24 +17293,24 @@ button.rbc-input::-moz-focus-inner {
17427
17293
  background-image: none;
17428
17294
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
17429
17295
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
17430
- background-color: #e6e6e6;
17431
- border-color: #adadad;
17296
+ background-color: rgb(229.5, 229.5, 229.5);
17297
+ border-color: rgb(173.4, 173.4, 173.4);
17432
17298
  }
17433
17299
  .rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
17434
17300
  color: #373a3c;
17435
- background-color: #d4d4d4;
17436
- border-color: #8c8c8c;
17301
+ background-color: rgb(211.65, 211.65, 211.65);
17302
+ border-color: rgb(140.25, 140.25, 140.25);
17437
17303
  }
17438
17304
  .rbc-toolbar button:focus {
17439
17305
  color: #373a3c;
17440
- background-color: #e6e6e6;
17441
- border-color: #adadad;
17306
+ background-color: rgb(229.5, 229.5, 229.5);
17307
+ border-color: rgb(173.4, 173.4, 173.4);
17442
17308
  }
17443
17309
  .rbc-toolbar button:hover {
17444
17310
  color: #373a3c;
17445
17311
  cursor: pointer;
17446
- background-color: #e6e6e6;
17447
- border-color: #adadad;
17312
+ background-color: rgb(229.5, 229.5, 229.5);
17313
+ border-color: rgb(173.4, 173.4, 173.4);
17448
17314
  }
17449
17315
 
17450
17316
  .rbc-btn-group {
@@ -17491,7 +17357,7 @@ button.rbc-input::-moz-focus-inner {
17491
17357
  flex-direction: column;
17492
17358
  }
17493
17359
  }
17494
- .rbc-event, .rbc-day-slot .rbc-background-event {
17360
+ .rbc-event {
17495
17361
  border: none;
17496
17362
  -webkit-box-sizing: border-box;
17497
17363
  box-sizing: border-box;
@@ -17506,18 +17372,22 @@ button.rbc-input::-moz-focus-inner {
17506
17372
  width: 100%;
17507
17373
  text-align: left;
17508
17374
  }
17509
- .rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
17375
+ .rbc-slot-selecting .rbc-event {
17510
17376
  cursor: inherit;
17511
17377
  pointer-events: none;
17512
17378
  }
17513
- .rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
17514
- background-color: #265985;
17379
+ .rbc-event.rbc-selected {
17380
+ background-color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
17515
17381
  }
17516
- .rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
17382
+ .rbc-event:focus {
17517
17383
  outline: 5px auto #3b99fc;
17518
17384
  }
17519
17385
 
17520
17386
  .rbc-event-label {
17387
+ display: block;
17388
+ overflow: hidden;
17389
+ text-overflow: ellipsis;
17390
+ white-space: nowrap;
17521
17391
  font-size: 80%;
17522
17392
  }
17523
17393
 
@@ -17559,11 +17429,22 @@ button.rbc-input::-moz-focus-inner {
17559
17429
  .rbc-row-segment {
17560
17430
  padding: 0 1px 1px 1px;
17561
17431
  }
17432
+ .rbc-row-segment .rbc-event-content {
17433
+ display: block;
17434
+ overflow: hidden;
17435
+ text-overflow: ellipsis;
17436
+ white-space: nowrap;
17437
+ }
17438
+
17562
17439
  .rbc-selected-cell {
17563
17440
  background-color: rgba(0, 0, 0, 0.1);
17564
17441
  }
17565
17442
 
17566
17443
  .rbc-show-more {
17444
+ display: block;
17445
+ overflow: hidden;
17446
+ text-overflow: ellipsis;
17447
+ white-space: nowrap;
17567
17448
  background-color: rgba(255, 255, 255, 0.3);
17568
17449
  z-index: 4;
17569
17450
  font-weight: bold;
@@ -17573,7 +17454,7 @@ button.rbc-input::-moz-focus-inner {
17573
17454
  color: #3174ad;
17574
17455
  }
17575
17456
  .rbc-show-more:hover, .rbc-show-more:focus {
17576
- color: #265985;
17457
+ color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
17577
17458
  }
17578
17459
 
17579
17460
  .rbc-month-view {
@@ -17645,6 +17526,12 @@ button.rbc-input::-moz-focus-inner {
17645
17526
  }
17646
17527
 
17647
17528
  .rbc-row-bg {
17529
+ overflow: hidden;
17530
+ position: absolute;
17531
+ top: 0;
17532
+ left: 0;
17533
+ right: 0;
17534
+ bottom: 0;
17648
17535
  display: -webkit-box;
17649
17536
  display: -ms-flexbox;
17650
17537
  display: flex;
@@ -17812,7 +17699,7 @@ button.rbc-input::-moz-focus-inner {
17812
17699
  right: 0;
17813
17700
  }
17814
17701
  .rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
17815
- border: 1px solid #265985;
17702
+ border: 1px solid rgb(37.7432432432, 89.3513513514, 133.2567567568);
17816
17703
  display: -webkit-box;
17817
17704
  display: -ms-flexbox;
17818
17705
  display: flex;
@@ -17849,7 +17736,7 @@ button.rbc-input::-moz-focus-inner {
17849
17736
  min-height: 1em;
17850
17737
  }
17851
17738
  .rbc-day-slot .rbc-time-slot {
17852
- border-top: 1px solid #f7f7f7;
17739
+ border-top: 1px solid rgb(246.5, 246.5, 246.5);
17853
17740
  }
17854
17741
 
17855
17742
  .rbc-time-view-resources .rbc-time-gutter,
@@ -17884,8 +17771,8 @@ button.rbc-input::-moz-focus-inner {
17884
17771
  -webkit-box-flex: 1;
17885
17772
  -ms-flex: 1 1 0px;
17886
17773
  flex: 1 1 0;
17887
- -ms-flex-preferred-size: 0 px;
17888
- flex-basis: 0 px;
17774
+ -ms-flex-preferred-size: 0px;
17775
+ flex-basis: 0px;
17889
17776
  }
17890
17777
 
17891
17778
  .rbc-time-header-content + .rbc-time-header-content {
@@ -18069,3 +17956,136 @@ button.rbc-input::-moz-focus-inner {
18069
17956
  .rbc-resource-grouping .rbc-row .rbc-header {
18070
17957
  width: 141px;
18071
17958
  }
17959
+
17960
+ .rbc-calendar {
17961
+ -webkit-box-sizing: border-box;
17962
+ box-sizing: border-box;
17963
+ height: 100%;
17964
+ display: -webkit-box;
17965
+ display: -ms-flexbox;
17966
+ display: flex;
17967
+ -webkit-box-orient: vertical;
17968
+ -webkit-box-direction: normal;
17969
+ -ms-flex-direction: column;
17970
+ flex-direction: column;
17971
+ -webkit-box-align: stretch;
17972
+ -ms-flex-align: stretch;
17973
+ align-items: stretch;
17974
+ }
17975
+
17976
+ .rbc-m-b-negative-3 {
17977
+ margin-bottom: -3px;
17978
+ }
17979
+
17980
+ .rbc-h-full {
17981
+ height: 100%;
17982
+ }
17983
+
17984
+ .rbc-calendar *,
17985
+ .rbc-calendar *:before,
17986
+ .rbc-calendar *:after {
17987
+ -webkit-box-sizing: inherit;
17988
+ box-sizing: inherit;
17989
+ }
17990
+
17991
+ .rbc-abs-full {
17992
+ overflow: hidden;
17993
+ position: absolute;
17994
+ top: 0;
17995
+ left: 0;
17996
+ right: 0;
17997
+ bottom: 0;
17998
+ }
17999
+
18000
+ .rbc-ellipsis {
18001
+ display: block;
18002
+ overflow: hidden;
18003
+ text-overflow: ellipsis;
18004
+ white-space: nowrap;
18005
+ }
18006
+
18007
+ .rbc-rtl {
18008
+ direction: rtl;
18009
+ }
18010
+
18011
+ .rbc-off-range {
18012
+ color: #999999;
18013
+ }
18014
+
18015
+ .rbc-off-range-bg {
18016
+ background: rgb(229.5, 229.5, 229.5);
18017
+ }
18018
+
18019
+ .rbc-header {
18020
+ overflow: hidden;
18021
+ -webkit-box-flex: 1;
18022
+ -ms-flex: 1 0 0%;
18023
+ flex: 1 0 0%;
18024
+ text-overflow: ellipsis;
18025
+ white-space: nowrap;
18026
+ padding: 0 3px;
18027
+ text-align: center;
18028
+ vertical-align: middle;
18029
+ font-weight: bold;
18030
+ font-size: 90%;
18031
+ min-height: 0;
18032
+ border-bottom: 1px solid #ddd;
18033
+ }
18034
+ .rbc-header + .rbc-header {
18035
+ border-left: 1px solid #ddd;
18036
+ }
18037
+ .rbc-rtl .rbc-header + .rbc-header {
18038
+ border-left-width: 0;
18039
+ border-right: 1px solid #ddd;
18040
+ }
18041
+ .rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
18042
+ color: inherit;
18043
+ text-decoration: none;
18044
+ }
18045
+
18046
+ .rbc-button-link {
18047
+ color: inherit;
18048
+ background: none;
18049
+ margin: 0;
18050
+ padding: 0;
18051
+ border: none;
18052
+ cursor: pointer;
18053
+ -webkit-user-select: text;
18054
+ -moz-user-select: text;
18055
+ -ms-user-select: text;
18056
+ user-select: text;
18057
+ }
18058
+
18059
+ .rbc-row-content {
18060
+ position: relative;
18061
+ -moz-user-select: none;
18062
+ -ms-user-select: none;
18063
+ user-select: none;
18064
+ -webkit-user-select: none;
18065
+ z-index: 4;
18066
+ }
18067
+
18068
+ .rbc-row-content-scrollable {
18069
+ display: -webkit-box;
18070
+ display: -ms-flexbox;
18071
+ display: flex;
18072
+ -webkit-box-orient: vertical;
18073
+ -webkit-box-direction: normal;
18074
+ -ms-flex-direction: column;
18075
+ flex-direction: column;
18076
+ height: 100%;
18077
+ }
18078
+ .rbc-row-content-scrollable .rbc-row-content-scroll-container {
18079
+ height: 100%;
18080
+ overflow-y: scroll;
18081
+ -ms-overflow-style: none; /* IE and Edge */
18082
+ scrollbar-width: none; /* Firefox */
18083
+ /* Hide scrollbar for Chrome, Safari and Opera */
18084
+ }
18085
+ .rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
18086
+ display: none;
18087
+ }
18088
+
18089
+ .rbc-today {
18090
+ background-color: #eaf6ff;
18091
+ }