@complat/chemotion-converter-client 0.12.0 → 0.13.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/dist/bundle.js +1 -1
- package/package.json +1 -1
- package/public/admin/index.css +18 -9
- package/public/admin/index.js +1 -1
- package/public/index.css +18 -9
- package/public/index.js +1 -1
package/package.json
CHANGED
package/public/admin/index.css
CHANGED
|
@@ -13666,10 +13666,10 @@ ag-grid-aurelia {
|
|
|
13666
13666
|
flex: 1 1 auto;
|
|
13667
13667
|
align-self: stretch;
|
|
13668
13668
|
align-items: center;
|
|
13669
|
+
overflow: hidden;
|
|
13669
13670
|
}
|
|
13670
13671
|
|
|
13671
13672
|
.ag-header-cell-label {
|
|
13672
|
-
overflow: hidden;
|
|
13673
13673
|
text-overflow: ellipsis;
|
|
13674
13674
|
}
|
|
13675
13675
|
|
|
@@ -13677,6 +13677,7 @@ ag-grid-aurelia {
|
|
|
13677
13677
|
position: sticky;
|
|
13678
13678
|
flex: none;
|
|
13679
13679
|
max-width: 100%;
|
|
13680
|
+
overflow: visible;
|
|
13680
13681
|
}
|
|
13681
13682
|
|
|
13682
13683
|
.ag-header-group-text {
|
|
@@ -13708,6 +13709,10 @@ ag-grid-aurelia {
|
|
|
13708
13709
|
white-space: normal;
|
|
13709
13710
|
}
|
|
13710
13711
|
|
|
13712
|
+
.ag-header-cell-comp-wrapper-limited-height > div {
|
|
13713
|
+
overflow: hidden;
|
|
13714
|
+
}
|
|
13715
|
+
|
|
13711
13716
|
.ag-right-aligned-header .ag-header-cell-label {
|
|
13712
13717
|
flex-direction: row-reverse;
|
|
13713
13718
|
}
|
|
@@ -14598,7 +14603,7 @@ ag-grid-aurelia {
|
|
|
14598
14603
|
position: absolute;
|
|
14599
14604
|
}
|
|
14600
14605
|
|
|
14601
|
-
.ag-header-group-cell-no-group.ag-header-span-height
|
|
14606
|
+
.ag-header-group-cell-no-group.ag-header-span-height {
|
|
14602
14607
|
display: none;
|
|
14603
14608
|
}
|
|
14604
14609
|
|
|
@@ -15880,11 +15885,7 @@ button[class^=ag-]:focus {
|
|
|
15880
15885
|
}
|
|
15881
15886
|
|
|
15882
15887
|
.ag-row-highlight-above::after {
|
|
15883
|
-
top:
|
|
15884
|
-
}
|
|
15885
|
-
|
|
15886
|
-
.ag-row-highlight-above.ag-row-first::after {
|
|
15887
|
-
top: 0;
|
|
15888
|
+
top: 0px;
|
|
15888
15889
|
}
|
|
15889
15890
|
|
|
15890
15891
|
.ag-row-highlight-below::after {
|
|
@@ -16936,7 +16937,7 @@ button.ag-side-button-button:focus {
|
|
|
16936
16937
|
margin-right: 4px;
|
|
16937
16938
|
}
|
|
16938
16939
|
|
|
16939
|
-
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
|
|
16940
|
+
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total, .ag-header-parent-hidden),
|
|
16940
16941
|
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
|
|
16941
16942
|
border-top: var(--ag-borders-critical) var(--ag-border-color);
|
|
16942
16943
|
}
|
|
@@ -17759,6 +17760,14 @@ button.ag-side-button-button:focus {
|
|
|
17759
17760
|
--ag-charts-justify: none !important;
|
|
17760
17761
|
}
|
|
17761
17762
|
|
|
17763
|
+
.ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus {
|
|
17764
|
+
box-shadow: none;
|
|
17765
|
+
}
|
|
17766
|
+
|
|
17767
|
+
.ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus-visible {
|
|
17768
|
+
box-shadow: var(--ag-input-focus-box-shadow);
|
|
17769
|
+
}
|
|
17770
|
+
|
|
17762
17771
|
.ag-date-time-list-page-title-bar {
|
|
17763
17772
|
display: flex;
|
|
17764
17773
|
}
|
|
@@ -18988,4 +18997,4 @@ input[class^=ag-][type=range]:disabled {
|
|
|
18988
18997
|
background-color: var(--ag-alpine-active-color);
|
|
18989
18998
|
}
|
|
18990
18999
|
|
|
18991
|
-
@media(min-width: 990px){.scroll{height:calc(100vh - 130px);overflow-y:auto;padding-right:10px;padding-bottom:40px}}pre{background-color:#f9f9f9}pre:before{counter-reset:listing}pre code{display:block;counter-increment:listing}pre code:before{content:counter(listing);display:inline-block;width:4em;padding-right:1em;margin-right:1em;text-align:right;border-right:1px solid silver}.ag-theme-alpine{--ag-border-color: rgba(0, 0, 0, 0.125);--ag-header-background-color: rgba(0, 0, 0, 0.03)}
|
|
19000
|
+
@media(min-width: 990px){.scroll{height:calc(100vh - 130px);overflow-y:auto;padding-right:10px;padding-bottom:40px}}pre{background-color:#f9f9f9}pre:before{counter-reset:listing}pre code{display:block;counter-increment:listing}pre code:before{content:counter(listing);display:inline-block;width:4em;padding-right:1em;margin-right:1em;text-align:right;border-right:1px solid silver}.ag-theme-alpine{--ag-border-color: rgba(0, 0, 0, 0.125);--ag-header-background-color: rgba(0, 0, 0, 0.03)}.tooltip-inner{max-width:none !important}.div-nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|