@progress/kendo-theme-bootstrap 6.8.0-dev.1 → 6.8.0-dev.2
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/all.css +270 -27
- package/dist/all.scss +491 -41
- package/dist/meta/sassdoc-data.json +15758 -13862
- package/dist/meta/sassdoc-raw-data.json +875 -0
- package/dist/meta/variables.json +144 -4
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/dock-manager/_index.scss +38 -0
- package/scss/dock-manager/_layout.scss +6 -0
- package/scss/dock-manager/_theme.scss +6 -0
- package/scss/dock-manager/_variables.scss +113 -0
- package/scss/index.scss +2 -0
- package/scss/pdf-viewer/_variables.scss +3 -4
package/dist/all.css
CHANGED
|
@@ -45283,6 +45283,7 @@ kendo-card-footer {
|
|
|
45283
45283
|
|
|
45284
45284
|
.k-splitter .k-pane {
|
|
45285
45285
|
overflow: hidden;
|
|
45286
|
+
box-sizing: border-box;
|
|
45286
45287
|
}
|
|
45287
45288
|
|
|
45288
45289
|
.k-splitter .k-scrollable {
|
|
@@ -45533,6 +45534,260 @@ kendo-card-footer {
|
|
|
45533
45534
|
background-color: rgba(255, 255, 255, 0.2);
|
|
45534
45535
|
}
|
|
45535
45536
|
|
|
45537
|
+
.k-dock-manager {
|
|
45538
|
+
width: 100%;
|
|
45539
|
+
height: 100%;
|
|
45540
|
+
border-width: 1px;
|
|
45541
|
+
border-style: solid;
|
|
45542
|
+
position: relative;
|
|
45543
|
+
display: flex;
|
|
45544
|
+
flex-flow: row nowrap;
|
|
45545
|
+
overflow: auto;
|
|
45546
|
+
box-sizing: border-box;
|
|
45547
|
+
}
|
|
45548
|
+
|
|
45549
|
+
.k-dock-manager-toolbar {
|
|
45550
|
+
border-width: 0 1px 0 0;
|
|
45551
|
+
border-color: inherit;
|
|
45552
|
+
flex-shrink: 0;
|
|
45553
|
+
-ms-writing-mode: tb-lr;
|
|
45554
|
+
writing-mode: vertical-lr;
|
|
45555
|
+
box-shadow: none;
|
|
45556
|
+
}
|
|
45557
|
+
|
|
45558
|
+
.k-dock-manager-toolbar::before {
|
|
45559
|
+
height: 0;
|
|
45560
|
+
}
|
|
45561
|
+
|
|
45562
|
+
.k-dock-manager-toolbar .k-separator-horizontal {
|
|
45563
|
+
width: 1.5em;
|
|
45564
|
+
height: 0;
|
|
45565
|
+
border-width: 1px 0 0;
|
|
45566
|
+
}
|
|
45567
|
+
|
|
45568
|
+
@supports (not (-ms-ime-mode: none)) and (not (overflow: -webkit-marquee)) and (not (-moz-appearance: none)) {
|
|
45569
|
+
.k-dock-manager-toolbar .k-toolbar-button {
|
|
45570
|
+
padding-block: 0.75rem;
|
|
45571
|
+
padding-inline: 0.375rem;
|
|
45572
|
+
}
|
|
45573
|
+
.k-dock-manager-toolbar .k-toolbar-button .k-button-text {
|
|
45574
|
+
-ms-writing-mode: tb-lr;
|
|
45575
|
+
writing-mode: vertical-lr;
|
|
45576
|
+
}
|
|
45577
|
+
}
|
|
45578
|
+
|
|
45579
|
+
.k-dock-manager-pane-container {
|
|
45580
|
+
width: 100%;
|
|
45581
|
+
height: 100%;
|
|
45582
|
+
display: flex;
|
|
45583
|
+
flex-grow: 1;
|
|
45584
|
+
overflow: hidden;
|
|
45585
|
+
}
|
|
45586
|
+
|
|
45587
|
+
.k-dock-manager-splitter,
|
|
45588
|
+
.k-dock-manager-unpinned-container {
|
|
45589
|
+
height: 100%;
|
|
45590
|
+
border-width: 0;
|
|
45591
|
+
align-items: stretch;
|
|
45592
|
+
}
|
|
45593
|
+
|
|
45594
|
+
.k-dock-manager-splitter > .k-pane,
|
|
45595
|
+
.k-dock-manager-unpinned-container > .k-pane {
|
|
45596
|
+
height: auto;
|
|
45597
|
+
flex-direction: column;
|
|
45598
|
+
border-color: inherit;
|
|
45599
|
+
}
|
|
45600
|
+
|
|
45601
|
+
.k-dock-manager-splitter .k-pane-header,
|
|
45602
|
+
.k-dock-manager-unpinned-container .k-pane-header {
|
|
45603
|
+
display: flex;
|
|
45604
|
+
align-items: center;
|
|
45605
|
+
justify-content: center;
|
|
45606
|
+
padding-block: 0.5rem;
|
|
45607
|
+
padding-inline: 1rem;
|
|
45608
|
+
border-block-end-width: 1px;
|
|
45609
|
+
border-block-end-style: solid;
|
|
45610
|
+
border-color: inherit;
|
|
45611
|
+
}
|
|
45612
|
+
|
|
45613
|
+
.k-dock-manager-splitter .k-pane-title,
|
|
45614
|
+
.k-dock-manager-unpinned-container .k-pane-title {
|
|
45615
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
45616
|
+
font-size: 1.25rem;
|
|
45617
|
+
line-height: 1.25;
|
|
45618
|
+
font-weight: 400;
|
|
45619
|
+
flex: 1 1 auto;
|
|
45620
|
+
white-space: nowrap;
|
|
45621
|
+
text-overflow: ellipsis;
|
|
45622
|
+
overflow: hidden;
|
|
45623
|
+
}
|
|
45624
|
+
|
|
45625
|
+
.k-dock-manager-splitter .k-pane-scrollable,
|
|
45626
|
+
.k-dock-manager-unpinned-container .k-pane-scrollable {
|
|
45627
|
+
height: 100%;
|
|
45628
|
+
display: flex;
|
|
45629
|
+
flex-direction: column;
|
|
45630
|
+
border-color: inherit;
|
|
45631
|
+
}
|
|
45632
|
+
|
|
45633
|
+
.k-dock-manager-splitter .k-pane-content,
|
|
45634
|
+
.k-dock-manager-unpinned-container .k-pane-content {
|
|
45635
|
+
height: 100%;
|
|
45636
|
+
padding-block: 0.5rem;
|
|
45637
|
+
padding-inline: 1rem;
|
|
45638
|
+
overflow: auto;
|
|
45639
|
+
flex: 1;
|
|
45640
|
+
}
|
|
45641
|
+
|
|
45642
|
+
.k-dock-manager-splitter .k-pane-actions,
|
|
45643
|
+
.k-dock-manager-unpinned-container .k-pane-actions {
|
|
45644
|
+
display: flex;
|
|
45645
|
+
flex-flow: row nowrap;
|
|
45646
|
+
align-items: center;
|
|
45647
|
+
justify-content: center;
|
|
45648
|
+
}
|
|
45649
|
+
|
|
45650
|
+
.k-dock-manager-splitter .k-pane-tabbed,
|
|
45651
|
+
.k-dock-manager-unpinned-container .k-pane-tabbed {
|
|
45652
|
+
padding-block-start: 0.875rem;
|
|
45653
|
+
padding-block-end: 0.5rem;
|
|
45654
|
+
padding-inline: 0.5rem;
|
|
45655
|
+
}
|
|
45656
|
+
|
|
45657
|
+
.k-dock-manager-splitter .k-splitbar,
|
|
45658
|
+
.k-dock-manager-unpinned-container .k-splitbar {
|
|
45659
|
+
border-width: 0 1px;
|
|
45660
|
+
border-style: solid;
|
|
45661
|
+
border-color: inherit;
|
|
45662
|
+
}
|
|
45663
|
+
|
|
45664
|
+
.k-dock-manager-splitter .k-splitbar-vertical,
|
|
45665
|
+
.k-dock-manager-unpinned-container .k-splitbar-vertical {
|
|
45666
|
+
border-width: 1px 0;
|
|
45667
|
+
}
|
|
45668
|
+
|
|
45669
|
+
.k-dock-manager-unpinned-container {
|
|
45670
|
+
width: 300px;
|
|
45671
|
+
position: absolute;
|
|
45672
|
+
display: flex;
|
|
45673
|
+
height: 100%;
|
|
45674
|
+
border-color: inherit;
|
|
45675
|
+
z-index: 20;
|
|
45676
|
+
}
|
|
45677
|
+
|
|
45678
|
+
.k-dock-manager-unpinned-container .k-pane {
|
|
45679
|
+
display: inline-flex;
|
|
45680
|
+
flex-direction: column;
|
|
45681
|
+
position: relative;
|
|
45682
|
+
flex: 1 1 auto;
|
|
45683
|
+
}
|
|
45684
|
+
|
|
45685
|
+
.k-dock-manager-unpinned-container .k-splitbar {
|
|
45686
|
+
height: 100%;
|
|
45687
|
+
position: relative;
|
|
45688
|
+
flex: none;
|
|
45689
|
+
}
|
|
45690
|
+
|
|
45691
|
+
.k-docking-preview {
|
|
45692
|
+
width: 100%;
|
|
45693
|
+
height: 100%;
|
|
45694
|
+
box-sizing: border-box;
|
|
45695
|
+
display: flex;
|
|
45696
|
+
position: absolute;
|
|
45697
|
+
top: 0;
|
|
45698
|
+
left: 0;
|
|
45699
|
+
border-width: 1px;
|
|
45700
|
+
border-style: dashed;
|
|
45701
|
+
border-radius: 0.25rem;
|
|
45702
|
+
z-index: 10;
|
|
45703
|
+
}
|
|
45704
|
+
|
|
45705
|
+
.k-dock-navigator-container {
|
|
45706
|
+
width: 100%;
|
|
45707
|
+
height: 100%;
|
|
45708
|
+
display: flex;
|
|
45709
|
+
flex-direction: column;
|
|
45710
|
+
align-items: center;
|
|
45711
|
+
position: absolute;
|
|
45712
|
+
z-index: 10001;
|
|
45713
|
+
pointer-events: none;
|
|
45714
|
+
}
|
|
45715
|
+
|
|
45716
|
+
.k-dock-navigator {
|
|
45717
|
+
display: grid;
|
|
45718
|
+
grid-template-columns: repeat(3, auto);
|
|
45719
|
+
grid-template-rows: repeat(3, auto);
|
|
45720
|
+
justify-content: center;
|
|
45721
|
+
position: absolute;
|
|
45722
|
+
}
|
|
45723
|
+
|
|
45724
|
+
.k-dock-indicator {
|
|
45725
|
+
padding: 0.375rem;
|
|
45726
|
+
display: inline-flex;
|
|
45727
|
+
align-items: center;
|
|
45728
|
+
justify-content: center;
|
|
45729
|
+
box-sizing: border-box;
|
|
45730
|
+
position: relative;
|
|
45731
|
+
pointer-events: all;
|
|
45732
|
+
outline-width: 1px;
|
|
45733
|
+
outline-style: solid;
|
|
45734
|
+
}
|
|
45735
|
+
|
|
45736
|
+
.k-dock-indicator.k-dock-indicator-middle {
|
|
45737
|
+
filter: none;
|
|
45738
|
+
}
|
|
45739
|
+
|
|
45740
|
+
.k-dock-indicator-top {
|
|
45741
|
+
grid-area: 1 / 2 / auto;
|
|
45742
|
+
}
|
|
45743
|
+
|
|
45744
|
+
.k-dock-indicator-right {
|
|
45745
|
+
grid-area: 2 / 3 / auto;
|
|
45746
|
+
}
|
|
45747
|
+
|
|
45748
|
+
.k-dock-indicator-bottom {
|
|
45749
|
+
grid-area: 3 / 2 / auto;
|
|
45750
|
+
}
|
|
45751
|
+
|
|
45752
|
+
.k-dock-indicator-left {
|
|
45753
|
+
grid-area: 2 / 1 / auto;
|
|
45754
|
+
}
|
|
45755
|
+
|
|
45756
|
+
.k-dock-indicator-middle {
|
|
45757
|
+
grid-area: 2 / 2 / auto;
|
|
45758
|
+
}
|
|
45759
|
+
|
|
45760
|
+
.k-dock-manager {
|
|
45761
|
+
border-color: #e4e5e6;
|
|
45762
|
+
}
|
|
45763
|
+
|
|
45764
|
+
.k-dock-manager-splitter .k-pane-header,
|
|
45765
|
+
.k-dock-manager-unpinned-container .k-pane-header {
|
|
45766
|
+
background-color: #ffffff;
|
|
45767
|
+
}
|
|
45768
|
+
|
|
45769
|
+
.k-dock-manager-unpinned-container {
|
|
45770
|
+
background-color: #ffffff;
|
|
45771
|
+
box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03);
|
|
45772
|
+
}
|
|
45773
|
+
|
|
45774
|
+
.k-docking-preview {
|
|
45775
|
+
background-color: rgba(13, 110, 253, 0.16);
|
|
45776
|
+
border-color: #0d6efd;
|
|
45777
|
+
}
|
|
45778
|
+
|
|
45779
|
+
.k-dock-indicator {
|
|
45780
|
+
color: #0d6efd;
|
|
45781
|
+
background-color: #ffffff;
|
|
45782
|
+
outline-color: #0d6efd;
|
|
45783
|
+
filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
|
|
45784
|
+
}
|
|
45785
|
+
|
|
45786
|
+
.k-dock-indicator:hover, .k-dock-indicator.k-hover {
|
|
45787
|
+
background-color: #0d6efd;
|
|
45788
|
+
color: #ffffff;
|
|
45789
|
+
}
|
|
45790
|
+
|
|
45536
45791
|
.k-pane-wrapper {
|
|
45537
45792
|
border-width: 1px;
|
|
45538
45793
|
border-style: solid;
|
|
@@ -54840,18 +55095,17 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
54840
55095
|
outline: none;
|
|
54841
55096
|
}
|
|
54842
55097
|
|
|
54843
|
-
.k-pdf-viewer .k-canvas
|
|
55098
|
+
.k-pdf-viewer .k-canvas.k-enable-text-select {
|
|
54844
55099
|
-webkit-user-select: text;
|
|
54845
55100
|
-ms-user-select: text;
|
|
54846
55101
|
user-select: text;
|
|
54847
55102
|
cursor: text;
|
|
54848
55103
|
}
|
|
54849
55104
|
|
|
54850
|
-
.k-pdf-viewer .k-canvas
|
|
55105
|
+
.k-pdf-viewer .k-canvas.k-enable-panning {
|
|
54851
55106
|
cursor: grab;
|
|
54852
55107
|
}
|
|
54853
55108
|
|
|
54854
|
-
.k-pdf-viewer .k-canvas .k-enable-panning span::selection,
|
|
54855
55109
|
.k-pdf-viewer .k-canvas.k-enable-panning span::selection {
|
|
54856
55110
|
background-color: transparent;
|
|
54857
55111
|
}
|
|
@@ -54885,10 +55139,6 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
54885
55139
|
color: transparent;
|
|
54886
55140
|
}
|
|
54887
55141
|
|
|
54888
|
-
.k-pdf-viewer .k-page .k-text-layer mark {
|
|
54889
|
-
color: transparent;
|
|
54890
|
-
}
|
|
54891
|
-
|
|
54892
55142
|
.k-pdf-viewer .k-page .k-text-layer .k-search-highlight-mark {
|
|
54893
55143
|
color: transparent;
|
|
54894
55144
|
}
|
|
@@ -54911,50 +55161,43 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
54911
55161
|
background: none;
|
|
54912
55162
|
}
|
|
54913
55163
|
|
|
54914
|
-
.k-pdf-viewer-search-
|
|
54915
|
-
|
|
54916
|
-
|
|
54917
|
-
|
|
54918
|
-
.k-search-panel, .k-search-container {
|
|
55164
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
55165
|
+
width: max-content;
|
|
55166
|
+
margin-top: calc(-1.5em + -2.75rem + -4px);
|
|
54919
55167
|
padding-block: 1rem;
|
|
54920
55168
|
padding-inline: 0.5rem;
|
|
55169
|
+
border-width: 1px;
|
|
55170
|
+
border-style: solid;
|
|
55171
|
+
border-radius: 0.25rem;
|
|
54921
55172
|
display: flex;
|
|
54922
55173
|
gap: 0.5rem;
|
|
54923
55174
|
flex-flow: row nowrap;
|
|
54924
55175
|
flex: 0 0 auto;
|
|
54925
55176
|
justify-content: flex-start;
|
|
54926
55177
|
align-items: center;
|
|
55178
|
+
z-index: 10;
|
|
55179
|
+
cursor: default;
|
|
54927
55180
|
}
|
|
54928
55181
|
|
|
54929
|
-
.k-
|
|
55182
|
+
.k-pdf-viewer-canvas > .k-search-panel .k-search-dialog-draghandle {
|
|
54930
55183
|
cursor: move;
|
|
54931
55184
|
margin-left: 0;
|
|
54932
55185
|
}
|
|
54933
55186
|
|
|
54934
|
-
.k-
|
|
55187
|
+
.k-pdf-viewer-canvas > .k-search-panel .k-textbox {
|
|
54935
55188
|
width: 10em;
|
|
54936
55189
|
flex: none;
|
|
54937
55190
|
}
|
|
54938
55191
|
|
|
54939
|
-
.k-
|
|
55192
|
+
.k-pdf-viewer-canvas > .k-search-panel .k-textbox .k-button {
|
|
54940
55193
|
border-width: 0;
|
|
54941
55194
|
}
|
|
54942
55195
|
|
|
54943
|
-
.k-
|
|
55196
|
+
.k-pdf-viewer-canvas > .k-search-panel .k-search-matches {
|
|
54944
55197
|
display: inline-flex;
|
|
54945
55198
|
gap: 0.5rem;
|
|
54946
55199
|
}
|
|
54947
55200
|
|
|
54948
|
-
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
54949
|
-
width: max-content;
|
|
54950
|
-
margin-top: calc(-1.5em + -2.75rem + -4px);
|
|
54951
|
-
border-width: 1px;
|
|
54952
|
-
border-style: solid;
|
|
54953
|
-
border-radius: 0.25rem;
|
|
54954
|
-
z-index: 10;
|
|
54955
|
-
cursor: default;
|
|
54956
|
-
}
|
|
54957
|
-
|
|
54958
55201
|
.k-pdf-viewer {
|
|
54959
55202
|
border-color: #dee2e6;
|
|
54960
55203
|
color: #212529;
|
|
@@ -54985,7 +55228,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
54985
55228
|
background-color: yellow;
|
|
54986
55229
|
}
|
|
54987
55230
|
|
|
54988
|
-
.k-pdf-viewer-canvas > .k-search-panel
|
|
55231
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
54989
55232
|
border-color: #dee2e6;
|
|
54990
55233
|
color: #212529;
|
|
54991
55234
|
background-color: #ffffff;
|