@progress/kendo-theme-bootstrap 6.8.0-dev.1 → 7.0.0-dev.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/all.css +402 -106
- package/dist/all.scss +712 -124
- package/dist/meta/sassdoc-data.json +16026 -13962
- package/dist/meta/sassdoc-raw-data.json +1085 -135
- package/dist/meta/variables.json +212 -76
- 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/action-sheet/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/card/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +14 -8
- package/scss/common/_index.scss +1 -0
- package/scss/common/_indicators.scss +1 -0
- package/scss/core/_index.scss +6 -0
- package/scss/core/elevation/index.import.scss +34 -0
- 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/fab/_variables.scss +2 -2
- package/scss/index.scss +2 -0
- package/scss/pdf-viewer/_variables.scss +4 -5
- package/scss/pivotgrid/_variables.scss +5 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
package/dist/all.scss
CHANGED
|
@@ -1242,7 +1242,7 @@ $_kendo-escape-class-name: (
|
|
|
1242
1242
|
/// @debug k-map-deep-merge( ( "foo": ("bar": "baz", "baz": "qux" ) ), ( "foo": ("bar": "foo") ) ); // => ( "foo": ("bar": "foo", "baz": "qux" ))
|
|
1243
1243
|
@function k-map-deep-merge($maps...) {
|
|
1244
1244
|
$merged: ();
|
|
1245
|
-
|
|
1245
|
+
|
|
1246
1246
|
@each $map in $maps {
|
|
1247
1247
|
@each $key, $val in $map {
|
|
1248
1248
|
@if (k-meta-type-of($val) == 'map') {
|
|
@@ -1260,7 +1260,7 @@ $_kendo-escape-class-name: (
|
|
|
1260
1260
|
}
|
|
1261
1261
|
$merged: k-map-merge($merged, $map);
|
|
1262
1262
|
}
|
|
1263
|
-
|
|
1263
|
+
|
|
1264
1264
|
@return $merged;
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
@@ -4067,6 +4067,45 @@ $kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
|
|
|
4067
4067
|
$kendo-loading-opacity: .3 !default;
|
|
4068
4068
|
$kendo-zindex-loading: 100 !default;
|
|
4069
4069
|
|
|
4070
|
+
// #endregion
|
|
4071
|
+
|
|
4072
|
+
// Elevation
|
|
4073
|
+
// #region @import "./elevation/index.import.scss"; -> scss/core/elevation/index.import.scss
|
|
4074
|
+
$_default-elevation: (
|
|
4075
|
+
1: (
|
|
4076
|
+
0px 1px 2px rgba(0, 0, 0, 0.038),
|
|
4077
|
+
),
|
|
4078
|
+
2: (
|
|
4079
|
+
0px 2px 7px rgba(0, 0, 0, 0.075),
|
|
4080
|
+
),
|
|
4081
|
+
3: (
|
|
4082
|
+
0px 4px 10px rgba(0, 0, 0, 0.1),
|
|
4083
|
+
),
|
|
4084
|
+
4: (
|
|
4085
|
+
0px 6px 13px rgba(0, 0, 0, 0.125),
|
|
4086
|
+
),
|
|
4087
|
+
5: (
|
|
4088
|
+
0px 8px 16px 0px rgba(0, 0, 0, 0.15),
|
|
4089
|
+
),
|
|
4090
|
+
6: (
|
|
4091
|
+
0px 11px 24px 0px rgba(0, 0, 0, 0.159),
|
|
4092
|
+
),
|
|
4093
|
+
7: (
|
|
4094
|
+
0px 14px 36px 0px rgba(0, 0, 0, 0.168),
|
|
4095
|
+
),
|
|
4096
|
+
8: (
|
|
4097
|
+
0px 16px 48px 0px rgba(0, 0, 0, 0.176),
|
|
4098
|
+
),
|
|
4099
|
+
9: (
|
|
4100
|
+
0px 18px 60px 0px rgba(0, 0, 0, 0.185),
|
|
4101
|
+
),
|
|
4102
|
+
);
|
|
4103
|
+
|
|
4104
|
+
/// Global Elevation.
|
|
4105
|
+
/// @group elevation
|
|
4106
|
+
$kendo-elevation: $_default-elevation !default;
|
|
4107
|
+
|
|
4108
|
+
|
|
4070
4109
|
// #endregion
|
|
4071
4110
|
|
|
4072
4111
|
// #region @import "@progress/kendo-theme-core/scss/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/index.import.scss
|
|
@@ -5295,21 +5334,6 @@ $kendo-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
|
|
|
5295
5334
|
|
|
5296
5335
|
$kendo-subtle-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
5297
5336
|
|
|
5298
|
-
// Shadows
|
|
5299
|
-
|
|
5300
|
-
/// Shadow for cards and grid item thumbnails.
|
|
5301
|
-
/// Equivalent to fluent depth 4.
|
|
5302
|
-
$kendo-box-shadow-depth-1: 0 1.6px 3.6px rgba( $kendo-color-black, 0.132 ), 0 0.3px 0.9px rgba( $kendo-color-black, 0.108 ) !default;
|
|
5303
|
-
/// Shadow for command bars and dropdowns.
|
|
5304
|
-
/// Equivalent to fluent depth 8.
|
|
5305
|
-
$kendo-box-shadow-depth-2: 0 3.2px 7.2px rgba( $kendo-color-black, 0.132 ), 0 0.6px 1.8px rgba( $kendo-color-black, 0.108 ) !default;
|
|
5306
|
-
/// Shadow for teaching callouts and hover cards / tooltips.
|
|
5307
|
-
/// Equivalent to fluent depth 16.
|
|
5308
|
-
$kendo-box-shadow-depth-3: 0 6.4px 14.4px rgba( $kendo-color-black, 0.132 ), 0 1.2px 3.6px rgba( $kendo-color-black, 0.108 ) !default;
|
|
5309
|
-
/// Shadow for panels and pop up dialogs.
|
|
5310
|
-
/// Equivalent to fluent depth 64.
|
|
5311
|
-
$kendo-box-shadow-depth-4: 0 25.6px 57.6px rgba( $kendo-color-black, 0.22 ), 0 4.8px 14.4px rgba( $kendo-color-black, 0.18 ) !default;
|
|
5312
|
-
|
|
5313
5337
|
// Link
|
|
5314
5338
|
$kendo-link-text: k-get-theme-color-var( primary-100 ) !default;
|
|
5315
5339
|
$kendo-link-hover-text: k-get-theme-color-var( primary-120 ) !default;
|
|
@@ -5372,11 +5396,6 @@ $kendo-theme-colors: (
|
|
|
5372
5396
|
--kendo-component-text: #{$kendo-component-text};
|
|
5373
5397
|
--kendo-component-border: #{$kendo-component-border};
|
|
5374
5398
|
|
|
5375
|
-
--kendo-box-shadow-depth-1: #{$kendo-box-shadow-depth-1};
|
|
5376
|
-
--kendo-box-shadow-depth-2: #{$kendo-box-shadow-depth-2};
|
|
5377
|
-
--kendo-box-shadow-depth-3: #{$kendo-box-shadow-depth-3};
|
|
5378
|
-
--kendo-box-shadow-depth-4: #{$kendo-box-shadow-depth-4};
|
|
5379
|
-
|
|
5380
5399
|
--kendo-link-text: #{$kendo-link-text};
|
|
5381
5400
|
--kendo-link-hover-text: #{$kendo-link-hover-text};
|
|
5382
5401
|
|
|
@@ -5802,6 +5821,7 @@ $kendo-components: (
|
|
|
5802
5821
|
"panelbar",
|
|
5803
5822
|
"splitter",
|
|
5804
5823
|
"tile-layout",
|
|
5824
|
+
"dock-manager",
|
|
5805
5825
|
|
|
5806
5826
|
// Data management
|
|
5807
5827
|
"grid",
|
|
@@ -5974,6 +5994,11 @@ $_kendo-dependencies: (
|
|
|
5974
5994
|
"treeview"
|
|
5975
5995
|
),
|
|
5976
5996
|
dropzone: (),
|
|
5997
|
+
dock-manager: (
|
|
5998
|
+
"splitter",
|
|
5999
|
+
"toolbar",
|
|
6000
|
+
"tabstrip"
|
|
6001
|
+
),
|
|
5977
6002
|
editor: (
|
|
5978
6003
|
"button",
|
|
5979
6004
|
"checkbox",
|
|
@@ -6827,6 +6852,75 @@ $_imported: () !default;
|
|
|
6827
6852
|
@include kendo-core--styles--selection();
|
|
6828
6853
|
}
|
|
6829
6854
|
|
|
6855
|
+
// #endregion
|
|
6856
|
+
// #region @import "./elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
|
|
6857
|
+
// #region @import "../functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
6858
|
+
// File already imported_once. Skipping output.
|
|
6859
|
+
// #endregion
|
|
6860
|
+
|
|
6861
|
+
$_default-elevation: (
|
|
6862
|
+
1: (
|
|
6863
|
+
0 2px 3px rgba(0, 0, 0, .04),
|
|
6864
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6865
|
+
),
|
|
6866
|
+
2: (
|
|
6867
|
+
0 4px 6px rgba(0, 0, 0, .06),
|
|
6868
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6869
|
+
),
|
|
6870
|
+
3: (
|
|
6871
|
+
0 6px 8px rgba(0, 0, 0, .08),
|
|
6872
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6873
|
+
),
|
|
6874
|
+
4: (
|
|
6875
|
+
0 8px 10px rgba(0, 0, 0, .12),
|
|
6876
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6877
|
+
),
|
|
6878
|
+
5: (
|
|
6879
|
+
0 10px 12px rgba(0, 0, 0, .16),
|
|
6880
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6881
|
+
),
|
|
6882
|
+
6: (
|
|
6883
|
+
0 12px 14px rgba(0, 0, 0, .2),
|
|
6884
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6885
|
+
),
|
|
6886
|
+
7: (
|
|
6887
|
+
0 14px 16px rgba(0, 0, 0, .24),
|
|
6888
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6889
|
+
),
|
|
6890
|
+
8: (
|
|
6891
|
+
0 16px 18px rgba(0, 0, 0, .28),
|
|
6892
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6893
|
+
),
|
|
6894
|
+
9: (
|
|
6895
|
+
0 32px 34px rgba(0, 0, 0, .32),
|
|
6896
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
6897
|
+
)
|
|
6898
|
+
) !default;
|
|
6899
|
+
|
|
6900
|
+
$kendo-elevation: $_default-elevation !default;
|
|
6901
|
+
$kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
|
|
6902
|
+
|
|
6903
|
+
@function k-shadow-filter($shadow) {
|
|
6904
|
+
$result: '';
|
|
6905
|
+
@each $value in $shadow {
|
|
6906
|
+
$result: $result + "drop-shadow(" + $value + ") ";
|
|
6907
|
+
}
|
|
6908
|
+
@return #{$result};
|
|
6909
|
+
}
|
|
6910
|
+
|
|
6911
|
+
@function k-elevation($level) {
|
|
6912
|
+
@return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
|
|
6913
|
+
}
|
|
6914
|
+
|
|
6915
|
+
|
|
6916
|
+
@mixin kendo-elevation--styles() {
|
|
6917
|
+
:root {
|
|
6918
|
+
@each $level, $shadow in $kendo-elevation {
|
|
6919
|
+
--kendo-elevation-#{$level}: #{$shadow};
|
|
6920
|
+
}
|
|
6921
|
+
}
|
|
6922
|
+
}
|
|
6923
|
+
|
|
6830
6924
|
// #endregion
|
|
6831
6925
|
// #region @import "./_variables.scss"; -> node_modules/@progress/kendo-theme-core/scss/_variables.scss
|
|
6832
6926
|
// #region @import "./functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
@@ -6918,6 +7012,9 @@ $kendo-zindex-loading: 100 !default;
|
|
|
6918
7012
|
// Expose
|
|
6919
7013
|
@include exports("kendo-core-styles") {
|
|
6920
7014
|
@include kendo-core--styles();
|
|
7015
|
+
|
|
7016
|
+
// Elevation System
|
|
7017
|
+
@include kendo-elevation--styles();
|
|
6921
7018
|
}
|
|
6922
7019
|
|
|
6923
7020
|
// #endregion
|
|
@@ -7843,6 +7940,51 @@ $kendo-zindex-loading: 100 !default;
|
|
|
7843
7940
|
|
|
7844
7941
|
// #endregion
|
|
7845
7942
|
|
|
7943
|
+
// #endregion
|
|
7944
|
+
// #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
|
|
7945
|
+
// #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
|
|
7946
|
+
@include exports( "common/indicators/current-time" ) {
|
|
7947
|
+
|
|
7948
|
+
$kendo-current-time-width: 1px !default;
|
|
7949
|
+
$kendo-current-time-color: #ff0000 !default;
|
|
7950
|
+
|
|
7951
|
+
// Layout
|
|
7952
|
+
.k-current-time {
|
|
7953
|
+
width: $kendo-current-time-width;
|
|
7954
|
+
position: absolute;
|
|
7955
|
+
|
|
7956
|
+
&.k-current-time-arrow-left,
|
|
7957
|
+
&.k-current-time-arrow-right,
|
|
7958
|
+
&.k-current-time-arrow-down {
|
|
7959
|
+
width: 0;
|
|
7960
|
+
height: 0;
|
|
7961
|
+
background: transparent;
|
|
7962
|
+
border: 4px solid transparent;
|
|
7963
|
+
}
|
|
7964
|
+
}
|
|
7965
|
+
|
|
7966
|
+
|
|
7967
|
+
// Theme
|
|
7968
|
+
.k-current-time {
|
|
7969
|
+
background: $kendo-current-time-color;
|
|
7970
|
+
|
|
7971
|
+
&.k-current-time-arrow-left {
|
|
7972
|
+
border-right-color: $kendo-current-time-color;
|
|
7973
|
+
}
|
|
7974
|
+
|
|
7975
|
+
&.k-current-time-arrow-right {
|
|
7976
|
+
border-left-color: $kendo-current-time-color;
|
|
7977
|
+
}
|
|
7978
|
+
|
|
7979
|
+
&.k-current-time-arrow-down {
|
|
7980
|
+
border-top-color: $kendo-current-time-color;
|
|
7981
|
+
}
|
|
7982
|
+
}
|
|
7983
|
+
|
|
7984
|
+
}
|
|
7985
|
+
|
|
7986
|
+
// #endregion
|
|
7987
|
+
|
|
7846
7988
|
// #endregion
|
|
7847
7989
|
// #region @import "./_resizing.scss"; -> scss/common/_resizing.scss
|
|
7848
7990
|
// #region @import "@progress/kendo-theme-default/scss/common/_resizing.scss"; -> node_modules/@progress/kendo-theme-default/scss/common/_resizing.scss
|
|
@@ -15876,6 +16018,21 @@ $kendo-utils: (
|
|
|
15876
16018
|
|
|
15877
16019
|
// #endregion
|
|
15878
16020
|
|
|
16021
|
+
// #region @import "./elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-utils/scss/elevation/index.import.scss
|
|
16022
|
+
// #region @import "@progress/kendo-theme-core/scss/elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
|
|
16023
|
+
// File already imported_once. Skipping output.
|
|
16024
|
+
// #endregion
|
|
16025
|
+
|
|
16026
|
+
@mixin kendo-utils--elevation {
|
|
16027
|
+
@each $level, $elevation in $kendo-elevation {
|
|
16028
|
+
.k-elevation-#{$level} {
|
|
16029
|
+
box-shadow: $elevation;
|
|
16030
|
+
}
|
|
16031
|
+
}
|
|
16032
|
+
}
|
|
16033
|
+
|
|
16034
|
+
// #endregion
|
|
16035
|
+
|
|
15879
16036
|
|
|
15880
16037
|
// Mixin for all styles
|
|
15881
16038
|
@mixin kendo-utils() {
|
|
@@ -15893,6 +16050,8 @@ $kendo-utils: (
|
|
|
15893
16050
|
@include kendo-utils--transform();
|
|
15894
16051
|
@include kendo-utils--interactivity();
|
|
15895
16052
|
@include kendo-utils--svg();
|
|
16053
|
+
|
|
16054
|
+
@include kendo-utils--elevation();
|
|
15896
16055
|
}
|
|
15897
16056
|
|
|
15898
16057
|
// #endregion
|
|
@@ -19839,7 +19998,7 @@ $kendo-popup-text: $kendo-component-text !default;
|
|
|
19839
19998
|
$kendo-popup-border: $kendo-component-border !default;
|
|
19840
19999
|
/// Box shadow of the popup.
|
|
19841
20000
|
/// @group popup
|
|
19842
|
-
$kendo-popup-shadow:
|
|
20001
|
+
$kendo-popup-shadow: k-elevation(4) !default;
|
|
19843
20002
|
|
|
19844
20003
|
// #endregion
|
|
19845
20004
|
// #region @import "./_layout.scss"; -> scss/popup/_layout.scss
|
|
@@ -26140,6 +26299,8 @@ $kendo-tooltip-bg: if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-bl
|
|
|
26140
26299
|
$kendo-tooltip-text: k-contrast-color( $kendo-tooltip-bg ) !default;
|
|
26141
26300
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
26142
26301
|
|
|
26302
|
+
$kendo-tooltip-shadow: k-elevation(2) !default;
|
|
26303
|
+
|
|
26143
26304
|
$kendo-tooltip-primary-bg: $kendo-color-primary !default;
|
|
26144
26305
|
$kendo-tooltip-primary-text: k-contrast-color( $kendo-tooltip-primary-bg ) !default;
|
|
26145
26306
|
$kendo-tooltip-primary-border: $kendo-tooltip-primary-bg !default;
|
|
@@ -27165,7 +27326,7 @@ $_kendo-module-meta: (
|
|
|
27165
27326
|
|
|
27166
27327
|
.k-tooltip-wrapper {
|
|
27167
27328
|
.k-tooltip {
|
|
27168
|
-
box-shadow: $kendo-
|
|
27329
|
+
box-shadow: $kendo-tooltip-shadow;
|
|
27169
27330
|
}
|
|
27170
27331
|
}
|
|
27171
27332
|
|
|
@@ -31817,6 +31978,7 @@ $kendo-calendar-sizes: (
|
|
|
31817
31978
|
);
|
|
31818
31979
|
|
|
31819
31980
|
|
|
31981
|
+
// TODO: do we even use this?
|
|
31820
31982
|
// Header / footer
|
|
31821
31983
|
.k-header {
|
|
31822
31984
|
@include fill(
|
|
@@ -33292,6 +33454,9 @@ $kendo-color-gradient-draghandle-height: 14px !default;
|
|
|
33292
33454
|
/// The width of the border around the ColorGradient canvas drag handle.
|
|
33293
33455
|
/// @group cologradient
|
|
33294
33456
|
$kendo-color-gradient-draghandle-border-width: 1px !default;
|
|
33457
|
+
/// The width of the outline around the ColorGradient canvas drag handle.
|
|
33458
|
+
/// @group cologradient
|
|
33459
|
+
$kendo-color-gradient-draghandle-outline-width: 1px !default;
|
|
33295
33460
|
/// The border radius of the ColorGradient canvas drag handle.
|
|
33296
33461
|
/// @group cologradient
|
|
33297
33462
|
$kendo-color-gradient-draghandle-border-radius: 50% !default;
|
|
@@ -33303,16 +33468,19 @@ $kendo-color-gradient-draghandle-text: null !default;
|
|
|
33303
33468
|
$kendo-color-gradient-draghandle-bg: transparent !default;
|
|
33304
33469
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
33305
33470
|
/// @group cologradient
|
|
33306
|
-
$kendo-color-gradient-draghandle-border: rgba( white, .8) !default;
|
|
33307
|
-
/// The
|
|
33471
|
+
$kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
|
|
33472
|
+
/// The color of the outline around the ColorGradient canvas drag handle.
|
|
33473
|
+
/// @group cologradient
|
|
33474
|
+
$kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5) !default;
|
|
33475
|
+
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
33308
33476
|
/// @group cologradient
|
|
33309
|
-
$kendo-color-gradient-draghandle-shadow:
|
|
33310
|
-
/// The
|
|
33477
|
+
$kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
|
|
33478
|
+
/// The outline color of the outline around the ColorGradient canvas drag handle.
|
|
33311
33479
|
/// @group cologradient
|
|
33312
|
-
$kendo-color-gradient-draghandle-
|
|
33313
|
-
/// The box shadow of the
|
|
33480
|
+
$kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
|
|
33481
|
+
/// The box shadow of the ColorGradient canvas drag handle.
|
|
33314
33482
|
/// @group cologradient
|
|
33315
|
-
$kendo-color-gradient-draghandle-
|
|
33483
|
+
$kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
|
|
33316
33484
|
|
|
33317
33485
|
/// The vertical margin of the ColorGradient canvas drag handle.
|
|
33318
33486
|
/// @group cologradient
|
|
@@ -33340,6 +33508,7 @@ $kendo-color-gradient-contrast-ratio-font-weight: $kendo-font-weight-bold !defau
|
|
|
33340
33508
|
/// The spacing between the items in the ColorGradient contrast tool.
|
|
33341
33509
|
/// @group cologradient
|
|
33342
33510
|
$kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 2 ) !default;
|
|
33511
|
+
|
|
33343
33512
|
// #endregion
|
|
33344
33513
|
// #region @import "./_layout.scss"; -> scss/colorgradient/_layout.scss
|
|
33345
33514
|
// #region @import "@progress/kendo-theme-default/scss/colorgradient/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss
|
|
@@ -33412,6 +33581,8 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
33412
33581
|
height: $kendo-color-gradient-draghandle-height;
|
|
33413
33582
|
border-width: $kendo-color-gradient-draghandle-border-width;
|
|
33414
33583
|
border-style: solid;
|
|
33584
|
+
outline-width: $kendo-color-gradient-draghandle-outline-width;
|
|
33585
|
+
outline-style: solid;
|
|
33415
33586
|
box-sizing: border-box;
|
|
33416
33587
|
}
|
|
33417
33588
|
|
|
@@ -33577,12 +33748,14 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
33577
33748
|
$kendo-color-gradient-draghandle-bg,
|
|
33578
33749
|
$kendo-color-gradient-draghandle-border
|
|
33579
33750
|
);
|
|
33751
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
33580
33752
|
@include box-shadow( $kendo-color-gradient-draghandle-shadow );
|
|
33581
33753
|
|
|
33582
33754
|
&:focus,
|
|
33583
33755
|
&.k-focus {
|
|
33584
33756
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
33585
|
-
|
|
33757
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
33758
|
+
@include focus-indicator( $kendo-color-gradient-draghandle-shadow );
|
|
33586
33759
|
}
|
|
33587
33760
|
|
|
33588
33761
|
&:hover,
|
|
@@ -33590,7 +33763,7 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
33590
33763
|
&.k-active,
|
|
33591
33764
|
&:active {
|
|
33592
33765
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
33593
|
-
|
|
33766
|
+
outline-color: $kendo-color-gradient-draghandle-hover-shadow;
|
|
33594
33767
|
}
|
|
33595
33768
|
}
|
|
33596
33769
|
|
|
@@ -36295,14 +36468,14 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
36295
36468
|
text-shadow: $kendo-rating-icon-focus-shadow;
|
|
36296
36469
|
}
|
|
36297
36470
|
> .k-svg-icon {
|
|
36298
|
-
filter:
|
|
36471
|
+
filter: k-shadow-filter($kendo-rating-icon-focus-selected-shadow);
|
|
36299
36472
|
}
|
|
36300
36473
|
|
|
36301
36474
|
&.k-selected > .k-icon {
|
|
36302
36475
|
text-shadow: $kendo-rating-icon-focus-selected-shadow;
|
|
36303
36476
|
}
|
|
36304
36477
|
&.k-selected > .k-svg-icon {
|
|
36305
|
-
filter:
|
|
36478
|
+
filter: k-shadow-filter($kendo-rating-icon-focus-selected-shadow);
|
|
36306
36479
|
}
|
|
36307
36480
|
}
|
|
36308
36481
|
}
|
|
@@ -37871,10 +38044,11 @@ $kendo-appbar-dark-text: k-contrast-color( $kendo-color-dark ) !default;
|
|
|
37871
38044
|
|
|
37872
38045
|
/// The box shadow of the AppBar.
|
|
37873
38046
|
/// @group appbar
|
|
37874
|
-
$kendo-appbar-box-shadow:
|
|
38047
|
+
$kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
37875
38048
|
/// The box shadow of the AppBar with bottom position.
|
|
37876
38049
|
/// @group appbar
|
|
37877
|
-
$kendo-appbar-bottom-box-shadow:
|
|
38050
|
+
$kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
|
|
38051
|
+
|
|
37878
38052
|
// #endregion
|
|
37879
38053
|
// #region @import "./_layout.scss"; -> scss/appbar/_layout.scss
|
|
37880
38054
|
// #region @import "@progress/kendo-theme-default/scss/appbar/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/appbar/_layout.scss
|
|
@@ -38224,10 +38398,10 @@ $kendo-fab-sizes: (
|
|
|
38224
38398
|
|
|
38225
38399
|
/// The base shadow of the FAB.
|
|
38226
38400
|
/// @group floating-action-button
|
|
38227
|
-
$kendo-fab-shadow:
|
|
38401
|
+
$kendo-fab-shadow: k-elevation(5) !default;
|
|
38228
38402
|
/// The shadow of the disabled FAB.
|
|
38229
38403
|
/// @group floating-action-button
|
|
38230
|
-
$kendo-fab-disabled-shadow:
|
|
38404
|
+
$kendo-fab-disabled-shadow: k-elevation(5) !default;
|
|
38231
38405
|
/// The shadow of the active FAB.
|
|
38232
38406
|
/// @group floating-action-button
|
|
38233
38407
|
$kendo-fab-active-shadow: null !default;
|
|
@@ -38782,7 +38956,7 @@ $kendo-actionsheet-line-height: $kendo-line-height-md !default;
|
|
|
38782
38956
|
$kendo-actionsheet-bg: $kendo-component-bg !default;
|
|
38783
38957
|
$kendo-actionsheet-text: $kendo-component-text !default;
|
|
38784
38958
|
$kendo-actionsheet-border: $kendo-component-border !default;
|
|
38785
|
-
$kendo-actionsheet-shadow:
|
|
38959
|
+
$kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
38786
38960
|
|
|
38787
38961
|
|
|
38788
38962
|
// Actionsheet header
|
|
@@ -40649,7 +40823,7 @@ $kendo-card-shadow: null !default;
|
|
|
40649
40823
|
$kendo-card-focus-bg: null !default;
|
|
40650
40824
|
$kendo-card-focus-text: null !default;
|
|
40651
40825
|
$kendo-card-focus-border: null !default;
|
|
40652
|
-
$kendo-card-focus-shadow:
|
|
40826
|
+
$kendo-card-focus-shadow: k-elevation(3) !default;
|
|
40653
40827
|
|
|
40654
40828
|
$kendo-card-header-padding-x: $kendo-card-padding-x !default;
|
|
40655
40829
|
$kendo-card-header-padding-y: $kendo-card-padding-y !default;
|
|
@@ -41730,7 +41904,7 @@ $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
41730
41904
|
|
|
41731
41905
|
/// The box shadow of the BottomNavigation.
|
|
41732
41906
|
/// @group bottom-navigation
|
|
41733
|
-
$kendo-bottom-nav-shadow:
|
|
41907
|
+
$kendo-bottom-nav-shadow: k-elevation(4) !default;
|
|
41734
41908
|
|
|
41735
41909
|
/// The text color of the flat BottomNavigation.
|
|
41736
41910
|
/// @group bottom-navigation
|
|
@@ -41741,6 +41915,7 @@ $kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
|
|
|
41741
41915
|
/// The border color of the flat BottomNavigation.
|
|
41742
41916
|
/// @group bottom-navigation
|
|
41743
41917
|
$kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
41918
|
+
|
|
41744
41919
|
// #endregion
|
|
41745
41920
|
// #region @import "./_layout.scss"; -> scss/bottom-navigation/_layout.scss
|
|
41746
41921
|
// #region @import "@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss
|
|
@@ -41779,6 +41954,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
41779
41954
|
border-width: $kendo-bottom-nav-border-width;
|
|
41780
41955
|
}
|
|
41781
41956
|
|
|
41957
|
+
// TODO: do we even use this?
|
|
41782
41958
|
.k-bottom-nav-shadow {
|
|
41783
41959
|
box-shadow: $kendo-bottom-nav-shadow;
|
|
41784
41960
|
}
|
|
@@ -43775,7 +43951,7 @@ $kendo-tabstrip-item-selected-gradient: null !default;
|
|
|
43775
43951
|
|
|
43776
43952
|
$kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
43777
43953
|
|
|
43778
|
-
$kendo-tabstrip-item-dragging-shadow:
|
|
43954
|
+
$kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
|
|
43779
43955
|
|
|
43780
43956
|
$kendo-tabstrip-item-disabled-bg: null !default;
|
|
43781
43957
|
$kendo-tabstrip-item-disabled-text: null !default;
|
|
@@ -45521,6 +45697,7 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
45521
45697
|
// Pane
|
|
45522
45698
|
.k-pane {
|
|
45523
45699
|
overflow: hidden;
|
|
45700
|
+
box-sizing: border-box;
|
|
45524
45701
|
}
|
|
45525
45702
|
.k-scrollable {
|
|
45526
45703
|
overflow: auto;
|
|
@@ -45961,6 +46138,471 @@ $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
|
|
|
45961
46138
|
@include kendo-tile-layout--styles();
|
|
45962
46139
|
}
|
|
45963
46140
|
|
|
46141
|
+
// #endregion
|
|
46142
|
+
// #region @import "./dock-manager/_index.scss"; -> scss/dock-manager/_index.scss
|
|
46143
|
+
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
46144
|
+
// File already imported_once. Skipping output.
|
|
46145
|
+
// #endregion
|
|
46146
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
46147
|
+
// File already imported_once. Skipping output.
|
|
46148
|
+
// #endregion
|
|
46149
|
+
|
|
46150
|
+
// Module meta
|
|
46151
|
+
$_kendo-module-meta: (
|
|
46152
|
+
name: "dock-manager",
|
|
46153
|
+
dependencies: (
|
|
46154
|
+
"splitter",
|
|
46155
|
+
"toolbar",
|
|
46156
|
+
"tabstrip"
|
|
46157
|
+
)
|
|
46158
|
+
);
|
|
46159
|
+
|
|
46160
|
+
// Dependencies
|
|
46161
|
+
// #region @import "../splitter/_index.scss"; -> scss/splitter/_index.scss
|
|
46162
|
+
// File already imported_once. Skipping output.
|
|
46163
|
+
// #endregion
|
|
46164
|
+
// #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
|
|
46165
|
+
// File already imported_once. Skipping output.
|
|
46166
|
+
// #endregion
|
|
46167
|
+
// #region @import "../tabstrip/_index.scss"; -> scss/tabstrip/_index.scss
|
|
46168
|
+
// File already imported_once. Skipping output.
|
|
46169
|
+
// #endregion
|
|
46170
|
+
|
|
46171
|
+
// Component
|
|
46172
|
+
// #region @import "./_variables.scss"; -> scss/dock-manager/_variables.scss
|
|
46173
|
+
/// The width of the border around the DockManager component.
|
|
46174
|
+
/// @group dock-manager
|
|
46175
|
+
$kendo-dock-manager-border-width: 1px !default;
|
|
46176
|
+
/// The style of the border around the DockManager component.
|
|
46177
|
+
/// @group dock-manager
|
|
46178
|
+
$kendo-dock-manager-border-style: solid !default;
|
|
46179
|
+
/// The color of the border around the DockManager component.
|
|
46180
|
+
/// @group dock-manager
|
|
46181
|
+
$kendo-dock-manager-border: $kendo-base-border !default;
|
|
46182
|
+
|
|
46183
|
+
/// The vertical padding of the pane header in the DockManager component.
|
|
46184
|
+
/// @group dock-manager
|
|
46185
|
+
$kendo-dock-manager-pane-header-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
46186
|
+
/// The horizontal padding of the pane header in the DockManager component.
|
|
46187
|
+
/// @group dock-manager
|
|
46188
|
+
$kendo-dock-manager-pane-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
46189
|
+
/// The width of the border around the pane header in the DockManager component.
|
|
46190
|
+
/// @group dock-manager
|
|
46191
|
+
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
|
|
46192
|
+
/// The style of the border around the pane header in the DockManager component.
|
|
46193
|
+
/// @group dock-manager
|
|
46194
|
+
$kendo-dock-manager-pane-header-border-style: solid !default;
|
|
46195
|
+
/// The background color of the pane header in the DockManager component.
|
|
46196
|
+
/// @group dock-manager
|
|
46197
|
+
$kendo-dock-manager-pane-header-bg: $kendo-component-bg !default;
|
|
46198
|
+
|
|
46199
|
+
/// The vertical padding of the pane title in the DockManager component.
|
|
46200
|
+
/// @group dock-manager
|
|
46201
|
+
$kendo-dock-manager-pane-title-padding-y: null !default;
|
|
46202
|
+
/// The horizontal padding of the pane title in the DockManager component.
|
|
46203
|
+
/// @group dock-manager
|
|
46204
|
+
$kendo-dock-manager-pane-title-padding-x: null !default;
|
|
46205
|
+
/// The font family of the pane title in the DockManager component.
|
|
46206
|
+
/// @group dock-manager
|
|
46207
|
+
$kendo-dock-manager-pane-title-font-family: $kendo-font-family !default;
|
|
46208
|
+
/// The font size of the pane title in the DockManager component.
|
|
46209
|
+
/// @group dock-manager
|
|
46210
|
+
$kendo-dock-manager-pane-title-font-size: $kendo-font-size-lg !default;
|
|
46211
|
+
/// The line height of the pane title in the DockManager component.
|
|
46212
|
+
/// @group dock-manager
|
|
46213
|
+
$kendo-dock-manager-pane-title-line-height: $kendo-line-height-sm !default;
|
|
46214
|
+
/// The font weight of the pane title in the DockManager component.
|
|
46215
|
+
/// @group dock-manager
|
|
46216
|
+
$kendo-dock-manager-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
46217
|
+
|
|
46218
|
+
/// The horizontal padding of the pane content in the DockManager component.
|
|
46219
|
+
/// @group dock-manager
|
|
46220
|
+
$kendo-dock-manager-pane-content-padding-x: $kendo-dock-manager-pane-header-padding-x !default;
|
|
46221
|
+
/// The vertical padding of the pane content in the DockManager component.
|
|
46222
|
+
/// @group dock-manager
|
|
46223
|
+
$kendo-dock-manager-pane-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
46224
|
+
|
|
46225
|
+
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
46226
|
+
/// @group dock-manager
|
|
46227
|
+
$kendo-dock-manager-tabbed-pane-padding-y: k-map-get( $kendo-spacing, 3.5 ) !default;
|
|
46228
|
+
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
46229
|
+
/// @group dock-manager
|
|
46230
|
+
$kendo-dock-manager-tabbed-pane-padding-x: $kendo-dock-manager-pane-content-padding-y !default;
|
|
46231
|
+
|
|
46232
|
+
/// The width of the unpinned pane container in the DockManager component.
|
|
46233
|
+
/// @group dock-manager
|
|
46234
|
+
$kendo-dock-manager-unpinned-container-width: 300px !default;
|
|
46235
|
+
/// The background-color of the unpinned pane container in the DockManager component.
|
|
46236
|
+
/// @group dock-manager
|
|
46237
|
+
$kendo-dock-manager-unpinned-container-bg: $kendo-component-bg !default;
|
|
46238
|
+
/// The box shadow of the unpinned pane container in the DockManager component.
|
|
46239
|
+
/// @group dock-manager
|
|
46240
|
+
$kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
|
|
46241
|
+
|
|
46242
|
+
/// The padding of the dock indicator in the DockManager component.
|
|
46243
|
+
/// @group dock-manager
|
|
46244
|
+
$kendo-dock-indicator-padding: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
46245
|
+
/// The background color of the dock indicator in the DockManager component.
|
|
46246
|
+
/// @group dock-manager
|
|
46247
|
+
$kendo-dock-indicator-bg: $kendo-component-bg !default;
|
|
46248
|
+
/// The text color of the dock indicator in the DockManager component.
|
|
46249
|
+
/// @group dock-manager
|
|
46250
|
+
$kendo-dock-indicator-text: $kendo-color-primary !default;
|
|
46251
|
+
/// The outline width of the dock indicator in the DockManager component.
|
|
46252
|
+
/// @group dock-manager
|
|
46253
|
+
$kendo-dock-indicator-outline-width: 1px !default;
|
|
46254
|
+
/// The outline style of the dock indicator in the DockManager component.
|
|
46255
|
+
/// @group dock-manager
|
|
46256
|
+
$kendo-dock-indicator-outline-style: solid !default;
|
|
46257
|
+
/// The outline color of the dock indicator in the DockManager component.
|
|
46258
|
+
/// @group dock-manager
|
|
46259
|
+
$kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
|
|
46260
|
+
/// The box shadow of the dock indicator in the DockManager component.
|
|
46261
|
+
/// @group dock-manager
|
|
46262
|
+
$kendo-dock-indicator-shadow: 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.20) ) !default;
|
|
46263
|
+
|
|
46264
|
+
/// The background color of the hovered dock indicator in the DockManager component.
|
|
46265
|
+
/// @group dock-manager
|
|
46266
|
+
$kendo-dock-indicator-hover-bg: $kendo-color-primary !default;
|
|
46267
|
+
/// The text color of the hovered dock indicator in the DockManager component.
|
|
46268
|
+
/// @group dock-manager
|
|
46269
|
+
$kendo-dock-indicator-hover-text: $kendo-color-white !default;
|
|
46270
|
+
|
|
46271
|
+
/// The width of the border around the dropping area in the DockManager component.
|
|
46272
|
+
/// @group dock-manager
|
|
46273
|
+
$kendo-dock-manager-dock-preview-border-width: 1px !default;
|
|
46274
|
+
/// The style of the border around the dropping area in the DockManager component.
|
|
46275
|
+
/// @group dock-manager
|
|
46276
|
+
$kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
46277
|
+
/// The border radius of the dropping area in the DockManager component.
|
|
46278
|
+
/// @group dock-manager
|
|
46279
|
+
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
46280
|
+
/// The background color of the dropping area in the DockManager component.
|
|
46281
|
+
/// @group dock-manager
|
|
46282
|
+
$kendo-dock-manager-dock-preview-bg: rgba( $kendo-color-primary, .16 ) !default;
|
|
46283
|
+
/// The border color of the dropping area in the DockManager component.
|
|
46284
|
+
/// @group dock-manager
|
|
46285
|
+
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
|
46286
|
+
|
|
46287
|
+
// #endregion
|
|
46288
|
+
// #region @import "./_layout.scss"; -> scss/dock-manager/_layout.scss
|
|
46289
|
+
// #region @import "@progress/kendo-theme-default/scss/dock-manager/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/dock-manager/_layout.scss
|
|
46290
|
+
@mixin kendo-dock-manager--layout-base() {
|
|
46291
|
+
|
|
46292
|
+
// DockManager
|
|
46293
|
+
.k-dock-manager {
|
|
46294
|
+
width: 100%;
|
|
46295
|
+
height: 100%;
|
|
46296
|
+
border-width: $kendo-dock-manager-border-width;
|
|
46297
|
+
border-style: $kendo-dock-manager-border-style;
|
|
46298
|
+
position: relative;
|
|
46299
|
+
display: flex;
|
|
46300
|
+
flex-flow: row nowrap;
|
|
46301
|
+
overflow: auto;
|
|
46302
|
+
box-sizing: border-box;
|
|
46303
|
+
}
|
|
46304
|
+
|
|
46305
|
+
// Toolbar
|
|
46306
|
+
.k-dock-manager-toolbar {
|
|
46307
|
+
border-width: 0 $kendo-dock-manager-border-width 0 0;
|
|
46308
|
+
border-color: inherit;
|
|
46309
|
+
flex-shrink: 0;
|
|
46310
|
+
writing-mode: vertical-lr;
|
|
46311
|
+
box-shadow: none;
|
|
46312
|
+
|
|
46313
|
+
&::before {
|
|
46314
|
+
height: 0;
|
|
46315
|
+
}
|
|
46316
|
+
|
|
46317
|
+
.k-separator-horizontal {
|
|
46318
|
+
width: $kendo-line-height-em;
|
|
46319
|
+
height: 0;
|
|
46320
|
+
border-width: $kendo-dock-manager-border-width 0 0;
|
|
46321
|
+
}
|
|
46322
|
+
|
|
46323
|
+
// Needed because of a bug in Chrome - Issue 1473554
|
|
46324
|
+
// A fix will be shipped likely in milestone 118 and then we can revisit this
|
|
46325
|
+
@supports (not (-ms-ime-mode: none)) and (not (overflow: -webkit-marquee)) and (not (-moz-appearance:none)) {
|
|
46326
|
+
.k-toolbar-button {
|
|
46327
|
+
padding-block: $kendo-button-padding-x;
|
|
46328
|
+
padding-inline: $kendo-button-padding-y;
|
|
46329
|
+
}
|
|
46330
|
+
.k-toolbar-button .k-button-text {
|
|
46331
|
+
writing-mode: vertical-lr;
|
|
46332
|
+
}
|
|
46333
|
+
}
|
|
46334
|
+
}
|
|
46335
|
+
|
|
46336
|
+
// Panes
|
|
46337
|
+
.k-dock-manager-pane-container {
|
|
46338
|
+
width: 100%;
|
|
46339
|
+
height: 100%;
|
|
46340
|
+
display: flex;
|
|
46341
|
+
flex-grow: 1;
|
|
46342
|
+
overflow: hidden;
|
|
46343
|
+
}
|
|
46344
|
+
|
|
46345
|
+
// Splitter
|
|
46346
|
+
.k-dock-manager-splitter,
|
|
46347
|
+
.k-dock-manager-unpinned-container {
|
|
46348
|
+
height: 100%;
|
|
46349
|
+
border-width: 0;
|
|
46350
|
+
align-items: stretch;
|
|
46351
|
+
|
|
46352
|
+
> .k-pane {
|
|
46353
|
+
height: auto;
|
|
46354
|
+
flex-direction: column;
|
|
46355
|
+
border-color: inherit;
|
|
46356
|
+
}
|
|
46357
|
+
|
|
46358
|
+
.k-pane-header {
|
|
46359
|
+
display: flex;
|
|
46360
|
+
align-items: center;
|
|
46361
|
+
justify-content: center;
|
|
46362
|
+
padding-block: $kendo-dock-manager-pane-header-padding-y;
|
|
46363
|
+
padding-inline: $kendo-dock-manager-pane-header-padding-x;
|
|
46364
|
+
border-block-end-width: $kendo-dock-manager-pane-header-border-width;
|
|
46365
|
+
border-block-end-style: $kendo-dock-manager-pane-header-border-style;
|
|
46366
|
+
border-color: inherit;
|
|
46367
|
+
}
|
|
46368
|
+
|
|
46369
|
+
.k-pane-title {
|
|
46370
|
+
padding-block: $kendo-dock-manager-pane-title-padding-y;
|
|
46371
|
+
padding-inline: $kendo-dock-manager-pane-title-padding-x;
|
|
46372
|
+
font-family: $kendo-dock-manager-pane-title-font-family;
|
|
46373
|
+
font-size: $kendo-dock-manager-pane-title-font-size;
|
|
46374
|
+
line-height: $kendo-dock-manager-pane-title-line-height;
|
|
46375
|
+
font-weight: $kendo-dock-manager-pane-title-font-weight;
|
|
46376
|
+
flex: 1 1 auto;
|
|
46377
|
+
white-space: nowrap;
|
|
46378
|
+
text-overflow: ellipsis;
|
|
46379
|
+
overflow: hidden;
|
|
46380
|
+
}
|
|
46381
|
+
|
|
46382
|
+
.k-pane-scrollable {
|
|
46383
|
+
height: 100%;
|
|
46384
|
+
display: flex;
|
|
46385
|
+
flex-direction: column;
|
|
46386
|
+
border-color: inherit;
|
|
46387
|
+
}
|
|
46388
|
+
|
|
46389
|
+
.k-pane-content {
|
|
46390
|
+
height: 100%;
|
|
46391
|
+
padding-block: $kendo-dock-manager-pane-content-padding-y;
|
|
46392
|
+
padding-inline: $kendo-dock-manager-pane-content-padding-x;
|
|
46393
|
+
overflow: auto;
|
|
46394
|
+
flex: 1;
|
|
46395
|
+
}
|
|
46396
|
+
|
|
46397
|
+
.k-pane-actions {
|
|
46398
|
+
display: flex;
|
|
46399
|
+
flex-flow: row nowrap;
|
|
46400
|
+
align-items: center;
|
|
46401
|
+
justify-content: center;
|
|
46402
|
+
}
|
|
46403
|
+
|
|
46404
|
+
.k-pane-tabbed {
|
|
46405
|
+
padding-block-start: $kendo-dock-manager-tabbed-pane-padding-y;
|
|
46406
|
+
padding-block-end: $kendo-dock-manager-tabbed-pane-padding-x;
|
|
46407
|
+
padding-inline: $kendo-dock-manager-tabbed-pane-padding-x;
|
|
46408
|
+
}
|
|
46409
|
+
|
|
46410
|
+
.k-splitbar {
|
|
46411
|
+
border-width: 0 1px;
|
|
46412
|
+
border-style: solid;
|
|
46413
|
+
border-color: inherit;
|
|
46414
|
+
}
|
|
46415
|
+
.k-splitbar-vertical {
|
|
46416
|
+
border-width: 1px 0;
|
|
46417
|
+
}
|
|
46418
|
+
}
|
|
46419
|
+
|
|
46420
|
+
// Unpinned pane
|
|
46421
|
+
.k-dock-manager-unpinned-container {
|
|
46422
|
+
width: $kendo-dock-manager-unpinned-container-width;
|
|
46423
|
+
position: absolute;
|
|
46424
|
+
display: flex;
|
|
46425
|
+
height: 100%;
|
|
46426
|
+
border-color: inherit;
|
|
46427
|
+
z-index: 20;
|
|
46428
|
+
|
|
46429
|
+
.k-pane {
|
|
46430
|
+
display: inline-flex;
|
|
46431
|
+
flex-direction: column;
|
|
46432
|
+
position: relative;
|
|
46433
|
+
flex: 1 1 auto;
|
|
46434
|
+
}
|
|
46435
|
+
|
|
46436
|
+
.k-splitbar {
|
|
46437
|
+
height: 100%;
|
|
46438
|
+
position: relative;
|
|
46439
|
+
flex: none;
|
|
46440
|
+
}
|
|
46441
|
+
}
|
|
46442
|
+
|
|
46443
|
+
// Docking preview
|
|
46444
|
+
.k-docking-preview {
|
|
46445
|
+
width: 100%;
|
|
46446
|
+
height: 100%;
|
|
46447
|
+
box-sizing: border-box;
|
|
46448
|
+
display: flex;
|
|
46449
|
+
position: absolute;
|
|
46450
|
+
top: 0;
|
|
46451
|
+
left: 0;
|
|
46452
|
+
border-width: $kendo-dock-manager-dock-preview-border-width;
|
|
46453
|
+
border-style: $kendo-dock-manager-dock-preview-border-style;
|
|
46454
|
+
border-radius: $kendo-dock-manager-dock-preview-border-radius;
|
|
46455
|
+
z-index: 10;
|
|
46456
|
+
}
|
|
46457
|
+
|
|
46458
|
+
}
|
|
46459
|
+
|
|
46460
|
+
@mixin kendo-dock-navigator--layout() {
|
|
46461
|
+
|
|
46462
|
+
// DockNavigator
|
|
46463
|
+
.k-dock-navigator-container {
|
|
46464
|
+
width: 100%;
|
|
46465
|
+
height: 100%;
|
|
46466
|
+
display: flex;
|
|
46467
|
+
flex-direction: column;
|
|
46468
|
+
align-items: center;
|
|
46469
|
+
position: absolute;
|
|
46470
|
+
z-index: 10001;
|
|
46471
|
+
pointer-events: none;
|
|
46472
|
+
}
|
|
46473
|
+
|
|
46474
|
+
.k-dock-navigator {
|
|
46475
|
+
display: grid;
|
|
46476
|
+
grid-template-columns: repeat(3, auto);
|
|
46477
|
+
grid-template-rows: repeat(3, auto);
|
|
46478
|
+
justify-content: center;
|
|
46479
|
+
position: absolute;
|
|
46480
|
+
}
|
|
46481
|
+
|
|
46482
|
+
.k-dock-indicator {
|
|
46483
|
+
padding: $kendo-dock-indicator-padding;
|
|
46484
|
+
display: inline-flex;
|
|
46485
|
+
align-items: center;
|
|
46486
|
+
justify-content: center;
|
|
46487
|
+
box-sizing: border-box;
|
|
46488
|
+
position: relative;
|
|
46489
|
+
pointer-events: all;
|
|
46490
|
+
outline-width: $kendo-dock-indicator-outline-width;
|
|
46491
|
+
outline-style: $kendo-dock-indicator-outline-style;
|
|
46492
|
+
|
|
46493
|
+
&.k-dock-indicator-middle {
|
|
46494
|
+
filter: none;
|
|
46495
|
+
}
|
|
46496
|
+
}
|
|
46497
|
+
|
|
46498
|
+
.k-dock-indicator-top {
|
|
46499
|
+
grid-area: 1 / 2 / auto;
|
|
46500
|
+
}
|
|
46501
|
+
.k-dock-indicator-right {
|
|
46502
|
+
grid-area: 2 / 3 / auto;
|
|
46503
|
+
}
|
|
46504
|
+
.k-dock-indicator-bottom {
|
|
46505
|
+
grid-area: 3 / 2 / auto;
|
|
46506
|
+
}
|
|
46507
|
+
.k-dock-indicator-left {
|
|
46508
|
+
grid-area: 2 / 1 / auto;
|
|
46509
|
+
}
|
|
46510
|
+
.k-dock-indicator-middle {
|
|
46511
|
+
grid-area: 2 / 2 / auto;
|
|
46512
|
+
}
|
|
46513
|
+
|
|
46514
|
+
}
|
|
46515
|
+
|
|
46516
|
+
@mixin kendo-dock-manager--layout() {
|
|
46517
|
+
@include kendo-dock-manager--layout-base();
|
|
46518
|
+
@include kendo-dock-navigator--layout();
|
|
46519
|
+
}
|
|
46520
|
+
|
|
46521
|
+
// #endregion
|
|
46522
|
+
|
|
46523
|
+
@mixin kendo-dock-manager--layout() {
|
|
46524
|
+
@include kendo-dock-manager--layout-base();
|
|
46525
|
+
@include kendo-dock-navigator--layout();
|
|
46526
|
+
}
|
|
46527
|
+
|
|
46528
|
+
// #endregion
|
|
46529
|
+
// #region @import "./_theme.scss"; -> scss/dock-manager/_theme.scss
|
|
46530
|
+
// #region @import "@progress/kendo-theme-default/scss/dock-manager/_theme.scss"; -> node_modules/@progress/kendo-theme-default/scss/dock-manager/_theme.scss
|
|
46531
|
+
@mixin kendo-dock-manager--theme-base() {
|
|
46532
|
+
|
|
46533
|
+
// DockManager
|
|
46534
|
+
.k-dock-manager {
|
|
46535
|
+
border-color: $kendo-dock-manager-border;
|
|
46536
|
+
}
|
|
46537
|
+
|
|
46538
|
+
// Splitter
|
|
46539
|
+
.k-dock-manager-splitter .k-pane-header,
|
|
46540
|
+
.k-dock-manager-unpinned-container .k-pane-header {
|
|
46541
|
+
background-color: $kendo-dock-manager-pane-header-bg;
|
|
46542
|
+
}
|
|
46543
|
+
|
|
46544
|
+
.k-dock-manager-unpinned-container {
|
|
46545
|
+
background-color: $kendo-dock-manager-unpinned-container-bg;
|
|
46546
|
+
@include box-shadow( $kendo-dock-manager-unpinned-container-shadow );
|
|
46547
|
+
}
|
|
46548
|
+
|
|
46549
|
+
// Docking preview
|
|
46550
|
+
.k-docking-preview {
|
|
46551
|
+
background-color: $kendo-dock-manager-dock-preview-bg;
|
|
46552
|
+
border-color: $kendo-dock-manager-dock-preview-border;
|
|
46553
|
+
}
|
|
46554
|
+
|
|
46555
|
+
}
|
|
46556
|
+
|
|
46557
|
+
@mixin kendo-dock-navigator--theme() {
|
|
46558
|
+
|
|
46559
|
+
.k-dock-indicator {
|
|
46560
|
+
color: $kendo-dock-indicator-text;
|
|
46561
|
+
background-color: $kendo-dock-indicator-bg;
|
|
46562
|
+
outline-color: $kendo-dock-indicator-outline;
|
|
46563
|
+
filter: $kendo-dock-indicator-shadow;
|
|
46564
|
+
|
|
46565
|
+
&:hover,
|
|
46566
|
+
&.k-hover {
|
|
46567
|
+
background-color: $kendo-dock-indicator-hover-bg;
|
|
46568
|
+
color: $kendo-dock-indicator-hover-text;
|
|
46569
|
+
}
|
|
46570
|
+
}
|
|
46571
|
+
|
|
46572
|
+
}
|
|
46573
|
+
|
|
46574
|
+
@mixin kendo-dock-manager--theme() {
|
|
46575
|
+
@include kendo-dock-manager--theme-base();
|
|
46576
|
+
@include kendo-dock-navigator--theme();
|
|
46577
|
+
}
|
|
46578
|
+
|
|
46579
|
+
// #endregion
|
|
46580
|
+
|
|
46581
|
+
@mixin kendo-dock-manager--theme() {
|
|
46582
|
+
@include kendo-dock-manager--theme-base();
|
|
46583
|
+
@include kendo-dock-navigator--theme();
|
|
46584
|
+
}
|
|
46585
|
+
|
|
46586
|
+
// #endregion
|
|
46587
|
+
|
|
46588
|
+
// Register
|
|
46589
|
+
// #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
|
|
46590
|
+
// File already imported_once. Skipping output.
|
|
46591
|
+
// #endregion
|
|
46592
|
+
@include module-register( $_kendo-module-meta... );
|
|
46593
|
+
|
|
46594
|
+
// Expose
|
|
46595
|
+
@mixin kendo-dock-manager--styles() {
|
|
46596
|
+
@include module-render("dock-manager") {
|
|
46597
|
+
@include kendo-dock-manager--layout();
|
|
46598
|
+
@include kendo-dock-manager--theme();
|
|
46599
|
+
}
|
|
46600
|
+
}
|
|
46601
|
+
|
|
46602
|
+
@if $kendo-auto-bootstrap {
|
|
46603
|
+
@include kendo-dock-manager--styles();
|
|
46604
|
+
}
|
|
46605
|
+
|
|
45964
46606
|
// #endregion
|
|
45965
46607
|
|
|
45966
46608
|
|
|
@@ -51315,10 +51957,11 @@ $kendo-pivotgrid-configurator-header-bg: null !default;
|
|
|
51315
51957
|
$kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
|
|
51316
51958
|
$kendo-pivotgrid-configurator-header-border: null !default;
|
|
51317
51959
|
|
|
51318
|
-
$kendo-pivotgrid-configurator-
|
|
51319
|
-
$kendo-pivotgrid-configurator-
|
|
51320
|
-
$kendo-pivotgrid-configurator-
|
|
51321
|
-
$kendo-pivotgrid-configurator-
|
|
51960
|
+
$kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
|
|
51961
|
+
$kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default;
|
|
51962
|
+
$kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow !default;
|
|
51963
|
+
$kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default;
|
|
51964
|
+
$kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default;
|
|
51322
51965
|
|
|
51323
51966
|
$kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
51324
51967
|
$kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
@@ -56611,8 +57254,6 @@ $kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
|
56611
57254
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
56612
57255
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
56613
57256
|
|
|
56614
|
-
$kendo-scheduler-current-time-color: #ff0000 !default;
|
|
56615
|
-
|
|
56616
57257
|
$kendo-scheduler-nonwork-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
|
|
56617
57258
|
$kendo-scheduler-nonwork-text: null !default;
|
|
56618
57259
|
|
|
@@ -56640,7 +57281,7 @@ $kendo-scheduler-tooltip-border-width: 0 !default;
|
|
|
56640
57281
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
56641
57282
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
56642
57283
|
$kendo-scheduler-tooltip-border: null !default;
|
|
56643
|
-
$kendo-scheduler-tooltip-shadow:
|
|
57284
|
+
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
56644
57285
|
|
|
56645
57286
|
$kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
56646
57287
|
$kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
|
|
@@ -57197,20 +57838,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
57197
57838
|
}
|
|
57198
57839
|
}
|
|
57199
57840
|
|
|
57200
|
-
// Current time
|
|
57201
|
-
.k-current-time {
|
|
57202
|
-
position: absolute;
|
|
57203
|
-
|
|
57204
|
-
&.k-current-time-arrow-left,
|
|
57205
|
-
&.k-current-time-arrow-right,
|
|
57206
|
-
&.k-current-time-arrow-down {
|
|
57207
|
-
width: 0;
|
|
57208
|
-
height: 0;
|
|
57209
|
-
background: transparent;
|
|
57210
|
-
border: 4px solid transparent;
|
|
57211
|
-
}
|
|
57212
|
-
}
|
|
57213
|
-
|
|
57214
57841
|
// Draging hint
|
|
57215
57842
|
.k-event-drag-hint {
|
|
57216
57843
|
opacity: .5;
|
|
@@ -57766,23 +58393,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
57766
58393
|
);
|
|
57767
58394
|
}
|
|
57768
58395
|
|
|
57769
|
-
// Current time
|
|
57770
|
-
.k-current-time {
|
|
57771
|
-
background: $kendo-scheduler-current-time-color;
|
|
57772
|
-
|
|
57773
|
-
&.k-current-time-arrow-left {
|
|
57774
|
-
border-right-color: $kendo-scheduler-current-time-color;
|
|
57775
|
-
}
|
|
57776
|
-
|
|
57777
|
-
&.k-current-time-arrow-right {
|
|
57778
|
-
border-left-color: $kendo-scheduler-current-time-color;
|
|
57779
|
-
}
|
|
57780
|
-
|
|
57781
|
-
&.k-current-time-arrow-down {
|
|
57782
|
-
border-top-color: $kendo-scheduler-current-time-color;
|
|
57783
|
-
}
|
|
57784
|
-
}
|
|
57785
|
-
|
|
57786
58396
|
// Header and footer
|
|
57787
58397
|
.k-scheduler-toolbar {
|
|
57788
58398
|
@include fill(
|
|
@@ -59066,7 +59676,7 @@ $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 *
|
|
|
59066
59676
|
$kendo-timeline-track-bg: $kendo-button-bg !default;
|
|
59067
59677
|
$kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
|
|
59068
59678
|
|
|
59069
|
-
$kendo-timeline-track-item-focus-shadow:
|
|
59679
|
+
$kendo-timeline-track-item-focus-shadow: k-elevation(2) !default;
|
|
59070
59680
|
|
|
59071
59681
|
$kendo-timeline-track-event-offset: 36px !default;
|
|
59072
59682
|
|
|
@@ -59755,12 +60365,11 @@ $kendo-pdf-viewer-page-spacing: 30px !default;
|
|
|
59755
60365
|
$kendo-pdf-viewer-page-bg: white !default;
|
|
59756
60366
|
$kendo-pdf-viewer-page-text: $kendo-component-text !default;
|
|
59757
60367
|
$kendo-pdf-viewer-page-border: $kendo-component-border !default;
|
|
59758
|
-
$kendo-pdf-viewer-page-shadow:
|
|
59759
|
-
|
|
59760
|
-
$kendo-pdf-viewer-search-dialog-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
59761
|
-
$kendo-pdf-viewer-search-dialog-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
|
|
59762
|
-
$kendo-pdf-viewer-search-dialog-spacing: $kendo-toolbar-md-spacing !default;
|
|
60368
|
+
$kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
|
|
59763
60369
|
|
|
60370
|
+
$kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
60371
|
+
$kendo-pdf-viewer-search-panel-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
|
|
60372
|
+
$kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
|
|
59764
60373
|
$kendo-pdf-viewer-search-panel-border-width: 1px !default;
|
|
59765
60374
|
$kendo-pdf-viewer-search-panel-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
59766
60375
|
$kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
|
|
@@ -59823,19 +60432,17 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59823
60432
|
flex: 1 1 auto;
|
|
59824
60433
|
outline: none;
|
|
59825
60434
|
|
|
59826
|
-
.k-enable-text-select,
|
|
59827
60435
|
&.k-enable-text-select {
|
|
59828
60436
|
user-select: text;
|
|
59829
60437
|
cursor: text;
|
|
59830
60438
|
}
|
|
59831
60439
|
|
|
59832
|
-
.k-enable-panning,
|
|
59833
60440
|
&.k-enable-panning {
|
|
59834
60441
|
cursor: grab;
|
|
59835
|
-
|
|
59836
|
-
|
|
59837
|
-
|
|
59838
|
-
|
|
60442
|
+
|
|
60443
|
+
span::selection {
|
|
60444
|
+
background-color: transparent;
|
|
60445
|
+
}
|
|
59839
60446
|
}
|
|
59840
60447
|
}
|
|
59841
60448
|
|
|
@@ -59868,10 +60475,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59868
60475
|
color: transparent;
|
|
59869
60476
|
}
|
|
59870
60477
|
|
|
59871
|
-
mark {
|
|
59872
|
-
color: transparent;
|
|
59873
|
-
}
|
|
59874
|
-
|
|
59875
60478
|
.k-search-highlight-mark {
|
|
59876
60479
|
color: transparent;
|
|
59877
60480
|
}
|
|
@@ -59899,19 +60502,22 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59899
60502
|
}
|
|
59900
60503
|
|
|
59901
60504
|
// Search
|
|
59902
|
-
.k-pdf-viewer-search-
|
|
59903
|
-
|
|
59904
|
-
|
|
59905
|
-
|
|
59906
|
-
|
|
59907
|
-
|
|
59908
|
-
|
|
60505
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
60506
|
+
width: max-content;
|
|
60507
|
+
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$kendo-pdf-viewer-search-panel-border-width} ) + ( 2 * #{$kendo-pdf-viewer-search-panel-padding-y} )) * -1 );
|
|
60508
|
+
padding-block: $kendo-pdf-viewer-search-panel-padding-y;
|
|
60509
|
+
padding-inline: $kendo-pdf-viewer-search-panel-padding-x;
|
|
60510
|
+
border-width: $kendo-pdf-viewer-search-panel-border-width;
|
|
60511
|
+
border-style: solid;
|
|
60512
|
+
border-radius: $kendo-pdf-viewer-search-panel-border-radius;
|
|
59909
60513
|
display: flex;
|
|
59910
|
-
gap: $kendo-pdf-viewer-search-
|
|
60514
|
+
gap: $kendo-pdf-viewer-search-panel-spacing;
|
|
59911
60515
|
flex-flow: row nowrap;
|
|
59912
60516
|
flex: 0 0 auto;
|
|
59913
60517
|
justify-content: flex-start;
|
|
59914
60518
|
align-items: center;
|
|
60519
|
+
z-index: 10;
|
|
60520
|
+
cursor: default;
|
|
59915
60521
|
|
|
59916
60522
|
.k-search-dialog-draghandle {
|
|
59917
60523
|
cursor: move;
|
|
@@ -59933,21 +60539,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59933
60539
|
}
|
|
59934
60540
|
}
|
|
59935
60541
|
|
|
59936
|
-
.k-pdf-viewer-canvas > .k-search-panel {
|
|
59937
|
-
width: max-content;
|
|
59938
|
-
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$kendo-pdf-viewer-search-panel-border-width} ) + ( 2 * #{$kendo-pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
59939
|
-
border-width: $kendo-pdf-viewer-search-panel-border-width;
|
|
59940
|
-
border-style: solid;
|
|
59941
|
-
border-radius: $kendo-pdf-viewer-search-panel-border-radius;
|
|
59942
|
-
z-index: 10;
|
|
59943
|
-
cursor: default;
|
|
59944
|
-
}
|
|
59945
|
-
|
|
59946
|
-
// Alias
|
|
59947
|
-
.k-search-container {
|
|
59948
|
-
@extend .k-search-panel !optional;
|
|
59949
|
-
}
|
|
59950
|
-
|
|
59951
60542
|
}
|
|
59952
60543
|
|
|
59953
60544
|
|
|
@@ -60033,10 +60624,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
60033
60624
|
@include box-shadow( $kendo-pdf-viewer-search-panel-shadow );
|
|
60034
60625
|
}
|
|
60035
60626
|
|
|
60036
|
-
.k-search-container {
|
|
60037
|
-
@extend .k-search-panel !optional;
|
|
60038
|
-
}
|
|
60039
|
-
|
|
60040
60627
|
}
|
|
60041
60628
|
|
|
60042
60629
|
|
|
@@ -62596,6 +63183,7 @@ $kendo-signature-maximized-line-width: 3px !default;
|
|
|
62596
63183
|
@include kendo-panelbar--styles();
|
|
62597
63184
|
@include kendo-splitter--styles();
|
|
62598
63185
|
@include kendo-tile-layout--styles();
|
|
63186
|
+
@include kendo-dock-manager--styles();
|
|
62599
63187
|
|
|
62600
63188
|
|
|
62601
63189
|
// Data management
|