@steedos-widgets/fullcalendar 1.2.9 → 1.2.11

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/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/fullcalendar",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.9/dist/fullcalendar.umd.js",
7
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.9/dist/fullcalendar.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.11/dist/fullcalendar.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.11/dist/fullcalendar.umd.css"
8
8
  ],
9
9
  "library": "BuilderFullCalendar"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/fullcalendar"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.9/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.11/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.9/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.9/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.11/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.11/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -1469,27 +1469,54 @@ A VERTICAL event
1469
1469
  --fc-button-active-border-color: #c9c9c9;
1470
1470
  }
1471
1471
 
1472
- .steedos-listview .fc-media-screen{
1472
+ .steedos-object-listview .fc-media-screen{
1473
1473
  --tw-bg-opacity: 1;
1474
1474
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1475
1475
  }
1476
- .steedos-listview .fc-media-screen .fc-view-harness{
1476
+ .steedos-object-listview .fc-media-screen .fc-view-harness{
1477
1477
  background: #fff;
1478
+ max-height: calc(100vh - 240px);
1478
1479
  }
1479
- .steedos-listview .fc-theme-standard .fc-scrollgrid{
1480
+ .steedos-object-listview .fc-theme-standard .fc-scrollgrid{
1480
1481
  border-left: none;
1481
1482
  border-right: none;
1482
1483
  }
1483
- .steedos-listview .fc .fc-scrollgrid-section > *{
1484
+ .steedos-object-listview .fc .fc-scrollgrid-section > *{
1484
1485
  border-right-width: 0;
1485
1486
  }
1486
- .steedos-listview .fc .fc-scrollgrid-section-liquid > td{
1487
+ .steedos-object-listview .fc .fc-scrollgrid-section-liquid > td{
1487
1488
  border-right-width: 0;
1488
1489
  }
1489
- .steedos-listview .fc .fc-scrollgrid-section > td{
1490
+ .steedos-object-listview .fc .fc-scrollgrid-section > td{
1490
1491
  border-right-width: 0;
1491
1492
  }
1492
- .steedos-listview .fc .fc-toolbar.fc-header-toolbar{
1493
+ .steedos-object-listview .fc .fc-toolbar.fc-header-toolbar{
1493
1494
  margin: var(--gap-md);
1494
1495
  margin-top: var(--gap-sm);
1495
1496
  }
1497
+
1498
+ @media (max-width: 768px){
1499
+ .steedos-object-listview .fc-header-toolbar{
1500
+ display: flex;
1501
+ flex-direction: column-reverse;
1502
+ margin-left: 0 !important;
1503
+ margin-right: 0 !important;
1504
+ padding: 0;
1505
+ }
1506
+ .steedos-object-listview .fc-header-toolbar .fc-toolbar-chunk:first-child{
1507
+ margin-top: 10px;
1508
+ }
1509
+ .steedos-object-listview .fc-header-toolbar .fc-toolbar-chunk:last-of-type{
1510
+ width: 100%;
1511
+ }
1512
+ .steedos-object-listview .fc-header-toolbar .fc-toolbar-chunk:last-of-type .fc-button-group:first-child{
1513
+ float: right;
1514
+ margin-right: .75em;
1515
+ }
1516
+ .steedos-object-listview .fc-header-toolbar .fc-toolbar-chunk:last-of-type .fc-button-group:last-of-type{
1517
+ float: left;
1518
+ }
1519
+ .steedos-object-listview .fc-media-screen .fc-view-harness{
1520
+ min-height: calc(100vh - 262px);
1521
+ }
1522
+ }