@progress/kendo-theme-material 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 +446 -157
- package/dist/all.scss +777 -142
- package/dist/meta/sassdoc-data.json +16456 -14158
- package/dist/meta/sassdoc-raw-data.json +1613 -554
- package/dist/meta/variables.json +277 -129
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +32 -7
- 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/button/_variables.scss +1 -1
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +6 -6
- package/scss/coloreditor/_variables.scss +2 -2
- 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 +53 -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 +3 -3
- package/scss/index.scss +2 -0
- package/scss/pdf-viewer/_variables.scss +4 -5
- package/scss/pivotgrid/_variables.scss +4 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
- package/scss/window/_variables.scss +2 -2
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
|
|
|
@@ -2533,6 +2533,132 @@ $material-light-complimentary: (
|
|
|
2533
2533
|
|
|
2534
2534
|
// #endregion
|
|
2535
2535
|
|
|
2536
|
+
// Elevation
|
|
2537
|
+
// #region @import "./elevation/index.import.scss"; -> scss/core/elevation/index.import.scss
|
|
2538
|
+
$_default-elevation: (
|
|
2539
|
+
1: (
|
|
2540
|
+
0px 1px 3px 0px rgba(0, 0, 0, 0.2),
|
|
2541
|
+
0px 2px 1px 0px rgba(0, 0, 0, 0.12),
|
|
2542
|
+
0px 1px 1px 0px rgba(0, 0, 0, 0.14),
|
|
2543
|
+
),
|
|
2544
|
+
2: (
|
|
2545
|
+
0px 1px 5px 0px rgba(0, 0, 0, 0.2),
|
|
2546
|
+
0px 3px 1px 0px rgba(0, 0, 0, 0.12),
|
|
2547
|
+
0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
|
2548
|
+
),
|
|
2549
|
+
3: (
|
|
2550
|
+
0px 1px 8px 0px rgba(0, 0, 0, 0.2),
|
|
2551
|
+
0px 3px 3px 0px rgba(0, 0, 0, 0.12),
|
|
2552
|
+
0px 3px 4px 0px rgba(0, 0, 0, 0.14),
|
|
2553
|
+
),
|
|
2554
|
+
4: (
|
|
2555
|
+
0px 2px 4px 0px rgba(0, 0, 0, 0.2),
|
|
2556
|
+
0px 1px 10px 0px rgba(0, 0, 0, 0.12),
|
|
2557
|
+
0px 4px 5px 0px rgba(0, 0, 0, 0.14),
|
|
2558
|
+
),
|
|
2559
|
+
5: (
|
|
2560
|
+
0px 3px 5px 0px rgba(0, 0, 0, 0.2),
|
|
2561
|
+
0px 1px 18px 0px rgba(0, 0, 0, 0.12),
|
|
2562
|
+
0px 6px 10px 0px rgba(0, 0, 0, 0.14),
|
|
2563
|
+
),
|
|
2564
|
+
6: (
|
|
2565
|
+
0px 5px 5px 0px rgba(0, 0, 0, 0.2),
|
|
2566
|
+
0px 3px 14px 0px rgba(0, 0, 0, 0.12),
|
|
2567
|
+
0px 8px 10px 0px rgba(0, 0, 0, 0.14),
|
|
2568
|
+
),
|
|
2569
|
+
7: (
|
|
2570
|
+
0px 7px 8px 0px rgba(0, 0, 0, 0.2),
|
|
2571
|
+
0px 5px 22px 0px rgba(0, 0, 0, 0.12),
|
|
2572
|
+
0px 12px 17px 0px rgba(0, 0, 0, 0.14),
|
|
2573
|
+
),
|
|
2574
|
+
8: (
|
|
2575
|
+
0px 8px 10px rgba(0, 0, 0, 0.2),
|
|
2576
|
+
0px 6px 30px rgba(0, 0, 0, 0.12),
|
|
2577
|
+
0px 16px 24px rgba(0, 0, 0, 0.14),
|
|
2578
|
+
),
|
|
2579
|
+
9: (
|
|
2580
|
+
0px 11px 15px rgba(0, 0, 0, 0.2),
|
|
2581
|
+
0px 9px 46px rgba(0, 0, 0, 0.12),
|
|
2582
|
+
0px 24px 38px rgba(0, 0, 0, 0.14),
|
|
2583
|
+
),
|
|
2584
|
+
);
|
|
2585
|
+
|
|
2586
|
+
/// Global Elevation.
|
|
2587
|
+
/// @group elevation
|
|
2588
|
+
$kendo-elevation: $_default-elevation !default;
|
|
2589
|
+
|
|
2590
|
+
// #region @import "@progress/kendo-theme-core/scss/elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
|
|
2591
|
+
// #region @import "../functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
2592
|
+
// File already imported_once. Skipping output.
|
|
2593
|
+
// #endregion
|
|
2594
|
+
|
|
2595
|
+
$_default-elevation: (
|
|
2596
|
+
1: (
|
|
2597
|
+
0 2px 3px rgba(0, 0, 0, .04),
|
|
2598
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2599
|
+
),
|
|
2600
|
+
2: (
|
|
2601
|
+
0 4px 6px rgba(0, 0, 0, .06),
|
|
2602
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2603
|
+
),
|
|
2604
|
+
3: (
|
|
2605
|
+
0 6px 8px rgba(0, 0, 0, .08),
|
|
2606
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2607
|
+
),
|
|
2608
|
+
4: (
|
|
2609
|
+
0 8px 10px rgba(0, 0, 0, .12),
|
|
2610
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2611
|
+
),
|
|
2612
|
+
5: (
|
|
2613
|
+
0 10px 12px rgba(0, 0, 0, .16),
|
|
2614
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2615
|
+
),
|
|
2616
|
+
6: (
|
|
2617
|
+
0 12px 14px rgba(0, 0, 0, .2),
|
|
2618
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2619
|
+
),
|
|
2620
|
+
7: (
|
|
2621
|
+
0 14px 16px rgba(0, 0, 0, .24),
|
|
2622
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2623
|
+
),
|
|
2624
|
+
8: (
|
|
2625
|
+
0 16px 18px rgba(0, 0, 0, .28),
|
|
2626
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2627
|
+
),
|
|
2628
|
+
9: (
|
|
2629
|
+
0 32px 34px rgba(0, 0, 0, .32),
|
|
2630
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
2631
|
+
)
|
|
2632
|
+
) !default;
|
|
2633
|
+
|
|
2634
|
+
$kendo-elevation: $_default-elevation !default;
|
|
2635
|
+
$kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
|
|
2636
|
+
|
|
2637
|
+
@function k-shadow-filter($shadow) {
|
|
2638
|
+
$result: '';
|
|
2639
|
+
@each $value in $shadow {
|
|
2640
|
+
$result: $result + "drop-shadow(" + $value + ") ";
|
|
2641
|
+
}
|
|
2642
|
+
@return #{$result};
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
@function k-elevation($level) {
|
|
2646
|
+
@return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
|
|
2650
|
+
@mixin kendo-elevation--styles() {
|
|
2651
|
+
:root {
|
|
2652
|
+
@each $level, $shadow in $kendo-elevation {
|
|
2653
|
+
--kendo-elevation-#{$level}: #{$shadow};
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
// #endregion
|
|
2659
|
+
|
|
2660
|
+
// #endregion
|
|
2661
|
+
|
|
2536
2662
|
// Variables
|
|
2537
2663
|
// #region @import "../_variables.scss"; -> scss/_variables.scss
|
|
2538
2664
|
// #region @import "./core/functions/index.import.scss"; -> scss/core/functions/index.import.scss
|
|
@@ -2635,23 +2761,48 @@ $elevation: k-map-get( $theme, elevation ) !default;
|
|
|
2635
2761
|
/// Shadow for switch.
|
|
2636
2762
|
/// Equivalent to material elevation 1.
|
|
2637
2763
|
/// @group shadows
|
|
2638
|
-
|
|
2764
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2765
|
+
$box-shadow-depth-1: k-elevation(1) !default;
|
|
2639
2766
|
/// Shadow for resting state of button, card and other widgets.
|
|
2640
2767
|
/// Equivalent to material elevation 2.
|
|
2641
2768
|
/// @group shadows
|
|
2642
|
-
|
|
2769
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2770
|
+
$box-shadow-depth-2: k-elevation(2) !default;
|
|
2643
2771
|
/// Shadow for menu, popups and raised state of button and card.
|
|
2644
|
-
/// Equivalent to material elevation
|
|
2772
|
+
/// Equivalent to material elevation 3.
|
|
2645
2773
|
/// @group shadows
|
|
2646
|
-
|
|
2774
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2775
|
+
$box-shadow-depth-3: k-elevation(3) !default;
|
|
2647
2776
|
/// Shadow for drawers and other overlaying elements.
|
|
2777
|
+
/// Equivalent to material elevation 4.
|
|
2778
|
+
/// @group shadows
|
|
2779
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2780
|
+
$box-shadow-depth-4: k-elevation(4) !default;
|
|
2781
|
+
/// Shadow for window and dialog.
|
|
2782
|
+
/// Equivalent to material elevation 6.
|
|
2783
|
+
/// @group shadows
|
|
2784
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2785
|
+
$box-shadow-depth-5: k-elevation(5) !default;
|
|
2786
|
+
/// Shadow for window and dialog.
|
|
2787
|
+
/// Equivalent to material elevation 8.
|
|
2788
|
+
/// @group shadows
|
|
2789
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2790
|
+
$box-shadow-depth-6: k-elevation(6) !default;
|
|
2791
|
+
/// Shadow for window and dialog.
|
|
2792
|
+
/// Equivalent to material elevation 12.
|
|
2793
|
+
/// @group shadows
|
|
2794
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2795
|
+
$box-shadow-depth-7: k-elevation(7) !default;
|
|
2796
|
+
/// Shadow for window and dialog.
|
|
2648
2797
|
/// Equivalent to material elevation 16.
|
|
2649
2798
|
/// @group shadows
|
|
2650
|
-
|
|
2799
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2800
|
+
$box-shadow-depth-8: k-elevation(8) !default;
|
|
2651
2801
|
/// Shadow for window and dialog.
|
|
2652
2802
|
/// Equivalent to material elevation 24.
|
|
2653
2803
|
/// @group shadows
|
|
2654
|
-
|
|
2804
|
+
/// @deprecated Use the `$kendo-elevation` map instead.
|
|
2805
|
+
$box-shadow-depth-9: k-elevation(9) !default;
|
|
2655
2806
|
|
|
2656
2807
|
|
|
2657
2808
|
// Icons
|
|
@@ -2957,6 +3108,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
2957
3108
|
// Loading
|
|
2958
3109
|
$kendo-loading-opacity: .3 !default;
|
|
2959
3110
|
$kendo-zindex-loading: 100 !default;
|
|
3111
|
+
|
|
2960
3112
|
// #endregion
|
|
2961
3113
|
|
|
2962
3114
|
// #region @import "@progress/kendo-theme-core/scss/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/index.import.scss
|
|
@@ -4185,21 +4337,6 @@ $kendo-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
|
|
|
4185
4337
|
|
|
4186
4338
|
$kendo-subtle-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
4187
4339
|
|
|
4188
|
-
// Shadows
|
|
4189
|
-
|
|
4190
|
-
/// Shadow for cards and grid item thumbnails.
|
|
4191
|
-
/// Equivalent to fluent depth 4.
|
|
4192
|
-
$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;
|
|
4193
|
-
/// Shadow for command bars and dropdowns.
|
|
4194
|
-
/// Equivalent to fluent depth 8.
|
|
4195
|
-
$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;
|
|
4196
|
-
/// Shadow for teaching callouts and hover cards / tooltips.
|
|
4197
|
-
/// Equivalent to fluent depth 16.
|
|
4198
|
-
$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;
|
|
4199
|
-
/// Shadow for panels and pop up dialogs.
|
|
4200
|
-
/// Equivalent to fluent depth 64.
|
|
4201
|
-
$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;
|
|
4202
|
-
|
|
4203
4340
|
// Link
|
|
4204
4341
|
$kendo-link-text: k-get-theme-color-var( primary-100 ) !default;
|
|
4205
4342
|
$kendo-link-hover-text: k-get-theme-color-var( primary-120 ) !default;
|
|
@@ -4262,11 +4399,6 @@ $kendo-theme-colors: (
|
|
|
4262
4399
|
--kendo-component-text: #{$kendo-component-text};
|
|
4263
4400
|
--kendo-component-border: #{$kendo-component-border};
|
|
4264
4401
|
|
|
4265
|
-
--kendo-box-shadow-depth-1: #{$kendo-box-shadow-depth-1};
|
|
4266
|
-
--kendo-box-shadow-depth-2: #{$kendo-box-shadow-depth-2};
|
|
4267
|
-
--kendo-box-shadow-depth-3: #{$kendo-box-shadow-depth-3};
|
|
4268
|
-
--kendo-box-shadow-depth-4: #{$kendo-box-shadow-depth-4};
|
|
4269
|
-
|
|
4270
4402
|
--kendo-link-text: #{$kendo-link-text};
|
|
4271
4403
|
--kendo-link-hover-text: #{$kendo-link-hover-text};
|
|
4272
4404
|
|
|
@@ -4692,6 +4824,7 @@ $kendo-components: (
|
|
|
4692
4824
|
"panelbar",
|
|
4693
4825
|
"splitter",
|
|
4694
4826
|
"tile-layout",
|
|
4827
|
+
"dock-manager",
|
|
4695
4828
|
|
|
4696
4829
|
// Data management
|
|
4697
4830
|
"grid",
|
|
@@ -4864,6 +4997,11 @@ $_kendo-dependencies: (
|
|
|
4864
4997
|
"treeview"
|
|
4865
4998
|
),
|
|
4866
4999
|
dropzone: (),
|
|
5000
|
+
dock-manager: (
|
|
5001
|
+
"splitter",
|
|
5002
|
+
"toolbar",
|
|
5003
|
+
"tabstrip"
|
|
5004
|
+
),
|
|
4867
5005
|
editor: (
|
|
4868
5006
|
"button",
|
|
4869
5007
|
"checkbox",
|
|
@@ -5717,6 +5855,9 @@ $_imported: () !default;
|
|
|
5717
5855
|
@include kendo-core--styles--selection();
|
|
5718
5856
|
}
|
|
5719
5857
|
|
|
5858
|
+
// #endregion
|
|
5859
|
+
// #region @import "./elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
|
|
5860
|
+
// File already imported_once. Skipping output.
|
|
5720
5861
|
// #endregion
|
|
5721
5862
|
// #region @import "./_variables.scss"; -> node_modules/@progress/kendo-theme-core/scss/_variables.scss
|
|
5722
5863
|
// #region @import "./functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
@@ -5808,6 +5949,9 @@ $kendo-zindex-loading: 100 !default;
|
|
|
5808
5949
|
// Expose
|
|
5809
5950
|
@include exports("kendo-core-styles") {
|
|
5810
5951
|
@include kendo-core--styles();
|
|
5952
|
+
|
|
5953
|
+
// Elevation System
|
|
5954
|
+
@include kendo-elevation--styles();
|
|
5811
5955
|
}
|
|
5812
5956
|
|
|
5813
5957
|
// #endregion
|
|
@@ -6733,6 +6877,51 @@ $kendo-zindex-loading: 100 !default;
|
|
|
6733
6877
|
|
|
6734
6878
|
// #endregion
|
|
6735
6879
|
|
|
6880
|
+
// #endregion
|
|
6881
|
+
// #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
|
|
6882
|
+
// #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
|
|
6883
|
+
@include exports( "common/indicators/current-time" ) {
|
|
6884
|
+
|
|
6885
|
+
$kendo-current-time-width: 1px !default;
|
|
6886
|
+
$kendo-current-time-color: #ff0000 !default;
|
|
6887
|
+
|
|
6888
|
+
// Layout
|
|
6889
|
+
.k-current-time {
|
|
6890
|
+
width: $kendo-current-time-width;
|
|
6891
|
+
position: absolute;
|
|
6892
|
+
|
|
6893
|
+
&.k-current-time-arrow-left,
|
|
6894
|
+
&.k-current-time-arrow-right,
|
|
6895
|
+
&.k-current-time-arrow-down {
|
|
6896
|
+
width: 0;
|
|
6897
|
+
height: 0;
|
|
6898
|
+
background: transparent;
|
|
6899
|
+
border: 4px solid transparent;
|
|
6900
|
+
}
|
|
6901
|
+
}
|
|
6902
|
+
|
|
6903
|
+
|
|
6904
|
+
// Theme
|
|
6905
|
+
.k-current-time {
|
|
6906
|
+
background: $kendo-current-time-color;
|
|
6907
|
+
|
|
6908
|
+
&.k-current-time-arrow-left {
|
|
6909
|
+
border-right-color: $kendo-current-time-color;
|
|
6910
|
+
}
|
|
6911
|
+
|
|
6912
|
+
&.k-current-time-arrow-right {
|
|
6913
|
+
border-left-color: $kendo-current-time-color;
|
|
6914
|
+
}
|
|
6915
|
+
|
|
6916
|
+
&.k-current-time-arrow-down {
|
|
6917
|
+
border-top-color: $kendo-current-time-color;
|
|
6918
|
+
}
|
|
6919
|
+
}
|
|
6920
|
+
|
|
6921
|
+
}
|
|
6922
|
+
|
|
6923
|
+
// #endregion
|
|
6924
|
+
|
|
6736
6925
|
// #endregion
|
|
6737
6926
|
// #region @import "./_resizing.scss"; -> scss/common/_resizing.scss
|
|
6738
6927
|
// #region @import "@progress/kendo-theme-default/scss/common/_resizing.scss"; -> node_modules/@progress/kendo-theme-default/scss/common/_resizing.scss
|
|
@@ -14766,6 +14955,21 @@ $kendo-utils: (
|
|
|
14766
14955
|
|
|
14767
14956
|
// #endregion
|
|
14768
14957
|
|
|
14958
|
+
// #region @import "./elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-utils/scss/elevation/index.import.scss
|
|
14959
|
+
// #region @import "@progress/kendo-theme-core/scss/elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
|
|
14960
|
+
// File already imported_once. Skipping output.
|
|
14961
|
+
// #endregion
|
|
14962
|
+
|
|
14963
|
+
@mixin kendo-utils--elevation {
|
|
14964
|
+
@each $level, $elevation in $kendo-elevation {
|
|
14965
|
+
.k-elevation-#{$level} {
|
|
14966
|
+
box-shadow: $elevation;
|
|
14967
|
+
}
|
|
14968
|
+
}
|
|
14969
|
+
}
|
|
14970
|
+
|
|
14971
|
+
// #endregion
|
|
14972
|
+
|
|
14769
14973
|
|
|
14770
14974
|
// Mixin for all styles
|
|
14771
14975
|
@mixin kendo-utils() {
|
|
@@ -14783,6 +14987,8 @@ $kendo-utils: (
|
|
|
14783
14987
|
@include kendo-utils--transform();
|
|
14784
14988
|
@include kendo-utils--interactivity();
|
|
14785
14989
|
@include kendo-utils--svg();
|
|
14990
|
+
|
|
14991
|
+
@include kendo-utils--elevation();
|
|
14786
14992
|
}
|
|
14787
14993
|
|
|
14788
14994
|
// #endregion
|
|
@@ -18731,7 +18937,7 @@ $kendo-popup-text: $kendo-component-text !default;
|
|
|
18731
18937
|
$kendo-popup-border: $kendo-component-border !default;
|
|
18732
18938
|
/// Box shadow of the popup.
|
|
18733
18939
|
/// @group popup
|
|
18734
|
-
$kendo-popup-shadow:
|
|
18940
|
+
$kendo-popup-shadow: $box-shadow-depth-4 !default;
|
|
18735
18941
|
|
|
18736
18942
|
// #endregion
|
|
18737
18943
|
// #region @import "./_layout.scss"; -> scss/popup/_layout.scss
|
|
@@ -20493,7 +20699,7 @@ $kendo-button-active-border: null !default;
|
|
|
20493
20699
|
$kendo-button-active-gradient: null !default;
|
|
20494
20700
|
/// The base shadow of the active Button.
|
|
20495
20701
|
/// @group button
|
|
20496
|
-
$kendo-button-active-shadow: $box-shadow-depth-
|
|
20702
|
+
$kendo-button-active-shadow: $box-shadow-depth-6 !default;
|
|
20497
20703
|
|
|
20498
20704
|
/// The base background color of the selected Button.
|
|
20499
20705
|
/// @group button
|
|
@@ -24262,7 +24468,7 @@ $kendo-toolbar-border: null !default;
|
|
|
24262
24468
|
$kendo-toolbar-gradient: null !default;
|
|
24263
24469
|
/// The box shadow of the Toolbar.
|
|
24264
24470
|
/// @group toolbar
|
|
24265
|
-
$kendo-toolbar-shadow: $box-shadow-depth-
|
|
24471
|
+
$kendo-toolbar-shadow: $box-shadow-depth-4 !default;
|
|
24266
24472
|
|
|
24267
24473
|
/// The color of the separator border of the Toolbar.
|
|
24268
24474
|
/// @group toolbar
|
|
@@ -25433,6 +25639,8 @@ $kendo-tooltip-bg: material-color( gray, 700, .9 ) !default;
|
|
|
25433
25639
|
$kendo-tooltip-text: get-base-contrast( gray, 700 ) !default;
|
|
25434
25640
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
25435
25641
|
|
|
25642
|
+
$kendo-tooltip-shadow: $box-shadow-depth-2 !default;
|
|
25643
|
+
|
|
25436
25644
|
$kendo-tooltip-primary-bg: $kendo-color-primary !default;
|
|
25437
25645
|
$kendo-tooltip-primary-text: k-contrast-color( $kendo-tooltip-primary-bg ) !default;
|
|
25438
25646
|
$kendo-tooltip-primary-border: $kendo-tooltip-primary-bg !default;
|
|
@@ -25534,10 +25742,10 @@ $kendo-window-text: $kendo-component-text !default;
|
|
|
25534
25742
|
$kendo-window-border: $kendo-component-border !default;
|
|
25535
25743
|
/// The box shadow of the Window.
|
|
25536
25744
|
/// @group window
|
|
25537
|
-
$kendo-window-shadow: $box-shadow-depth-
|
|
25745
|
+
$kendo-window-shadow: $box-shadow-depth-8 !default;
|
|
25538
25746
|
/// The box shadow of the focused Window.
|
|
25539
25747
|
/// @group window
|
|
25540
|
-
$kendo-window-focus-shadow: $box-shadow-depth-
|
|
25748
|
+
$kendo-window-focus-shadow: $box-shadow-depth-9 !default;
|
|
25541
25749
|
|
|
25542
25750
|
/// The background color of the Window titlebar.
|
|
25543
25751
|
/// @group window
|
|
@@ -26451,7 +26659,7 @@ $_kendo-module-meta: (
|
|
|
26451
26659
|
|
|
26452
26660
|
.k-tooltip-wrapper {
|
|
26453
26661
|
.k-tooltip {
|
|
26454
|
-
box-shadow: $kendo-
|
|
26662
|
+
box-shadow: $kendo-tooltip-shadow;
|
|
26455
26663
|
}
|
|
26456
26664
|
}
|
|
26457
26665
|
|
|
@@ -31495,6 +31703,7 @@ $kendo-calendar-sizes: (
|
|
|
31495
31703
|
);
|
|
31496
31704
|
|
|
31497
31705
|
|
|
31706
|
+
// TODO: do we even use this?
|
|
31498
31707
|
// Header / footer
|
|
31499
31708
|
.k-header {
|
|
31500
31709
|
@include fill(
|
|
@@ -32972,7 +33181,7 @@ $kendo-color-gradient-border: $kendo-component-border !default;
|
|
|
32972
33181
|
$kendo-color-gradient-focus-border: $kendo-hover-border !default;
|
|
32973
33182
|
/// The box shadow of the focused ColorGradient.
|
|
32974
33183
|
/// @group cologradient
|
|
32975
|
-
$kendo-color-gradient-focus-shadow: $box-shadow-depth-
|
|
33184
|
+
$kendo-color-gradient-focus-shadow: $box-shadow-depth-3 !default;
|
|
32976
33185
|
|
|
32977
33186
|
/// The border radius of the ColorGradient canvas.
|
|
32978
33187
|
/// @group cologradient
|
|
@@ -33010,6 +33219,9 @@ $kendo-color-gradient-draghandle-height: 14px !default;
|
|
|
33010
33219
|
/// The width of the border around the ColorGradient canvas drag handle.
|
|
33011
33220
|
/// @group cologradient
|
|
33012
33221
|
$kendo-color-gradient-draghandle-border-width: 1px !default;
|
|
33222
|
+
/// The width of the outline around the ColorGradient canvas drag handle.
|
|
33223
|
+
/// @group cologradient
|
|
33224
|
+
$kendo-color-gradient-draghandle-outline-width: 1px !default;
|
|
33013
33225
|
/// The border radius of the ColorGradient canvas drag handle.
|
|
33014
33226
|
/// @group cologradient
|
|
33015
33227
|
$kendo-color-gradient-draghandle-border-radius: 50% !default;
|
|
@@ -33022,15 +33234,18 @@ $kendo-color-gradient-draghandle-bg: transparent !default;
|
|
|
33022
33234
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
33023
33235
|
/// @group cologradient
|
|
33024
33236
|
$kendo-color-gradient-draghandle-border: rgba( white, .8 ) !default;
|
|
33025
|
-
/// The
|
|
33237
|
+
/// The color of the outline around the ColorGradient canvas drag handle.
|
|
33238
|
+
/// @group cologradient
|
|
33239
|
+
$kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5) !default;
|
|
33240
|
+
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
33026
33241
|
/// @group cologradient
|
|
33027
|
-
$kendo-color-gradient-draghandle-shadow:
|
|
33028
|
-
/// The
|
|
33242
|
+
$kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
|
|
33243
|
+
/// The outline color of the outline around the ColorGradient canvas drag handle.
|
|
33029
33244
|
/// @group cologradient
|
|
33030
|
-
$kendo-color-gradient-draghandle-
|
|
33031
|
-
/// The box shadow of the
|
|
33245
|
+
$kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
|
|
33246
|
+
/// The box shadow of the ColorGradient canvas drag handle.
|
|
33032
33247
|
/// @group cologradient
|
|
33033
|
-
$kendo-color-gradient-draghandle-
|
|
33248
|
+
$kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
|
|
33034
33249
|
|
|
33035
33250
|
/// The vertical margin of the ColorGradient canvas drag handle.
|
|
33036
33251
|
/// @group cologradient
|
|
@@ -33058,6 +33273,7 @@ $kendo-color-gradient-contrast-ratio-font-weight: $kendo-font-weight-medium !def
|
|
|
33058
33273
|
/// The spacing between the items in the ColorGradient contrast tool.
|
|
33059
33274
|
/// @group cologradient
|
|
33060
33275
|
$kendo-color-gradient-contrast-spacer: k-map-get( $kendo-spacing, 2 ) !default;
|
|
33276
|
+
|
|
33061
33277
|
// #endregion
|
|
33062
33278
|
// #region @import "./_layout.scss"; -> scss/colorgradient/_layout.scss
|
|
33063
33279
|
// #region @import "@progress/kendo-theme-default/scss/colorgradient/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss
|
|
@@ -33130,6 +33346,8 @@ $kendo-color-gradient-contrast-spacer: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
33130
33346
|
height: $kendo-color-gradient-draghandle-height;
|
|
33131
33347
|
border-width: $kendo-color-gradient-draghandle-border-width;
|
|
33132
33348
|
border-style: solid;
|
|
33349
|
+
outline-width: $kendo-color-gradient-draghandle-outline-width;
|
|
33350
|
+
outline-style: solid;
|
|
33133
33351
|
box-sizing: border-box;
|
|
33134
33352
|
}
|
|
33135
33353
|
|
|
@@ -33295,12 +33513,14 @@ $kendo-color-gradient-contrast-spacer: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
33295
33513
|
$kendo-color-gradient-draghandle-bg,
|
|
33296
33514
|
$kendo-color-gradient-draghandle-border
|
|
33297
33515
|
);
|
|
33516
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
33298
33517
|
@include box-shadow( $kendo-color-gradient-draghandle-shadow );
|
|
33299
33518
|
|
|
33300
33519
|
&:focus,
|
|
33301
33520
|
&.k-focus {
|
|
33302
33521
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
33303
|
-
|
|
33522
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
33523
|
+
@include focus-indicator( $kendo-color-gradient-draghandle-shadow );
|
|
33304
33524
|
}
|
|
33305
33525
|
|
|
33306
33526
|
&:hover,
|
|
@@ -33308,7 +33528,7 @@ $kendo-color-gradient-contrast-spacer: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
33308
33528
|
&.k-active,
|
|
33309
33529
|
&:active {
|
|
33310
33530
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
33311
|
-
|
|
33531
|
+
outline-color: $kendo-color-gradient-draghandle-hover-shadow;
|
|
33312
33532
|
}
|
|
33313
33533
|
}
|
|
33314
33534
|
|
|
@@ -33463,7 +33683,7 @@ $kendo-color-editor-border: $kendo-component-border !default;
|
|
|
33463
33683
|
$kendo-color-editor-focus-border: $kendo-hover-border !default;
|
|
33464
33684
|
/// The box shadow of the focused ColorEditor.
|
|
33465
33685
|
/// @group coloreditor
|
|
33466
|
-
$kendo-color-editor-focus-shadow: $box-shadow-depth-
|
|
33686
|
+
$kendo-color-editor-focus-shadow: $box-shadow-depth-3 !default;
|
|
33467
33687
|
|
|
33468
33688
|
/// The vertical padding of the ColorEditor header.
|
|
33469
33689
|
/// @group coloreditor
|
|
@@ -33504,6 +33724,7 @@ $kendo-color-editor-color-gradient-focus-outline: 2px !default;
|
|
|
33504
33724
|
/// The outline offset of the focused ColorGradient.
|
|
33505
33725
|
/// @group coloreditor
|
|
33506
33726
|
$kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
33727
|
+
|
|
33507
33728
|
// #endregion
|
|
33508
33729
|
// #region @import "./_layout.scss"; -> scss/coloreditor/_layout.scss
|
|
33509
33730
|
// #region @import "@progress/kendo-theme-default/scss/coloreditor/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss
|
|
@@ -36047,14 +36268,14 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
36047
36268
|
text-shadow: $kendo-rating-icon-focus-shadow;
|
|
36048
36269
|
}
|
|
36049
36270
|
> .k-svg-icon {
|
|
36050
|
-
filter:
|
|
36271
|
+
filter: k-shadow-filter($kendo-rating-icon-focus-selected-shadow);
|
|
36051
36272
|
}
|
|
36052
36273
|
|
|
36053
36274
|
&.k-selected > .k-icon {
|
|
36054
36275
|
text-shadow: $kendo-rating-icon-focus-selected-shadow;
|
|
36055
36276
|
}
|
|
36056
36277
|
&.k-selected > .k-svg-icon {
|
|
36057
|
-
filter:
|
|
36278
|
+
filter: k-shadow-filter($kendo-rating-icon-focus-selected-shadow);
|
|
36058
36279
|
}
|
|
36059
36280
|
}
|
|
36060
36281
|
}
|
|
@@ -37683,10 +37904,11 @@ $kendo-appbar-dark-text: k-contrast-color( $kendo-color-dark ) !default;
|
|
|
37683
37904
|
|
|
37684
37905
|
/// The box shadow of the AppBar.
|
|
37685
37906
|
/// @group appbar
|
|
37686
|
-
$kendo-appbar-box-shadow:
|
|
37907
|
+
$kendo-appbar-box-shadow: $box-shadow-depth-4 !default;
|
|
37687
37908
|
/// The box shadow of the AppBar with bottom position.
|
|
37688
37909
|
/// @group appbar
|
|
37689
|
-
$kendo-appbar-bottom-box-shadow:
|
|
37910
|
+
$kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
|
|
37911
|
+
|
|
37690
37912
|
// #endregion
|
|
37691
37913
|
// #region @import "./_layout.scss"; -> scss/appbar/_layout.scss
|
|
37692
37914
|
// #region @import "@progress/kendo-theme-default/scss/appbar/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/appbar/_layout.scss
|
|
@@ -38037,13 +38259,13 @@ $kendo-fab-sizes: (
|
|
|
38037
38259
|
|
|
38038
38260
|
/// The base shadow of the FAB.
|
|
38039
38261
|
/// @group floating-action-button
|
|
38040
|
-
$kendo-fab-shadow:
|
|
38262
|
+
$kendo-fab-shadow: $box-shadow-depth-5 !default;
|
|
38041
38263
|
/// The shadow of the disabled FAB.
|
|
38042
38264
|
/// @group floating-action-button
|
|
38043
|
-
$kendo-fab-disabled-shadow:
|
|
38265
|
+
$kendo-fab-disabled-shadow: $box-shadow-depth-5 !default;
|
|
38044
38266
|
/// The shadow of the active FAB.
|
|
38045
38267
|
/// @group floating-action-button
|
|
38046
|
-
$kendo-fab-active-shadow:
|
|
38268
|
+
$kendo-fab-active-shadow: $box-shadow-depth-7 !default;
|
|
38047
38269
|
|
|
38048
38270
|
/// The base text color of the FAB item.
|
|
38049
38271
|
/// @group floating-action-button
|
|
@@ -38577,7 +38799,7 @@ $kendo-actionsheet-line-height: k-math-div( 20, 14 ) !default;
|
|
|
38577
38799
|
$kendo-actionsheet-bg: $kendo-component-bg !default;
|
|
38578
38800
|
$kendo-actionsheet-text: $kendo-component-text !default;
|
|
38579
38801
|
$kendo-actionsheet-border: $kendo-component-border !default;
|
|
38580
|
-
$kendo-actionsheet-shadow: $box-shadow-depth-
|
|
38802
|
+
$kendo-actionsheet-shadow: $box-shadow-depth-7 !default;
|
|
38581
38803
|
|
|
38582
38804
|
|
|
38583
38805
|
// Actionsheet header
|
|
@@ -40483,12 +40705,12 @@ $kendo-card-deck-gap: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
40483
40705
|
$kendo-card-bg: $kendo-component-bg !default;
|
|
40484
40706
|
$kendo-card-text: $kendo-component-text !default;
|
|
40485
40707
|
$kendo-card-border: $kendo-component-border !default;
|
|
40486
|
-
$kendo-card-shadow: $box-shadow-depth-
|
|
40708
|
+
$kendo-card-shadow: $box-shadow-depth-1 !default;
|
|
40487
40709
|
|
|
40488
40710
|
$kendo-card-focus-bg: null !default;
|
|
40489
40711
|
$kendo-card-focus-text: null !default;
|
|
40490
40712
|
$kendo-card-focus-border: null !default;
|
|
40491
|
-
$kendo-card-focus-shadow: $box-shadow-depth-
|
|
40713
|
+
$kendo-card-focus-shadow: $box-shadow-depth-3 !default;
|
|
40492
40714
|
|
|
40493
40715
|
$kendo-card-header-padding-x: $kendo-card-padding-x !default;
|
|
40494
40716
|
$kendo-card-header-padding-y: $kendo-card-padding-y !default;
|
|
@@ -41569,7 +41791,7 @@ $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
41569
41791
|
|
|
41570
41792
|
/// The box shadow of the BottomNavigation.
|
|
41571
41793
|
/// @group bottom-navigation
|
|
41572
|
-
$kendo-bottom-nav-shadow:
|
|
41794
|
+
$kendo-bottom-nav-shadow: $box-shadow-depth-4 !default;
|
|
41573
41795
|
|
|
41574
41796
|
/// The text color of the flat BottomNavigation.
|
|
41575
41797
|
/// @group bottom-navigation
|
|
@@ -41580,6 +41802,7 @@ $kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
|
|
|
41580
41802
|
/// The border color of the flat BottomNavigation.
|
|
41581
41803
|
/// @group bottom-navigation
|
|
41582
41804
|
$kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
41805
|
+
|
|
41583
41806
|
// #endregion
|
|
41584
41807
|
// #region @import "./_layout.scss"; -> scss/bottom-navigation/_layout.scss
|
|
41585
41808
|
// #region @import "@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss
|
|
@@ -41618,6 +41841,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
41618
41841
|
border-width: $kendo-bottom-nav-border-width;
|
|
41619
41842
|
}
|
|
41620
41843
|
|
|
41844
|
+
// TODO: do we even use this?
|
|
41621
41845
|
.k-bottom-nav-shadow {
|
|
41622
41846
|
box-shadow: $kendo-bottom-nav-shadow;
|
|
41623
41847
|
}
|
|
@@ -43617,7 +43841,7 @@ $kendo-tabstrip-item-selected-gradient: null !default;
|
|
|
43617
43841
|
|
|
43618
43842
|
$kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
43619
43843
|
|
|
43620
|
-
$kendo-tabstrip-item-dragging-shadow:
|
|
43844
|
+
$kendo-tabstrip-item-dragging-shadow: $box-shadow-depth-3 !default;
|
|
43621
43845
|
|
|
43622
43846
|
$kendo-tabstrip-item-disabled-bg: null !default;
|
|
43623
43847
|
$kendo-tabstrip-item-disabled-text: k-map-get( $theme, disabled-text ) !default;
|
|
@@ -45374,6 +45598,7 @@ $kendo-splitbar-selected-text: $kendo-color-primary-contrast !default;
|
|
|
45374
45598
|
// Pane
|
|
45375
45599
|
.k-pane {
|
|
45376
45600
|
overflow: hidden;
|
|
45601
|
+
box-sizing: border-box;
|
|
45377
45602
|
}
|
|
45378
45603
|
.k-scrollable {
|
|
45379
45604
|
overflow: auto;
|
|
@@ -45815,6 +46040,471 @@ $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
|
|
|
45815
46040
|
@include kendo-tile-layout--styles();
|
|
45816
46041
|
}
|
|
45817
46042
|
|
|
46043
|
+
// #endregion
|
|
46044
|
+
// #region @import "./dock-manager/_index.scss"; -> scss/dock-manager/_index.scss
|
|
46045
|
+
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
46046
|
+
// File already imported_once. Skipping output.
|
|
46047
|
+
// #endregion
|
|
46048
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
46049
|
+
// File already imported_once. Skipping output.
|
|
46050
|
+
// #endregion
|
|
46051
|
+
|
|
46052
|
+
// Module meta
|
|
46053
|
+
$_kendo-module-meta: (
|
|
46054
|
+
name: "dock-manager",
|
|
46055
|
+
dependencies: (
|
|
46056
|
+
"splitter",
|
|
46057
|
+
"toolbar",
|
|
46058
|
+
"tabstrip"
|
|
46059
|
+
)
|
|
46060
|
+
);
|
|
46061
|
+
|
|
46062
|
+
// Dependencies
|
|
46063
|
+
// #region @import "../splitter/_index.scss"; -> scss/splitter/_index.scss
|
|
46064
|
+
// File already imported_once. Skipping output.
|
|
46065
|
+
// #endregion
|
|
46066
|
+
// #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
|
|
46067
|
+
// File already imported_once. Skipping output.
|
|
46068
|
+
// #endregion
|
|
46069
|
+
// #region @import "../tabstrip/_index.scss"; -> scss/tabstrip/_index.scss
|
|
46070
|
+
// File already imported_once. Skipping output.
|
|
46071
|
+
// #endregion
|
|
46072
|
+
|
|
46073
|
+
// Component
|
|
46074
|
+
// #region @import "./_variables.scss"; -> scss/dock-manager/_variables.scss
|
|
46075
|
+
/// The width of the border around the DockManager component.
|
|
46076
|
+
/// @group dock-manager
|
|
46077
|
+
$kendo-dock-manager-border-width: 1px !default;
|
|
46078
|
+
/// The style of the border around the DockManager component.
|
|
46079
|
+
/// @group dock-manager
|
|
46080
|
+
$kendo-dock-manager-border-style: solid !default;
|
|
46081
|
+
/// The color of the border around the DockManager component.
|
|
46082
|
+
/// @group dock-manager
|
|
46083
|
+
$kendo-dock-manager-border: $kendo-base-border !default;
|
|
46084
|
+
|
|
46085
|
+
/// The vertical padding of the pane header in the DockManager component.
|
|
46086
|
+
/// @group dock-manager
|
|
46087
|
+
$kendo-dock-manager-pane-header-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
46088
|
+
/// The horizontal padding of the pane header in the DockManager component.
|
|
46089
|
+
/// @group dock-manager
|
|
46090
|
+
$kendo-dock-manager-pane-header-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
|
|
46091
|
+
/// The width of the border around the pane header in the DockManager component.
|
|
46092
|
+
/// @group dock-manager
|
|
46093
|
+
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
|
|
46094
|
+
/// The style of the border around the pane header in the DockManager component.
|
|
46095
|
+
/// @group dock-manager
|
|
46096
|
+
$kendo-dock-manager-pane-header-border-style: solid !default;
|
|
46097
|
+
/// The background color of the pane header in the DockManager component.
|
|
46098
|
+
/// @group dock-manager
|
|
46099
|
+
$kendo-dock-manager-pane-header-bg: $kendo-component-bg !default;
|
|
46100
|
+
|
|
46101
|
+
/// The vertical padding of the pane title in the DockManager component.
|
|
46102
|
+
/// @group dock-manager
|
|
46103
|
+
$kendo-dock-manager-pane-title-padding-y: null !default;
|
|
46104
|
+
/// The horizontal padding of the pane title in the DockManager component.
|
|
46105
|
+
/// @group dock-manager
|
|
46106
|
+
$kendo-dock-manager-pane-title-padding-x: null !default;
|
|
46107
|
+
/// The font family of the pane title in the DockManager component.
|
|
46108
|
+
/// @group dock-manager
|
|
46109
|
+
$kendo-dock-manager-pane-title-font-family: $kendo-font-family !default;
|
|
46110
|
+
/// The font size of the pane title in the DockManager component.
|
|
46111
|
+
/// @group dock-manager
|
|
46112
|
+
$kendo-dock-manager-pane-title-font-size: $kendo-font-size-lg !default;
|
|
46113
|
+
/// The line height of the pane title in the DockManager component.
|
|
46114
|
+
/// @group dock-manager
|
|
46115
|
+
$kendo-dock-manager-pane-title-line-height: $kendo-line-height-sm !default;
|
|
46116
|
+
/// The font weight of the pane title in the DockManager component.
|
|
46117
|
+
/// @group dock-manager
|
|
46118
|
+
$kendo-dock-manager-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
46119
|
+
|
|
46120
|
+
/// The horizontal padding of the pane content in the DockManager component.
|
|
46121
|
+
/// @group dock-manager
|
|
46122
|
+
$kendo-dock-manager-pane-content-padding-x: $kendo-dock-manager-pane-header-padding-x !default;
|
|
46123
|
+
/// The vertical padding of the pane content in the DockManager component.
|
|
46124
|
+
/// @group dock-manager
|
|
46125
|
+
$kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padding-x !default;
|
|
46126
|
+
|
|
46127
|
+
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
46128
|
+
/// @group dock-manager
|
|
46129
|
+
$kendo-dock-manager-tabbed-pane-padding-y: null !default;
|
|
46130
|
+
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
46131
|
+
/// @group dock-manager
|
|
46132
|
+
$kendo-dock-manager-tabbed-pane-padding-x: null !default;
|
|
46133
|
+
|
|
46134
|
+
/// The width of the unpinned pane container in the DockManager component.
|
|
46135
|
+
/// @group dock-manager
|
|
46136
|
+
$kendo-dock-manager-unpinned-container-width: 300px !default;
|
|
46137
|
+
/// The background-color of the unpinned pane container in the DockManager component.
|
|
46138
|
+
/// @group dock-manager
|
|
46139
|
+
$kendo-dock-manager-unpinned-container-bg: $kendo-color-white !default;
|
|
46140
|
+
/// The box shadow of the unpinned pane container in the DockManager component.
|
|
46141
|
+
/// @group dock-manager
|
|
46142
|
+
$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;
|
|
46143
|
+
|
|
46144
|
+
/// The padding of the dock indicator in the DockManager component.
|
|
46145
|
+
/// @group dock-manager
|
|
46146
|
+
$kendo-dock-indicator-padding: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
46147
|
+
/// The background color of the dock indicator in the DockManager component.
|
|
46148
|
+
/// @group dock-manager
|
|
46149
|
+
$kendo-dock-indicator-bg: $kendo-base-bg !default;
|
|
46150
|
+
/// The text color of the dock indicator in the DockManager component.
|
|
46151
|
+
/// @group dock-manager
|
|
46152
|
+
$kendo-dock-indicator-text: $kendo-color-primary !default;
|
|
46153
|
+
/// The outline width of the dock indicator in the DockManager component.
|
|
46154
|
+
/// @group dock-manager
|
|
46155
|
+
$kendo-dock-indicator-outline-width: 1px !default;
|
|
46156
|
+
/// The outline style of the dock indicator in the DockManager component.
|
|
46157
|
+
/// @group dock-manager
|
|
46158
|
+
$kendo-dock-indicator-outline-style: solid !default;
|
|
46159
|
+
/// The outline color of the dock indicator in the DockManager component.
|
|
46160
|
+
/// @group dock-manager
|
|
46161
|
+
$kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
|
|
46162
|
+
/// The box shadow of the dock indicator in the DockManager component.
|
|
46163
|
+
/// @group dock-manager
|
|
46164
|
+
$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;
|
|
46165
|
+
|
|
46166
|
+
/// The background color of the hovered dock indicator in the DockManager component.
|
|
46167
|
+
/// @group dock-manager
|
|
46168
|
+
$kendo-dock-indicator-hover-bg: k-color-mix( $kendo-color-white, $kendo-color-primary, 8% ) !default;
|
|
46169
|
+
/// The text color of the hovered dock indicator in the DockManager component.
|
|
46170
|
+
/// @group dock-manager
|
|
46171
|
+
$kendo-dock-indicator-hover-text: $kendo-color-white !default;
|
|
46172
|
+
|
|
46173
|
+
/// The width of the border around the dropping area in the DockManager component.
|
|
46174
|
+
/// @group dock-manager
|
|
46175
|
+
$kendo-dock-manager-dock-preview-border-width: 1px !default;
|
|
46176
|
+
/// The style of the border around the dropping area in the DockManager component.
|
|
46177
|
+
/// @group dock-manager
|
|
46178
|
+
$kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
46179
|
+
/// The border radius of the dropping area in the DockManager component.
|
|
46180
|
+
/// @group dock-manager
|
|
46181
|
+
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
46182
|
+
/// The background color of the dropping area in the DockManager component.
|
|
46183
|
+
/// @group dock-manager
|
|
46184
|
+
$kendo-dock-manager-dock-preview-bg: rgba( $kendo-color-primary, .16 ) !default;
|
|
46185
|
+
/// The border color of the dropping area in the DockManager component.
|
|
46186
|
+
/// @group dock-manager
|
|
46187
|
+
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
|
46188
|
+
|
|
46189
|
+
// #endregion
|
|
46190
|
+
// #region @import "./_layout.scss"; -> scss/dock-manager/_layout.scss
|
|
46191
|
+
// #region @import "@progress/kendo-theme-default/scss/dock-manager/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/dock-manager/_layout.scss
|
|
46192
|
+
@mixin kendo-dock-manager--layout-base() {
|
|
46193
|
+
|
|
46194
|
+
// DockManager
|
|
46195
|
+
.k-dock-manager {
|
|
46196
|
+
width: 100%;
|
|
46197
|
+
height: 100%;
|
|
46198
|
+
border-width: $kendo-dock-manager-border-width;
|
|
46199
|
+
border-style: $kendo-dock-manager-border-style;
|
|
46200
|
+
position: relative;
|
|
46201
|
+
display: flex;
|
|
46202
|
+
flex-flow: row nowrap;
|
|
46203
|
+
overflow: auto;
|
|
46204
|
+
box-sizing: border-box;
|
|
46205
|
+
}
|
|
46206
|
+
|
|
46207
|
+
// Toolbar
|
|
46208
|
+
.k-dock-manager-toolbar {
|
|
46209
|
+
border-width: 0 $kendo-dock-manager-border-width 0 0;
|
|
46210
|
+
border-color: inherit;
|
|
46211
|
+
flex-shrink: 0;
|
|
46212
|
+
writing-mode: vertical-lr;
|
|
46213
|
+
box-shadow: none;
|
|
46214
|
+
|
|
46215
|
+
&::before {
|
|
46216
|
+
height: 0;
|
|
46217
|
+
}
|
|
46218
|
+
|
|
46219
|
+
.k-separator-horizontal {
|
|
46220
|
+
width: $kendo-line-height-em;
|
|
46221
|
+
height: 0;
|
|
46222
|
+
border-width: $kendo-dock-manager-border-width 0 0;
|
|
46223
|
+
}
|
|
46224
|
+
|
|
46225
|
+
// Needed because of a bug in Chrome - Issue 1473554
|
|
46226
|
+
// A fix will be shipped likely in milestone 118 and then we can revisit this
|
|
46227
|
+
@supports (not (-ms-ime-mode: none)) and (not (overflow: -webkit-marquee)) and (not (-moz-appearance:none)) {
|
|
46228
|
+
.k-toolbar-button {
|
|
46229
|
+
padding-block: $kendo-button-padding-x;
|
|
46230
|
+
padding-inline: $kendo-button-padding-y;
|
|
46231
|
+
}
|
|
46232
|
+
.k-toolbar-button .k-button-text {
|
|
46233
|
+
writing-mode: vertical-lr;
|
|
46234
|
+
}
|
|
46235
|
+
}
|
|
46236
|
+
}
|
|
46237
|
+
|
|
46238
|
+
// Panes
|
|
46239
|
+
.k-dock-manager-pane-container {
|
|
46240
|
+
width: 100%;
|
|
46241
|
+
height: 100%;
|
|
46242
|
+
display: flex;
|
|
46243
|
+
flex-grow: 1;
|
|
46244
|
+
overflow: hidden;
|
|
46245
|
+
}
|
|
46246
|
+
|
|
46247
|
+
// Splitter
|
|
46248
|
+
.k-dock-manager-splitter,
|
|
46249
|
+
.k-dock-manager-unpinned-container {
|
|
46250
|
+
height: 100%;
|
|
46251
|
+
border-width: 0;
|
|
46252
|
+
align-items: stretch;
|
|
46253
|
+
|
|
46254
|
+
> .k-pane {
|
|
46255
|
+
height: auto;
|
|
46256
|
+
flex-direction: column;
|
|
46257
|
+
border-color: inherit;
|
|
46258
|
+
}
|
|
46259
|
+
|
|
46260
|
+
.k-pane-header {
|
|
46261
|
+
display: flex;
|
|
46262
|
+
align-items: center;
|
|
46263
|
+
justify-content: center;
|
|
46264
|
+
padding-block: $kendo-dock-manager-pane-header-padding-y;
|
|
46265
|
+
padding-inline: $kendo-dock-manager-pane-header-padding-x;
|
|
46266
|
+
border-block-end-width: $kendo-dock-manager-pane-header-border-width;
|
|
46267
|
+
border-block-end-style: $kendo-dock-manager-pane-header-border-style;
|
|
46268
|
+
border-color: inherit;
|
|
46269
|
+
}
|
|
46270
|
+
|
|
46271
|
+
.k-pane-title {
|
|
46272
|
+
padding-block: $kendo-dock-manager-pane-title-padding-y;
|
|
46273
|
+
padding-inline: $kendo-dock-manager-pane-title-padding-x;
|
|
46274
|
+
font-family: $kendo-dock-manager-pane-title-font-family;
|
|
46275
|
+
font-size: $kendo-dock-manager-pane-title-font-size;
|
|
46276
|
+
line-height: $kendo-dock-manager-pane-title-line-height;
|
|
46277
|
+
font-weight: $kendo-dock-manager-pane-title-font-weight;
|
|
46278
|
+
flex: 1 1 auto;
|
|
46279
|
+
white-space: nowrap;
|
|
46280
|
+
text-overflow: ellipsis;
|
|
46281
|
+
overflow: hidden;
|
|
46282
|
+
}
|
|
46283
|
+
|
|
46284
|
+
.k-pane-scrollable {
|
|
46285
|
+
height: 100%;
|
|
46286
|
+
display: flex;
|
|
46287
|
+
flex-direction: column;
|
|
46288
|
+
border-color: inherit;
|
|
46289
|
+
}
|
|
46290
|
+
|
|
46291
|
+
.k-pane-content {
|
|
46292
|
+
height: 100%;
|
|
46293
|
+
padding-block: $kendo-dock-manager-pane-content-padding-y;
|
|
46294
|
+
padding-inline: $kendo-dock-manager-pane-content-padding-x;
|
|
46295
|
+
overflow: auto;
|
|
46296
|
+
flex: 1;
|
|
46297
|
+
}
|
|
46298
|
+
|
|
46299
|
+
.k-pane-actions {
|
|
46300
|
+
display: flex;
|
|
46301
|
+
flex-flow: row nowrap;
|
|
46302
|
+
align-items: center;
|
|
46303
|
+
justify-content: center;
|
|
46304
|
+
}
|
|
46305
|
+
|
|
46306
|
+
.k-pane-tabbed {
|
|
46307
|
+
padding-block-start: $kendo-dock-manager-tabbed-pane-padding-y;
|
|
46308
|
+
padding-block-end: $kendo-dock-manager-tabbed-pane-padding-x;
|
|
46309
|
+
padding-inline: $kendo-dock-manager-tabbed-pane-padding-x;
|
|
46310
|
+
}
|
|
46311
|
+
|
|
46312
|
+
.k-splitbar {
|
|
46313
|
+
border-width: 0 1px;
|
|
46314
|
+
border-style: solid;
|
|
46315
|
+
border-color: inherit;
|
|
46316
|
+
}
|
|
46317
|
+
.k-splitbar-vertical {
|
|
46318
|
+
border-width: 1px 0;
|
|
46319
|
+
}
|
|
46320
|
+
}
|
|
46321
|
+
|
|
46322
|
+
// Unpinned pane
|
|
46323
|
+
.k-dock-manager-unpinned-container {
|
|
46324
|
+
width: $kendo-dock-manager-unpinned-container-width;
|
|
46325
|
+
position: absolute;
|
|
46326
|
+
display: flex;
|
|
46327
|
+
height: 100%;
|
|
46328
|
+
border-color: inherit;
|
|
46329
|
+
z-index: 20;
|
|
46330
|
+
|
|
46331
|
+
.k-pane {
|
|
46332
|
+
display: inline-flex;
|
|
46333
|
+
flex-direction: column;
|
|
46334
|
+
position: relative;
|
|
46335
|
+
flex: 1 1 auto;
|
|
46336
|
+
}
|
|
46337
|
+
|
|
46338
|
+
.k-splitbar {
|
|
46339
|
+
height: 100%;
|
|
46340
|
+
position: relative;
|
|
46341
|
+
flex: none;
|
|
46342
|
+
}
|
|
46343
|
+
}
|
|
46344
|
+
|
|
46345
|
+
// Docking preview
|
|
46346
|
+
.k-docking-preview {
|
|
46347
|
+
width: 100%;
|
|
46348
|
+
height: 100%;
|
|
46349
|
+
box-sizing: border-box;
|
|
46350
|
+
display: flex;
|
|
46351
|
+
position: absolute;
|
|
46352
|
+
top: 0;
|
|
46353
|
+
left: 0;
|
|
46354
|
+
border-width: $kendo-dock-manager-dock-preview-border-width;
|
|
46355
|
+
border-style: $kendo-dock-manager-dock-preview-border-style;
|
|
46356
|
+
border-radius: $kendo-dock-manager-dock-preview-border-radius;
|
|
46357
|
+
z-index: 10;
|
|
46358
|
+
}
|
|
46359
|
+
|
|
46360
|
+
}
|
|
46361
|
+
|
|
46362
|
+
@mixin kendo-dock-navigator--layout() {
|
|
46363
|
+
|
|
46364
|
+
// DockNavigator
|
|
46365
|
+
.k-dock-navigator-container {
|
|
46366
|
+
width: 100%;
|
|
46367
|
+
height: 100%;
|
|
46368
|
+
display: flex;
|
|
46369
|
+
flex-direction: column;
|
|
46370
|
+
align-items: center;
|
|
46371
|
+
position: absolute;
|
|
46372
|
+
z-index: 10001;
|
|
46373
|
+
pointer-events: none;
|
|
46374
|
+
}
|
|
46375
|
+
|
|
46376
|
+
.k-dock-navigator {
|
|
46377
|
+
display: grid;
|
|
46378
|
+
grid-template-columns: repeat(3, auto);
|
|
46379
|
+
grid-template-rows: repeat(3, auto);
|
|
46380
|
+
justify-content: center;
|
|
46381
|
+
position: absolute;
|
|
46382
|
+
}
|
|
46383
|
+
|
|
46384
|
+
.k-dock-indicator {
|
|
46385
|
+
padding: $kendo-dock-indicator-padding;
|
|
46386
|
+
display: inline-flex;
|
|
46387
|
+
align-items: center;
|
|
46388
|
+
justify-content: center;
|
|
46389
|
+
box-sizing: border-box;
|
|
46390
|
+
position: relative;
|
|
46391
|
+
pointer-events: all;
|
|
46392
|
+
outline-width: $kendo-dock-indicator-outline-width;
|
|
46393
|
+
outline-style: $kendo-dock-indicator-outline-style;
|
|
46394
|
+
|
|
46395
|
+
&.k-dock-indicator-middle {
|
|
46396
|
+
filter: none;
|
|
46397
|
+
}
|
|
46398
|
+
}
|
|
46399
|
+
|
|
46400
|
+
.k-dock-indicator-top {
|
|
46401
|
+
grid-area: 1 / 2 / auto;
|
|
46402
|
+
}
|
|
46403
|
+
.k-dock-indicator-right {
|
|
46404
|
+
grid-area: 2 / 3 / auto;
|
|
46405
|
+
}
|
|
46406
|
+
.k-dock-indicator-bottom {
|
|
46407
|
+
grid-area: 3 / 2 / auto;
|
|
46408
|
+
}
|
|
46409
|
+
.k-dock-indicator-left {
|
|
46410
|
+
grid-area: 2 / 1 / auto;
|
|
46411
|
+
}
|
|
46412
|
+
.k-dock-indicator-middle {
|
|
46413
|
+
grid-area: 2 / 2 / auto;
|
|
46414
|
+
}
|
|
46415
|
+
|
|
46416
|
+
}
|
|
46417
|
+
|
|
46418
|
+
@mixin kendo-dock-manager--layout() {
|
|
46419
|
+
@include kendo-dock-manager--layout-base();
|
|
46420
|
+
@include kendo-dock-navigator--layout();
|
|
46421
|
+
}
|
|
46422
|
+
|
|
46423
|
+
// #endregion
|
|
46424
|
+
|
|
46425
|
+
@mixin kendo-dock-manager--layout() {
|
|
46426
|
+
@include kendo-dock-manager--layout-base();
|
|
46427
|
+
@include kendo-dock-navigator--layout();
|
|
46428
|
+
}
|
|
46429
|
+
|
|
46430
|
+
// #endregion
|
|
46431
|
+
// #region @import "./_theme.scss"; -> scss/dock-manager/_theme.scss
|
|
46432
|
+
// #region @import "@progress/kendo-theme-default/scss/dock-manager/_theme.scss"; -> node_modules/@progress/kendo-theme-default/scss/dock-manager/_theme.scss
|
|
46433
|
+
@mixin kendo-dock-manager--theme-base() {
|
|
46434
|
+
|
|
46435
|
+
// DockManager
|
|
46436
|
+
.k-dock-manager {
|
|
46437
|
+
border-color: $kendo-dock-manager-border;
|
|
46438
|
+
}
|
|
46439
|
+
|
|
46440
|
+
// Splitter
|
|
46441
|
+
.k-dock-manager-splitter .k-pane-header,
|
|
46442
|
+
.k-dock-manager-unpinned-container .k-pane-header {
|
|
46443
|
+
background-color: $kendo-dock-manager-pane-header-bg;
|
|
46444
|
+
}
|
|
46445
|
+
|
|
46446
|
+
.k-dock-manager-unpinned-container {
|
|
46447
|
+
background-color: $kendo-dock-manager-unpinned-container-bg;
|
|
46448
|
+
@include box-shadow( $kendo-dock-manager-unpinned-container-shadow );
|
|
46449
|
+
}
|
|
46450
|
+
|
|
46451
|
+
// Docking preview
|
|
46452
|
+
.k-docking-preview {
|
|
46453
|
+
background-color: $kendo-dock-manager-dock-preview-bg;
|
|
46454
|
+
border-color: $kendo-dock-manager-dock-preview-border;
|
|
46455
|
+
}
|
|
46456
|
+
|
|
46457
|
+
}
|
|
46458
|
+
|
|
46459
|
+
@mixin kendo-dock-navigator--theme() {
|
|
46460
|
+
|
|
46461
|
+
.k-dock-indicator {
|
|
46462
|
+
color: $kendo-dock-indicator-text;
|
|
46463
|
+
background-color: $kendo-dock-indicator-bg;
|
|
46464
|
+
outline-color: $kendo-dock-indicator-outline;
|
|
46465
|
+
filter: $kendo-dock-indicator-shadow;
|
|
46466
|
+
|
|
46467
|
+
&:hover,
|
|
46468
|
+
&.k-hover {
|
|
46469
|
+
background-color: $kendo-dock-indicator-hover-bg;
|
|
46470
|
+
color: $kendo-dock-indicator-hover-text;
|
|
46471
|
+
}
|
|
46472
|
+
}
|
|
46473
|
+
|
|
46474
|
+
}
|
|
46475
|
+
|
|
46476
|
+
@mixin kendo-dock-manager--theme() {
|
|
46477
|
+
@include kendo-dock-manager--theme-base();
|
|
46478
|
+
@include kendo-dock-navigator--theme();
|
|
46479
|
+
}
|
|
46480
|
+
|
|
46481
|
+
// #endregion
|
|
46482
|
+
|
|
46483
|
+
@mixin kendo-dock-manager--theme() {
|
|
46484
|
+
@include kendo-dock-manager--theme-base();
|
|
46485
|
+
@include kendo-dock-navigator--theme();
|
|
46486
|
+
}
|
|
46487
|
+
|
|
46488
|
+
// #endregion
|
|
46489
|
+
|
|
46490
|
+
// Register
|
|
46491
|
+
// #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
|
|
46492
|
+
// File already imported_once. Skipping output.
|
|
46493
|
+
// #endregion
|
|
46494
|
+
@include module-register( $_kendo-module-meta... );
|
|
46495
|
+
|
|
46496
|
+
// Expose
|
|
46497
|
+
@mixin kendo-dock-manager--styles() {
|
|
46498
|
+
@include module-render("dock-manager") {
|
|
46499
|
+
@include kendo-dock-manager--layout();
|
|
46500
|
+
@include kendo-dock-manager--theme();
|
|
46501
|
+
}
|
|
46502
|
+
}
|
|
46503
|
+
|
|
46504
|
+
@if $kendo-auto-bootstrap {
|
|
46505
|
+
@include kendo-dock-manager--styles();
|
|
46506
|
+
}
|
|
46507
|
+
|
|
45818
46508
|
// #endregion
|
|
45819
46509
|
|
|
45820
46510
|
|
|
@@ -51108,10 +51798,10 @@ $kendo-pivotgrid-configurator-header-bg: null !default;
|
|
|
51108
51798
|
$kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
|
|
51109
51799
|
$kendo-pivotgrid-configurator-header-border: null !default;
|
|
51110
51800
|
|
|
51111
|
-
$kendo-pivotgrid-configurator-end-shadow: -
|
|
51112
|
-
$kendo-pivotgrid-configurator-start-shadow:
|
|
51113
|
-
$kendo-pivotgrid-configurator-top-shadow:
|
|
51114
|
-
$kendo-pivotgrid-configurator-bottom-shadow:
|
|
51801
|
+
$kendo-pivotgrid-configurator-end-shadow: $box-shadow-depth-3 !default;
|
|
51802
|
+
$kendo-pivotgrid-configurator-start-shadow: $box-shadow-depth-3 !default;
|
|
51803
|
+
$kendo-pivotgrid-configurator-top-shadow: $box-shadow-depth-3 !default;
|
|
51804
|
+
$kendo-pivotgrid-configurator-bottom-shadow: $box-shadow-depth-3 !default;
|
|
51115
51805
|
|
|
51116
51806
|
$kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
51117
51807
|
$kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
@@ -56487,8 +57177,6 @@ $kendo-scheduler-cell-height: $kendo-line-height-md * 1rem !default;
|
|
|
56487
57177
|
$kendo-scheduler-datecolumn-width: 12rem !default;
|
|
56488
57178
|
$kendo-scheduler-timecolumn-width: 11rem !default;
|
|
56489
57179
|
|
|
56490
|
-
$kendo-scheduler-current-time-color: #ff0000 !default;
|
|
56491
|
-
|
|
56492
57180
|
$kendo-scheduler-nonwork-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
|
|
56493
57181
|
$kendo-scheduler-nonwork-text: null !default;
|
|
56494
57182
|
|
|
@@ -56516,7 +57204,7 @@ $kendo-scheduler-tooltip-border-width: 0 !default;
|
|
|
56516
57204
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
56517
57205
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
56518
57206
|
$kendo-scheduler-tooltip-border: null !default;
|
|
56519
|
-
$kendo-scheduler-tooltip-shadow:
|
|
57207
|
+
$kendo-scheduler-tooltip-shadow: $box-shadow-depth-2 !default;
|
|
56520
57208
|
|
|
56521
57209
|
$kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
56522
57210
|
$kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
|
|
@@ -57073,20 +57761,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
57073
57761
|
}
|
|
57074
57762
|
}
|
|
57075
57763
|
|
|
57076
|
-
// Current time
|
|
57077
|
-
.k-current-time {
|
|
57078
|
-
position: absolute;
|
|
57079
|
-
|
|
57080
|
-
&.k-current-time-arrow-left,
|
|
57081
|
-
&.k-current-time-arrow-right,
|
|
57082
|
-
&.k-current-time-arrow-down {
|
|
57083
|
-
width: 0;
|
|
57084
|
-
height: 0;
|
|
57085
|
-
background: transparent;
|
|
57086
|
-
border: 4px solid transparent;
|
|
57087
|
-
}
|
|
57088
|
-
}
|
|
57089
|
-
|
|
57090
57764
|
// Draging hint
|
|
57091
57765
|
.k-event-drag-hint {
|
|
57092
57766
|
opacity: .5;
|
|
@@ -57767,23 +58441,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
57767
58441
|
);
|
|
57768
58442
|
}
|
|
57769
58443
|
|
|
57770
|
-
// Current time
|
|
57771
|
-
.k-current-time {
|
|
57772
|
-
background: $kendo-scheduler-current-time-color;
|
|
57773
|
-
|
|
57774
|
-
&.k-current-time-arrow-left {
|
|
57775
|
-
border-right-color: $kendo-scheduler-current-time-color;
|
|
57776
|
-
}
|
|
57777
|
-
|
|
57778
|
-
&.k-current-time-arrow-right {
|
|
57779
|
-
border-left-color: $kendo-scheduler-current-time-color;
|
|
57780
|
-
}
|
|
57781
|
-
|
|
57782
|
-
&.k-current-time-arrow-down {
|
|
57783
|
-
border-top-color: $kendo-scheduler-current-time-color;
|
|
57784
|
-
}
|
|
57785
|
-
}
|
|
57786
|
-
|
|
57787
58444
|
// Header and footer
|
|
57788
58445
|
.k-scheduler-toolbar {
|
|
57789
58446
|
@include fill(
|
|
@@ -58167,16 +58824,16 @@ $kendo-chat-border: $kendo-component-border !default;
|
|
|
58167
58824
|
$kendo-chat-bubble-bg: $kendo-component-bg !default;
|
|
58168
58825
|
$kendo-chat-bubble-text: $kendo-component-text !default;
|
|
58169
58826
|
$kendo-chat-bubble-border: $kendo-chat-bubble-bg !default;
|
|
58170
|
-
$kendo-chat-bubble-shadow:
|
|
58171
|
-
$kendo-chat-bubble-hover-shadow:
|
|
58172
|
-
$kendo-chat-bubble-selected-shadow:
|
|
58827
|
+
$kendo-chat-bubble-shadow: $box-shadow-depth-1 !default;
|
|
58828
|
+
$kendo-chat-bubble-hover-shadow: $box-shadow-depth-2 !default;
|
|
58829
|
+
$kendo-chat-bubble-selected-shadow: $box-shadow-depth-3 !default;
|
|
58173
58830
|
|
|
58174
58831
|
$kendo-chat-alt-bubble-bg: $kendo-color-primary !default;
|
|
58175
58832
|
$kendo-chat-alt-bubble-text: k-contrast-color( $kendo-chat-alt-bubble-bg ) !default;
|
|
58176
58833
|
$kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
|
|
58177
|
-
$kendo-chat-alt-bubble-shadow:
|
|
58178
|
-
$kendo-chat-alt-bubble-hover-shadow:
|
|
58179
|
-
$kendo-chat-alt-bubble-selected-shadow:
|
|
58834
|
+
$kendo-chat-alt-bubble-shadow: $box-shadow-depth-1 !default;
|
|
58835
|
+
$kendo-chat-alt-bubble-hover-shadow: $box-shadow-depth-2 !default;
|
|
58836
|
+
$kendo-chat-alt-bubble-selected-shadow: $box-shadow-depth-3 !default;
|
|
58180
58837
|
|
|
58181
58838
|
$kendo-chat-quick-reply-bg: transparent !default;
|
|
58182
58839
|
$kendo-chat-quick-reply-text: $kendo-color-primary !default;
|
|
@@ -59793,8 +60450,11 @@ $kendo-pdf-viewer-page-spacing: 30px !default;
|
|
|
59793
60450
|
$kendo-pdf-viewer-page-bg: white !default;
|
|
59794
60451
|
$kendo-pdf-viewer-page-text: $kendo-component-text !default;
|
|
59795
60452
|
$kendo-pdf-viewer-page-border: $kendo-component-border !default;
|
|
59796
|
-
$kendo-pdf-viewer-page-shadow:
|
|
60453
|
+
$kendo-pdf-viewer-page-shadow: $box-shadow-depth-3 !default;
|
|
59797
60454
|
|
|
60455
|
+
$kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
60456
|
+
$kendo-pdf-viewer-search-panel-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
|
|
60457
|
+
$kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
|
|
59798
60458
|
$kendo-pdf-viewer-search-panel-border-width: 1px !default;
|
|
59799
60459
|
$kendo-pdf-viewer-search-panel-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
59800
60460
|
$kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
|
|
@@ -59803,10 +60463,6 @@ $kendo-pdf-viewer-search-panel-border: $kendo-component-border !default;
|
|
|
59803
60463
|
$kendo-pdf-viewer-search-panel-shadow: $kendo-window-shadow !default;
|
|
59804
60464
|
$kendo-pdf-viewer-search-panel-matches-spacing: $kendo-padding-sm-x !default;
|
|
59805
60465
|
|
|
59806
|
-
$kendo-pdf-viewer-search-dialog-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
59807
|
-
$kendo-pdf-viewer-search-dialog-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
|
|
59808
|
-
$kendo-pdf-viewer-search-dialog-spacing: $kendo-toolbar-md-spacing !default;
|
|
59809
|
-
|
|
59810
60466
|
$kendo-pdf-viewer-selection-line-height: $kendo-line-height-sm !default;
|
|
59811
60467
|
|
|
59812
60468
|
$kendo-pdf-viewer-search-highlight-bg: $kendo-body-text !default;
|
|
@@ -59861,19 +60517,17 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59861
60517
|
flex: 1 1 auto;
|
|
59862
60518
|
outline: none;
|
|
59863
60519
|
|
|
59864
|
-
.k-enable-text-select,
|
|
59865
60520
|
&.k-enable-text-select {
|
|
59866
60521
|
user-select: text;
|
|
59867
60522
|
cursor: text;
|
|
59868
60523
|
}
|
|
59869
60524
|
|
|
59870
|
-
.k-enable-panning,
|
|
59871
60525
|
&.k-enable-panning {
|
|
59872
60526
|
cursor: grab;
|
|
59873
|
-
|
|
59874
|
-
|
|
59875
|
-
|
|
59876
|
-
|
|
60527
|
+
|
|
60528
|
+
span::selection {
|
|
60529
|
+
background-color: transparent;
|
|
60530
|
+
}
|
|
59877
60531
|
}
|
|
59878
60532
|
}
|
|
59879
60533
|
|
|
@@ -59906,10 +60560,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59906
60560
|
color: transparent;
|
|
59907
60561
|
}
|
|
59908
60562
|
|
|
59909
|
-
mark {
|
|
59910
|
-
color: transparent;
|
|
59911
|
-
}
|
|
59912
|
-
|
|
59913
60563
|
.k-search-highlight-mark {
|
|
59914
60564
|
color: transparent;
|
|
59915
60565
|
}
|
|
@@ -59937,19 +60587,22 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59937
60587
|
}
|
|
59938
60588
|
|
|
59939
60589
|
// Search
|
|
59940
|
-
.k-pdf-viewer-search-
|
|
59941
|
-
|
|
59942
|
-
|
|
59943
|
-
|
|
59944
|
-
|
|
59945
|
-
|
|
59946
|
-
|
|
60590
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
60591
|
+
width: max-content;
|
|
60592
|
+
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$kendo-pdf-viewer-search-panel-border-width} ) + ( 2 * #{$kendo-pdf-viewer-search-panel-padding-y} )) * -1 );
|
|
60593
|
+
padding-block: $kendo-pdf-viewer-search-panel-padding-y;
|
|
60594
|
+
padding-inline: $kendo-pdf-viewer-search-panel-padding-x;
|
|
60595
|
+
border-width: $kendo-pdf-viewer-search-panel-border-width;
|
|
60596
|
+
border-style: solid;
|
|
60597
|
+
border-radius: $kendo-pdf-viewer-search-panel-border-radius;
|
|
59947
60598
|
display: flex;
|
|
59948
|
-
gap: $kendo-pdf-viewer-search-
|
|
60599
|
+
gap: $kendo-pdf-viewer-search-panel-spacing;
|
|
59949
60600
|
flex-flow: row nowrap;
|
|
59950
60601
|
flex: 0 0 auto;
|
|
59951
60602
|
justify-content: flex-start;
|
|
59952
60603
|
align-items: center;
|
|
60604
|
+
z-index: 10;
|
|
60605
|
+
cursor: default;
|
|
59953
60606
|
|
|
59954
60607
|
.k-search-dialog-draghandle {
|
|
59955
60608
|
cursor: move;
|
|
@@ -59971,21 +60624,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
59971
60624
|
}
|
|
59972
60625
|
}
|
|
59973
60626
|
|
|
59974
|
-
.k-pdf-viewer-canvas > .k-search-panel {
|
|
59975
|
-
width: max-content;
|
|
59976
|
-
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$kendo-pdf-viewer-search-panel-border-width} ) + ( 2 * #{$kendo-pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
59977
|
-
border-width: $kendo-pdf-viewer-search-panel-border-width;
|
|
59978
|
-
border-style: solid;
|
|
59979
|
-
border-radius: $kendo-pdf-viewer-search-panel-border-radius;
|
|
59980
|
-
z-index: 10;
|
|
59981
|
-
cursor: default;
|
|
59982
|
-
}
|
|
59983
|
-
|
|
59984
|
-
// Alias
|
|
59985
|
-
.k-search-container {
|
|
59986
|
-
@extend .k-search-panel !optional;
|
|
59987
|
-
}
|
|
59988
|
-
|
|
59989
60627
|
}
|
|
59990
60628
|
|
|
59991
60629
|
|
|
@@ -60071,10 +60709,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
60071
60709
|
@include box-shadow( $kendo-pdf-viewer-search-panel-shadow );
|
|
60072
60710
|
}
|
|
60073
60711
|
|
|
60074
|
-
.k-search-container {
|
|
60075
|
-
@extend .k-search-panel !optional;
|
|
60076
|
-
}
|
|
60077
|
-
|
|
60078
60712
|
}
|
|
60079
60713
|
|
|
60080
60714
|
|
|
@@ -62552,6 +63186,7 @@ $kendo-signature-maximized-line-width: 3px !default;
|
|
|
62552
63186
|
@include kendo-panelbar--styles();
|
|
62553
63187
|
@include kendo-splitter--styles();
|
|
62554
63188
|
@include kendo-tile-layout--styles();
|
|
63189
|
+
@include kendo-dock-manager--styles();
|
|
62555
63190
|
|
|
62556
63191
|
|
|
62557
63192
|
// Data management
|